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

  /external/icu4c/common/unicode/
ucharstrie.h 567 static const int32_t kMaxOneUnitDelta=0xfbff;
568 static const int32_t kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00
  /external/icu4c/common/
ucharstriebuilder.cpp 422 if(i<=UCharsTrie::kMaxOneUnitDelta) {

Completed in 147 milliseconds