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

/macosx-10.9.5/ICU-511.35/icuSources/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
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dbytestriebuilder.cpp426 if(0<=i && i<=BytesTrie::kMaxOneByteValue) {
438 // } else if(i<=BytesTrie::kMaxOneByteValue) {

Completed in 64 milliseconds