Home
last modified time | relevance | path

Searched refs:kMinTwoUnitNodeValueLead (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Ducharstrie.h411 if(leadUnit<kMinTwoUnitNodeValueLead) { in readNodeValue()
414 value=(((leadUnit&0x7fc0)-kMinTwoUnitNodeValueLead)<<10)|*pos; in readNodeValue()
422 if(leadUnit>=kMinTwoUnitNodeValueLead) { in skipNodeValue()
548 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4… variable
552 ((kThreeUnitNodeValueLead-kMinTwoUnitNodeValueLead)<<10)-1; // 0xfdffff
/external/chromium_org/third_party/icu/source/common/unicode/
Ducharstrie.h411 if(leadUnit<kMinTwoUnitNodeValueLead) { in readNodeValue()
414 value=(((leadUnit&0x7fc0)-kMinTwoUnitNodeValueLead)<<10)|*pos; in readNodeValue()
422 if(leadUnit>=kMinTwoUnitNodeValueLead) { in skipNodeValue()
548 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4… variable
552 ((kThreeUnitNodeValueLead-kMinTwoUnitNodeValueLead)<<10)-1; // 0xfdffff
/external/chromium_org/third_party/icu/source/common/
Ducharstriebuilder.cpp412 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitNodeValueLead+((value>>10)&0x7fc0)); in writeValueAndType()
/external/icu/icu4c/source/common/
Ducharstriebuilder.cpp412 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitNodeValueLead+((value>>10)&0x7fc0)); in writeValueAndType()