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

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationCompare.java120 if (leftSecondary == Collation.NO_CE_WEIGHT16) {
241 if ((leftLower32 >>> 16) == Collation.NO_CE_WEIGHT16) {
279 if (leftTertiary > Collation.NO_CE_WEIGHT16) {
286 if (rightTertiary > Collation.NO_CE_WEIGHT16) {
296 if (leftTertiary == Collation.NO_CE_WEIGHT16) {
317 if (leftQuaternary <= Collation.NO_CE_WEIGHT16) {
331 if (rightQuaternary <= Collation.NO_CE_WEIGHT16) {
H A DCollationKeys.java658 if (t <= Collation.NO_CE_WEIGHT16) {
692 if ((q & 0xc0) == 0 && q > Collation.NO_CE_WEIGHT16) {
694 } else if (q == Collation.NO_CE_WEIGHT16
708 if (q == Collation.NO_CE_WEIGHT16) {
H A DCollation.java128 static final int NO_CE_WEIGHT16 = 0x0100; // weight of LEVEL_SEPARATOR_BYTE field in class:Collation
129 public static final long NO_CE = 0x101000100L; // NO_CE_PRIMARY, NO_CE_WEIGHT16, NO_CE_WEIGHT16
/external/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp130 if(leftSecondary == Collation::NO_CE_WEIGHT16) { break; }
247 if((leftLower32 >> 16) == Collation::NO_CE_WEIGHT16) { break; }
283 if(leftTertiary > Collation::NO_CE_WEIGHT16) {
290 if(rightTertiary > Collation::NO_CE_WEIGHT16) {
300 if(leftTertiary == Collation::NO_CE_WEIGHT16) { break; }
317 if(leftQuaternary <= Collation::NO_CE_WEIGHT16) {
331 if(rightQuaternary <= Collation::NO_CE_WEIGHT16) {
H A Dcollationkeys.cpp544 if(t <= Collation::NO_CE_WEIGHT16) {
578 if((q & 0xc0) == 0 && q > Collation::NO_CE_WEIGHT16) {
580 } else if(q == Collation::NO_CE_WEIGHT16 &&
592 if(q == Collation::NO_CE_WEIGHT16) {
H A Dcollation.h123 static const uint32_t NO_CE_WEIGHT16 = 0x0100; // weight of LEVEL_SEPARATOR_BYTE member in class:Collation
124 static const int64_t NO_CE = INT64_C(0x101000100); // NO_CE_PRIMARY, NO_CE_WEIGHT16, NO_CE_WEIGHT16
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationCompare.java116 if (leftSecondary == Collation.NO_CE_WEIGHT16) {
237 if ((leftLower32 >>> 16) == Collation.NO_CE_WEIGHT16) {
275 if (leftTertiary > Collation.NO_CE_WEIGHT16) {
282 if (rightTertiary > Collation.NO_CE_WEIGHT16) {
292 if (leftTertiary == Collation.NO_CE_WEIGHT16) {
313 if (leftQuaternary <= Collation.NO_CE_WEIGHT16) {
327 if (rightQuaternary <= Collation.NO_CE_WEIGHT16) {
H A DCollationKeys.java654 if (t <= Collation.NO_CE_WEIGHT16) {
688 if ((q & 0xc0) == 0 && q > Collation.NO_CE_WEIGHT16) {
690 } else if (q == Collation.NO_CE_WEIGHT16
704 if (q == Collation.NO_CE_WEIGHT16) {
H A DCollation.java126 static final int NO_CE_WEIGHT16 = 0x0100; // weight of LEVEL_SEPARATOR_BYTE field in class:Collation
127 public static final long NO_CE = 0x101000100L; // NO_CE_PRIMARY, NO_CE_WEIGHT16, NO_CE_WEIGHT16

Completed in 128 milliseconds