Home
last modified time | relevance | path

Searched defs:kMaxTwoUnitValue (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Ducharstrie.h584 …static const int32_t kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; // 0x3f… variable
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducharstrie.h546 …static const int32_t kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; // 0x3f… variable
/third_party/icu/icu4c/source/common/unicode/
Ducharstrie.h584 …static const int32_t kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; // 0x3f… variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCharsTrie.java1019 …/*package*/ static final int kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; … field in CharsTrie