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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationCompare.java 184 int leftCase, leftLower32, rightCase;
194 leftCase = (int) ce;
195 } while ((ce >>> 32) == 0 || leftCase == 0);
196 leftLower32 = leftCase;
197 leftCase &= 0xc000;
220 leftCase = (int) left.getCE(leftIndex++);
221 } while ((leftCase & 0xffff0000) == 0);
222 leftLower32 = leftCase;
223 leftCase &= 0xc000;
234 if (leftCase != rightCase)
    [all...]
CollationFastLatin.java 531 int leftCase = leftPair & 0xffff;
533 if(leftCase != rightCase) {
535 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER;
537 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS;
    [all...]
  /external/icu/icu4c/source/i18n/
collationcompare.cpp 190 uint32_t leftCase, leftLower32, rightCase;
200 leftCase = (uint32_t)ce;
201 } while((uint32_t)(ce >> 32) == 0 || leftCase == 0);
202 leftLower32 = leftCase;
203 leftCase &= 0xc000;
226 leftCase = (uint32_t)left.getCE(leftIndex++);
227 } while(leftCase <= 0xffff);
228 leftLower32 = leftCase;
229 leftCase &= 0xc000;
240 if(leftCase != rightCase)
    [all...]
collationfastlatin.cpp 326 uint32_t leftCase = leftPair & 0xffff;
328 if(leftCase != rightCase) {
330 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER;
332 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS;
677 uint32_t leftCase = leftPair & 0xffff;
679 if(leftCase != rightCase) {
681 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER;
683 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java 180 int leftCase, leftLower32, rightCase;
190 leftCase = (int) ce;
191 } while ((ce >>> 32) == 0 || leftCase == 0);
192 leftLower32 = leftCase;
193 leftCase &= 0xc000;
216 leftCase = (int) left.getCE(leftIndex++);
217 } while ((leftCase & 0xffff0000) == 0);
218 leftLower32 = leftCase;
219 leftCase &= 0xc000;
230 if (leftCase != rightCase)
    [all...]
CollationFastLatin.java 527 int leftCase = leftPair & 0xffff;
529 if(leftCase != rightCase) {
531 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER;
533 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 177 milliseconds