Home
last modified time | relevance | path

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

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