Searched refs:CASE_MASK (Results 1 – 9 of 9) sorted by relevance
69 static const uint32_t CASE_MASK = 0x18; // bits 4..3 variable72 static const uint32_t CASE_AND_TERTIARY_MASK = CASE_MASK | TERTIARY_MASK;81 (CASE_MASK << 16) | CASE_MASK; // 0x180018
70 static const uint32_t CASE_MASK = 0xc000; variable71 static const uint32_t SECONDARY_AND_CASE_MASK = SECONDARY_MASK | CASE_MASK;77 static const uint32_t CASE_AND_TERTIARY_MASK = CASE_MASK | ONLY_TERTIARY_MASK;80 static const uint32_t CASE_AND_QUATERNARY_MASK = CASE_MASK | QUATERNARY_MASK;
412 ce &= ~(int64_t)Collation::CASE_MASK; // blank out case bits in addUniqueCE()421 ce &= ~(int64_t)Collation::CASE_MASK; // blank out case bits in getMiniCE()533 U_ASSERT((lower32 & Collation::CASE_MASK) == 0); // blanked out in uniqueCEs in encodeUniqueCEs()682 uint32_t c = (((uint32_t)first & Collation::CASE_MASK) >> (14 - 3)); in encodeTwoCEs()692 uint32_t case1 = (uint32_t)second & Collation::CASE_MASK; in encodeTwoCEs()
387 leftTertiary ^= CASE_MASK; in compareUTF16()390 rightTertiary ^= CASE_MASK; in compareUTF16()739 leftTertiary ^= CASE_MASK; in compareUTF8()742 rightTertiary ^= CASE_MASK; in compareUTF8()985 pair &= CASE_MASK; // explicit weight of primary CE in getCases()1000 pair &= CASE_MASK; in getCases()
73 public static final int CASE_MASK = 0xc000; field in Collation74 static final int SECONDARY_AND_CASE_MASK = SECONDARY_MASK | CASE_MASK;80 static final int CASE_AND_TERTIARY_MASK = CASE_MASK | ONLY_TERTIARY_MASK;83 public static final int CASE_AND_QUATERNARY_MASK = CASE_MASK | QUATERNARY_MASK;
61 static final int CASE_MASK = 0x18; // bits 4..3 field in CollationFastLatin64 static final int CASE_AND_TERTIARY_MASK = CASE_MASK | TERTIARY_MASK;73 (CASE_MASK << 16) | CASE_MASK; // 0x180018594 leftTertiary ^= CASE_MASK; in compareUTF16()597 rightTertiary ^= CASE_MASK; in compareUTF16()790 pair &= CASE_MASK; // explicit weight of primary CE in getCases()805 pair &= CASE_MASK; in getCases()
389 ce &= ~(long)Collation.CASE_MASK; // blank out case bits in addUniqueCE()397 ce &= ~(long)Collation.CASE_MASK; // blank out case bits in getMiniCE()502 assert((lower32 & Collation.CASE_MASK) == 0); // blanked out in uniqueCEs in encodeUniqueCEs()639 int c = (((int)first & Collation.CASE_MASK) >> (14 - 3)); in encodeTwoCEs()649 int case1 = (int)second & Collation.CASE_MASK; in encodeTwoCEs()
675 long c = (ctq & Collation.CASE_MASK) >>> 14; in isValidCE()
602 uint32_t c = (ctq & Collation::CASE_MASK) >> 14; in isValidCE()