Searched defs:kMinThreeByteValueLead (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/unicode/
H A Dbytestrie.h369 if(leadByte<(kMinThreeByteValueLead<<1)) {
486 static const int32_t kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c member in class:BytesTrie
490 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;

Completed in 54 milliseconds