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

/macosx-10.9.5/CF-855.17/
H A DCFNumberFormatter.c691 CFIndex uncompIdx = rangep->location; local
692 for (CFIndex compIdx = 0; compIdx < dpos && uncompIdx < uncompEnd; compIdx++, uncompIdx++) {
693 while (uncompIdx < uncompEnd && ustr[compIdx] != __CFNumberFormatterNormalizeCharacter(CFStringGetCharacterAtIndex(string, uncompIdx))) uncompIdx++;
695 rangep->length = uncompIdx - rangep->location;

Completed in 90 milliseconds