Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/unicode/
Ducharstrie.h588 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4… variable
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducharstrie.h550 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4… variable
/third_party/icu/icu4c/source/common/unicode/
Ducharstrie.h588 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4… variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCharsTrie.java1023 …/*package*/ static final int kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6);… field in CharsTrie