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

  /external/icu4c/common/unicode/
ucharstrie.h 398 } else if(leadUnit<kThreeUnitValueLead) {
407 if(leadUnit<kThreeUnitValueLead) {
554 static const int32_t kThreeUnitValueLead=0x7fff;
556 static const int32_t kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; // 0x3ffeffff
  /external/icu4c/common/
ucharstrie.cpp 75 } else if(node<kThreeUnitValueLead) {
ucharstriebuilder.cpp 378 intUnits[0]=(UChar)(UCharsTrie::kThreeUnitValueLead);

Completed in 482 milliseconds