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

  /external/icu4c/common/
bytestrie.cpp 32 if(leadByte<kMinTwoByteValueLead) {
35 value=((leadByte-kMinTwoByteValueLead)<<8)|*pos;
113 if(node<kMinTwoByteValueLead) {
116 delta=((node-kMinTwoByteValueLead)<<8)|*pos++;
bytestriebuilder.cpp 442 intBytes[0]=(char)(BytesTrie::kMinTwoByteValueLead+(i>>8));
  /external/icu4c/common/unicode/
bytestrie.h 368 if(leadByte>=(kMinTwoByteValueLead<<1)) {
483 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
486 static const int32_t kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c

Completed in 64 milliseconds