Searched refs:CFPrintValue (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFString.c5263 } CFPrintValue; typedef in typeref:struct:__anon529
5305 static Boolean __CFStringFormatLocalizedNumber(CFMutableStringRef output, CFLocaleRef locale, const CFPrintValue *values, const CFFormatSpec *spec, SInt32 width, SInt32 precision, Boolean hasPrecision) {
5764 CFPrintValue localValuesBuffer[VPRINTF_BUFFER_LEN];
5765 CFPrintValue *values;
5766 const CFPrintValue *originalValues = (const CFPrintValue *)origValues;
5854 values = (sizeArgNum > VPRINTF_BUFFER_LEN) ? (CFPrintValue *)CFAllocatorAllocate(tmpAlloc, sizeArgNum * sizeof(CFPrintValue), 0) : localValuesBuffer;
5856 memset(values, 0, sizeArgNum * sizeof(CFPrintValue));

Completed in 83 milliseconds