Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducharstrie.h413 if(leadUnit<kMinTwoUnitNodeValueLead) { in readNodeValue()
416 value=(((leadUnit&0x7fc0)-kMinTwoUnitNodeValueLead)<<10)|*pos; in readNodeValue()
424 if(leadUnit>=kMinTwoUnitNodeValueLead) { in skipNodeValue()
550 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4… variable
554 ((kThreeUnitNodeValueLead-kMinTwoUnitNodeValueLead)<<10)-1; // 0xfdffff
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducharstrie.h449 if(leadUnit<kMinTwoUnitNodeValueLead) { in readNodeValue()
452 value=(((leadUnit&0x7fc0)-kMinTwoUnitNodeValueLead)<<10)|*pos; in readNodeValue()
460 if(leadUnit>=kMinTwoUnitNodeValueLead) { in skipNodeValue()
586 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4… variable
590 ((kThreeUnitNodeValueLead-kMinTwoUnitNodeValueLead)<<10)-1; // 0xfdffff
/third_party/node/deps/icu-small/source/common/unicode/
Ducharstrie.h449 if(leadUnit<kMinTwoUnitNodeValueLead) { in readNodeValue()
452 value=(((leadUnit&0x7fc0)-kMinTwoUnitNodeValueLead)<<10)|*pos; in readNodeValue()
460 if(leadUnit>=kMinTwoUnitNodeValueLead) { in skipNodeValue()
586 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4… variable
590 ((kThreeUnitNodeValueLead-kMinTwoUnitNodeValueLead)<<10)-1; // 0xfdffff
/third_party/icu/icu4c/source/common/unicode/
Ducharstrie.h449 if(leadUnit<kMinTwoUnitNodeValueLead) { in readNodeValue()
452 value=(((leadUnit&0x7fc0)-kMinTwoUnitNodeValueLead)<<10)|*pos; in readNodeValue()
460 if(leadUnit>=kMinTwoUnitNodeValueLead) { in skipNodeValue()
586 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4… variable
590 ((kThreeUnitNodeValueLead-kMinTwoUnitNodeValueLead)<<10)-1; // 0xfdffff
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCharsTrie.java704 if(leadUnit<kMinTwoUnitNodeValueLead) { in readNodeValue()
707 value=(((leadUnit&0x7fc0)-kMinTwoUnitNodeValueLead)<<10)|chars.charAt(pos); in readNodeValue()
715 if(leadUnit>=kMinTwoUnitNodeValueLead) { in skipNodeValue()
1023 …/*package*/ static final int kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6);… field in CharsTrie
1027 ((kThreeUnitNodeValueLead-kMinTwoUnitNodeValueLead)<<10)-1; // 0xfdffff
DCharsTrieBuilder.java239 intUnits[0]=(char)(CharsTrie.kMinTwoUnitNodeValueLead+((value>>10)&0x7fc0)); in writeValueAndType()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrie.java731 if(leadUnit<kMinTwoUnitNodeValueLead) { in readNodeValue()
734 value=(((leadUnit&0x7fc0)-kMinTwoUnitNodeValueLead)<<10)|chars.charAt(pos); in readNodeValue()
742 if(leadUnit>=kMinTwoUnitNodeValueLead) { in skipNodeValue()
1050 …/*package*/ static final int kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6);… field in CharsTrie
1054 ((kThreeUnitNodeValueLead-kMinTwoUnitNodeValueLead)<<10)-1; // 0xfdffff
DCharsTrieBuilder.java243 intUnits[0]=(char)(CharsTrie.kMinTwoUnitNodeValueLead+((value>>10)&0x7fc0)); in writeValueAndType()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducharstriebuilder.cpp414 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitNodeValueLead+((value>>10)&0x7fc0)); in writeValueAndType()
/third_party/skia/third_party/externals/icu/source/common/
Ducharstriebuilder.cpp414 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitNodeValueLead+((value>>10)&0x7fc0)); in writeValueAndType()
/third_party/icu/icu4c/source/common/
Ducharstriebuilder.cpp414 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitNodeValueLead+((value>>10)&0x7fc0)); in writeValueAndType()
/third_party/node/deps/icu-small/source/common/
Ducharstriebuilder.cpp414 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitNodeValueLead+((value>>10)&0x7fc0)); in writeValueAndType()