Searched refs:__CFNumberFormatterCreateCompressedString (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFNumberFormatter.c40 static CFStringRef __CFNumberFormatterCreateCompressedString(CFStringRef inString, Boolean isFormat, CFRange *rangep);
173 memory->_compformat = memory->_format ? __CFNumberFormatterCreateCompressedString(memory->_format, true, NULL) : NULL;
266 static CFStringRef __CFNumberFormatterCreateCompressedString(CFStringRef inString, Boolean isFormat, CFRange *rangep) { function
376 formatter->_compformat = __CFNumberFormatterCreateCompressedString(formatter->_format, true, NULL);
381 formatter->_compformat = __CFNumberFormatterCreateCompressedString(formatter->_format, true, NULL);
406 formatter->_compformat = __CFNumberFormatterCreateCompressedString(formatter->_format, true, NULL);
610 CFStringRef stringToParse = formatter->_isLenient ? __CFNumberFormatterCreateCompressedString(string, false, rangep) : (CFStringRef)CFRetain(string);
629 CFStringRef zeroSym = formatter->_isLenient ? __CFNumberFormatterCreateCompressedString(formatter->_zeroSym, false, NULL) : (CFStringRef)CFRetain(formatter->_zeroSym);

Completed in 146 milliseconds