Home
last modified time | relevance | path

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

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