Searched refs:kMaxOneByteValue (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/unicode/
H A Dbytestrie.h481 static const int32_t kMaxOneByteValue=0x40; // At least 6 bits in the first byte. member in class:BytesTrie
483 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/external/icu4c/common/
H A Dbytestriebuilder.cpp424 if(0<=i && i<=BytesTrie::kMaxOneByteValue) {
436 // } else if(i<=BytesTrie::kMaxOneByteValue) {

Completed in 82 milliseconds