Home
last modified time | relevance | path

Searched refs: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
483 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/external/icu/icu4c/source/common/
Dbytestriebuilder.cpp426 if(0<=i && i<=BytesTrie::kMaxOneByteValue) { in writeValueAndFinal()