HomeSort by relevance Sort by last modified time
    Searched refs:leftCase (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
collationcompare.cpp 191 uint32_t leftCase, leftLower32, rightCase;
201 leftCase = (uint32_t)ce;
202 } while((uint32_t)(ce >> 32) == 0 || leftCase == 0);
203 leftLower32 = leftCase;
204 leftCase &= 0xc000;
227 leftCase = (uint32_t)left.getCE(leftIndex++);
228 } while(leftCase <= 0xffff);
229 leftLower32 = leftCase;
230 leftCase &= 0xc000;
241 if(leftCase != rightCase)
    [all...]
collationfastlatin.cpp 309 uint32_t leftCase = leftPair & 0xffff;
311 if(leftCase != rightCase) {
313 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER;
315 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS;
661 uint32_t leftCase = leftPair & 0xffff;
663 if(leftCase != rightCase) {
665 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER;
667 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1009 milliseconds