Home
last modified time | relevance | path

Searched defs:kMinThreeByteValueLead (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dbytestrie.h487 … static const int32_t kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c variable
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java1017 …/*package*/ static final int kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; … local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java1048 …/*package*/ static final int kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; … local