HomeSort by relevance Sort by last modified time
    Searched refs:kFourByteValueLead (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
bytestrie.cpp 36 } else if(leadByte<kFourByteValueLead) {
38 } else if(leadByte==kFourByteValueLead) {
117 } else if(node<kFourByteValueLead) {
120 } else if(node==kFourByteValueLead) {
bytestriebuilder.cpp 445 intBytes[0]=(char)BytesTrie::kFourByteValueLead;
  /external/icu4c/common/unicode/
bytestrie.h 371 } else if(leadByte<(kFourByteValueLead<<1)) {
487 static const int32_t kFourByteValueLead=0x7e;
490 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;

Completed in 676 milliseconds