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

/macosx-10.9.5/CF-855.17/
H A DCFString.c2502 CFIndex str1Index = 0, str2Index = 0, strBuf1Index = 0, strBuf2Index = 0, strBuf1Len = 0, strBuf2Len = 0; local
2637 str2Char = strBuf2[strBuf2Index++];
2721 if (strBuf2Len > 0) --strBuf2Index;
2725 if ((strBuf2Len > 0) && (strBuf2Index == strBuf2Len)) strBuf2Len = 0;
2772 strBuf2Index = 1;
2785 while ((strBuf1Index < strBuf1Len) && (strBuf2Index < strBuf2Len)) {
2786 if (strBuf1[strBuf1Index] != strBuf2[strBuf2Index]) break;
2787 ++strBuf1Index; ++strBuf2Index;
2789 if ((strBuf1Index < strBuf1Len) && (strBuf2Index < strBuf2Len)) {
2790 CFComparisonResult res = ((NULL == locale) ? ((strBuf1[strBuf1Index] < strBuf2[strBuf2Index])
3031 CFIndex str1UsedLen, str2UsedLen, strBuf1Index = 0, strBuf2Index = 0; local
[all...]

Completed in 129 milliseconds