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

/macosx-10.9.5/CF-855.17/
H A DCFString.c6065 CFIndex decimalPointLoc = 0; local
6066 while (buffer[decimalPointLoc] != 0 && buffer[decimalPointLoc] != '.') decimalPointLoc++;
6067 if (buffer[decimalPointLoc] == '.') { // And we have a decimal point in the formatted string
6068 buffer[decimalPointLoc] = 0;
6071 CFStringAppendCString(outputString, (const char *)(buffer + decimalPointLoc + 1), __CFStringGetEightBitStringEncoding());

Completed in 238 milliseconds