Searched refs:numericFormatStyle (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFString.c5249 int8_t numericFormatStyle; // Only set for localizable numeric quantities member in struct:__anon528
5323 switch (spec->numericFormatStyle) {
5362 if (spec->numericFormatStyle == CFFormatStyleDecimalOrScientific) {
5460 if (spec->numericFormatStyle == CFFormatStyleScientific) {
5612 spec->numericFormatStyle = CFFormatStyleDecimal;
5613 if (ch == 'u' || ch == 'U') spec->numericFormatStyle = CFFormatStyleUnsigned;
5623 spec->numericFormatStyle = ((lch == 'e' || lch == 'g') ? CFFormatStyleScientific : 0) | ((lch == 'f' || lch == 'g') ? CFFormatStyleDecimal : 0);

Completed in 231 milliseconds