Home
last modified time | relevance | path

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

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