Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dbytestrie.h491 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1; variable
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java1021 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-… local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java1052 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-… local