Searched defs:kThreeUnitValueLead (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducharstrie.h386 } else if(leadUnit<kThreeUnitValueLead) {
395 if(leadUnit<kThreeUnitValueLead) {
542 static const int32_t kThreeUnitValueLead=0x7fff; member in class:UCharsTrie
544 static const int32_t kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; // 0x3ffeffff
/external/icu/icu4c/source/common/unicode/
H A Ducharstrie.h386 } else if(leadUnit<kThreeUnitValueLead) {
395 if(leadUnit<kThreeUnitValueLead) {
542 static const int32_t kThreeUnitValueLead=0x7fff; member in class:UCharsTrie
544 static const int32_t kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; // 0x3ffeffff

Completed in 242 milliseconds