Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dbytestrie.h481 static const int32_t kMaxOneByteValue=0x40; // At least 6 bits in the first byte. variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java1037 /*package*/ static final int kMaxOneByteValue=0x40; // At least 6 bits in the first byte. local