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

/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h501 static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x2fff member in class:BytesTrie
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java1057 /*package*/ static final int kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x2fff field in class:BytesTrie

Completed in 665 milliseconds