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

  /external/icu4c/common/unicode/
bytestrie.h 484 static const int32_t kMaxTwoByteValue=0x1aff;
486 static const int32_t kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c
  /external/icu4c/common/
bytestriebuilder.cpp 439 if(i<=BytesTrie::kMaxTwoByteValue) {

Completed in 19 milliseconds