Searched refs:kMaxOneUnitNodeValue (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/unicode/
H A Ducharstrie.h547 static const int32_t kMaxOneUnitNodeValue=0xff; member in class:UCharsTrie
548 static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4040
/external/icu4c/common/
H A Ducharstriebuilder.cpp408 } else if(value<=UCharsTrie::kMaxOneUnitNodeValue) {

Completed in 36 milliseconds