Home
last modified time | relevance | path

Searched refs:CASE_LOWER_FIRST_COMMON_HIGH (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java273 private static final int CASE_LOWER_FIRST_COMMON_HIGH = 13; field in CollationKeys
558 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()
564 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >>> 6)) << 4; // 14 or 15 in writeSortKeyUpToQuaternary()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationKeys.java283 private static final int CASE_LOWER_FIRST_COMMON_HIGH = 13; field in CollationKeys
568 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()
574 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >>> 6)) << 4; // 14 or 15 in writeSortKeyUpToQuaternary()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationkeys.h130 static const uint32_t CASE_LOWER_FIRST_COMMON_HIGH = 13; variable
Dcollationkeys.cpp453 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()
459 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >> 6)) << 4; // 14 or 15 in writeSortKeyUpToQuaternary()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationkeys.h130 static const uint32_t CASE_LOWER_FIRST_COMMON_HIGH = 13; variable
Dcollationkeys.cpp453 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()
459 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >> 6)) << 4; // 14 or 15 in writeSortKeyUpToQuaternary()
/third_party/icu/icu4c/source/i18n/
Dcollationkeys.h130 static const uint32_t CASE_LOWER_FIRST_COMMON_HIGH = 13; variable
Dcollationkeys.cpp453 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()
459 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >> 6)) << 4; // 14 or 15 in writeSortKeyUpToQuaternary()
/third_party/node/deps/icu-small/source/i18n/
Dcollationkeys.h130 static const uint32_t CASE_LOWER_FIRST_COMMON_HIGH = 13; variable
Dcollationkeys.cpp453 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()
459 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >> 6)) << 4; // 14 or 15 in writeSortKeyUpToQuaternary()