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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationCompare.java 184 int leftCase, leftLower32, rightCase;
196 leftLower32 = leftCase;
222 leftLower32 = leftCase;
241 if ((leftLower32 >>> 16) == Collation.NO_CE_WEIGHT16) {
256 int leftLower32, leftTertiary;
258 leftLower32 = (int) left.getCE(leftIndex++);
259 anyQuaternaries |= leftLower32;
260 assert ((leftLower32 & Collation.ONLY_TERTIARY_MASK) != 0 || (leftLower32 & 0xc0c0) == 0);
261 leftTertiary = leftLower32 & tertiaryMask
    [all...]
  /external/icu/icu4c/source/i18n/
collationcompare.cpp 190 uint32_t leftCase, leftLower32, rightCase;
202 leftLower32 = leftCase;
228 leftLower32 = leftCase;
247 if((leftLower32 >> 16) == Collation::NO_CE_WEIGHT16) { break; }
258 uint32_t leftLower32, leftTertiary;
260 leftLower32 = (uint32_t)left.getCE(leftIndex++);
261 anyQuaternaries |= leftLower32;
262 U_ASSERT((leftLower32 & Collation::ONLY_TERTIARY_MASK) != 0 ||
263 (leftLower32 & 0xc0c0) == 0);
264 leftTertiary = leftLower32 & tertiaryMask
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java 180 int leftCase, leftLower32, rightCase;
192 leftLower32 = leftCase;
218 leftLower32 = leftCase;
237 if ((leftLower32 >>> 16) == Collation.NO_CE_WEIGHT16) {
252 int leftLower32, leftTertiary;
254 leftLower32 = (int) left.getCE(leftIndex++);
255 anyQuaternaries |= leftLower32;
256 assert ((leftLower32 & Collation.ONLY_TERTIARY_MASK) != 0 || (leftLower32 & 0xc0c0) == 0);
257 leftTertiary = leftLower32 & tertiaryMask
    [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 93 milliseconds