Home
last modified time | relevance | path

Searched refs:kMaxTwoByteDelta (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrieBuilder.java300 if(i<=BytesTrie.kMaxTwoByteDelta) { in internalEncodeDelta()
DBytesTrie.java1117 …/*package*/ static final int kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1… local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DBytesTrieBuilder.java279 if(i<=BytesTrie.kMaxTwoByteDelta) { in writeDeltaTo()
DBytesTrie.java1077 …/*package*/ static final int kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1… local
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h502 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h541 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
/third_party/icu/icu4c/source/common/unicode/
Dbytestrie.h541 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestrie.h541 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
/third_party/skia/third_party/externals/icu/source/common/
Dbytestriebuilder.cpp491 if(i<=BytesTrie::kMaxTwoByteDelta) { in internalEncodeDelta()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dbytestriebuilder.cpp480 if(i<=BytesTrie::kMaxTwoByteDelta) { in writeDeltaTo()
/third_party/node/deps/icu-small/source/common/
Dbytestriebuilder.cpp491 if(i<=BytesTrie::kMaxTwoByteDelta) { in internalEncodeDelta()
/third_party/icu/icu4c/source/common/
Dbytestriebuilder.cpp491 if(i<=BytesTrie::kMaxTwoByteDelta) { in internalEncodeDelta()