Home | History | Annotate | Download | only in Support

Lines Matching full:uppercase

2695    If UPPERCASE, the output is in upper case, otherwise in lower case.
2716 upperCase, roundingMode rounding_mode) const
2726 memcpy (dst, upperCase ? infinityU: infinityL, sizeof infinityU - 1);
2731 memcpy (dst, upperCase ? NaNU: NaNL, sizeof NaNU - 1);
2737 *dst++ = upperCase ? 'X': 'x';
2744 *dst++ = upperCase ? 'P': 'p';
2749 dst = convertNormalToHexString (dst, hexDigits, upperCase, rounding_mode);
2764 bool upperCase,
2774 *dst++ = upperCase ? 'X': 'x';
2777 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower;
2861 *dst++ = upperCase ? 'P': 'p';