reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
735 Info.U = *UpperU ? "U" : "u"; 736 Info.L = *UpperL ? "L" : "l"; 737 Info.LL = *UpperL ? "LL" : "ll"; 738 Info.F = UpperF ? "F" : "f"; 740 Info.Hex = Info.Octal = false; 740 Info.Hex = Info.Octal = false; 742 Info.Hex = true; 744 Info.Octal = true; 747 Info.WithoutSuffRange =