Searched defs:CASE_LOWER_FIRST_COMMON_HIGH (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationkeys.h128 static const uint32_t CASE_LOWER_FIRST_COMMON_HIGH = 13; member in class:CollationKeys
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationKeys.java275 private static final int CASE_LOWER_FIRST_COMMON_HIGH = 13; field in class:CollationKeys
560 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases;
566 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >>> 6)) << 4; // 14 or 15
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java271 private static final int CASE_LOWER_FIRST_COMMON_HIGH = 13; field in class:CollationKeys
556 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases;
562 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >>> 6)) << 4; // 14 or 15

Completed in 52 milliseconds