Home | History | Annotate | Download | only in Support

Lines Matching full:uppercase

2512    If UPPERCASE, the output is in upper case, otherwise in lower case.
2533 bool upperCase, roundingMode rounding_mode) const
2545 memcpy (dst, upperCase ? infinityU: infinityL, sizeof infinityU - 1);
2550 memcpy (dst, upperCase ? NaNU: NaNL, sizeof NaNU - 1);
2556 *dst++ = upperCase ? 'X': 'x';
2563 *dst++ = upperCase ? 'P': 'p';
2568 dst = convertNormalToHexString (dst, hexDigits, upperCase, rounding_mode);
2583 bool upperCase,
2593 *dst++ = upperCase ? 'X': 'x';
2596 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower;
2680 *dst++ = upperCase ? 'P': 'p';