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

/macosx-10.9.5/CF-855.17/
H A DCFStringUtilities.c440 // A primary difference is denoted by values 2/-2 in orderP. Other differences are indicated with a -1/1.
443 static OSStatus __CompareTextDefault(UCollator *collator, CFOptionFlags options, const UniChar *text1Ptr, UniCharCount text1Length, const UniChar *text2Ptr, UniCharCount text2Length, Boolean *equivalentP, SInt32 *orderP) { argument
448 *orderP = 0;
459 *orderP = (icuResult == UCOL_LESS) ? -2 : 2;
461 if (*orderP == 0) {
478 *orderP = (icuResult == UCOL_LESS) ? -1 : 1;
485 if (*orderP == 0 && (options & kCFCompareNonliteral) == 0) {
486 *orderP = __CompareSpecials(collator, options, text1Ptr, text1Length, text2Ptr, text2Length);
489 *equivalentP = (*orderP == 0);
493 if (*orderP
[all...]

Completed in 163 milliseconds