Searched refs:SHORT_PRIMARY_MASK (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.h66 static const uint32_t SHORT_PRIMARY_MASK = 0xfc00; // bits 15..10 member in class:CollationFastLatin
75 (SHORT_PRIMARY_MASK << 16) | SHORT_PRIMARY_MASK; // 0xfc00fc00
123 static const uint32_t MAX_SHORT = SHORT_PRIMARY_MASK;
H A Dcollationfastlatin.cpp90 p &= SHORT_PRIMARY_MASK;
151 leftPair &= SHORT_PRIMARY_MASK;
182 rightPair &= SHORT_PRIMARY_MASK;
497 leftPair &= SHORT_PRIMARY_MASK;
534 rightPair &= SHORT_PRIMARY_MASK;
999 if(strengthIsPrimary && (pair & (SHORT_PRIMARY_MASK << 16)) == 0) {
1077 pair = SHORT_PRIMARY_MASK;
1080 pair = SHORT_PRIMARY_MASK;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java58 static final int SHORT_PRIMARY_MASK = 0xfc00; // bits 15..10 field in class:CollationFastLatin
67 (SHORT_PRIMARY_MASK << 16) | SHORT_PRIMARY_MASK; // 0xfc00fc00
115 static final int MAX_SHORT = SHORT_PRIMARY_MASK;
265 p &= SHORT_PRIMARY_MASK;
320 leftPair &= SHORT_PRIMARY_MASK;
356 rightPair &= SHORT_PRIMARY_MASK;
804 if(strengthIsPrimary && (pair & (SHORT_PRIMARY_MASK << 16)) == 0) {
880 pair = SHORT_PRIMARY_MASK;
883 pair = SHORT_PRIMARY_MASK;
[all...]

Completed in 82 milliseconds