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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducharstrie.h411 if(leadUnit<kMinTwoUnitNodeValueLead) {
414 value=(((leadUnit&0x7fc0)-kMinTwoUnitNodeValueLead)<<10)|*pos;
422 if(leadUnit>=kMinTwoUnitNodeValueLead) {
548 static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4040 member in class:UCharsTrie
552 ((kThreeUnitNodeValueLead-kMinTwoUnitNodeValueLead)<<10)-1; // 0xfdffff
/external/icu/icu4c/source/common/unicode/
H A Ducharstrie.h411 if(leadUnit<kMinTwoUnitNodeValueLead) {
414 value=(((leadUnit&0x7fc0)-kMinTwoUnitNodeValueLead)<<10)|*pos;
422 if(leadUnit>=kMinTwoUnitNodeValueLead) {
548 static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4040 member in class:UCharsTrie
552 ((kThreeUnitNodeValueLead-kMinTwoUnitNodeValueLead)<<10)-1; // 0xfdffff

Completed in 109 milliseconds