Home
last modified time | relevance | path

Searched defs:kMaxTwoByteDelta (Results 1 – 5 of 5) sorted by relevance

/external/cronet/third_party/icu/source/common/unicode/
Dbytestrie.h541 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h541 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
/external/icu/libicu/cts_headers/unicode/
Dbytestrie.h541 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
DBytesTrie.java1117 …/*package*/ static final int kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1… local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java1082 …/*package*/ static final int kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1… local