Home
last modified time | relevance | path

Searched refs:kFourByteValueLead (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DBytesTrie.java735 } else if(leadByte<kFourByteValueLead) { in readValue()
737 } else if(leadByte==kFourByteValueLead) { in readValue()
749 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
837 } else if(node<kFourByteValueLead) { in branchNext()
840 } else if(node==kFourByteValueLead) { in branchNext()
1063 /*package*/ static final int kFourByteValueLead=0x7e; local
1066 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-…
DBytesTrieBuilder.java240 intBytes[0]=(byte)BytesTrie.kFourByteValueLead; in writeValueAndFinal()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java770 } else if(leadByte<kFourByteValueLead) { in readValue()
772 } else if(leadByte==kFourByteValueLead) { in readValue()
784 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
877 } else if(node<kFourByteValueLead) { in branchNext()
880 } else if(node==kFourByteValueLead) { in branchNext()
1103 /*package*/ static final int kFourByteValueLead=0x7e; local
1106 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-…
DBytesTrieBuilder.java247 intBytes[0]=(byte)BytesTrie.kFourByteValueLead; in writeValueAndFinal()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dbytestrie.cpp38 } else if(leadByte<kFourByteValueLead) { in readValue()
40 } else if(leadByte==kFourByteValueLead) { in readValue()
119 } else if(node<kFourByteValueLead) { in branchNext()
122 } else if(node==kFourByteValueLead) { in branchNext()
Dbytestriebuilder.cpp450 intBytes[0]=(char)BytesTrie::kFourByteValueLead; in writeValueAndFinal()
/third_party/node/deps/icu-small/source/common/
Dbytestrie.cpp38 } else if(leadByte<kFourByteValueLead) { in readValue()
40 } else if(leadByte==kFourByteValueLead) { in readValue()
119 } else if(node<kFourByteValueLead) { in branchNext()
122 } else if(node==kFourByteValueLead) { in branchNext()
Dbytestriebuilder.cpp450 intBytes[0]=(char)BytesTrie::kFourByteValueLead; in writeValueAndFinal()
/third_party/icu/icu4c/source/common/
Dbytestrie.cpp38 } else if(leadByte<kFourByteValueLead) { in readValue()
40 } else if(leadByte==kFourByteValueLead) { in readValue()
119 } else if(node<kFourByteValueLead) { in branchNext()
122 } else if(node==kFourByteValueLead) { in branchNext()
Dbytestriebuilder.cpp450 intBytes[0]=(char)BytesTrie::kFourByteValueLead; in writeValueAndFinal()
/third_party/skia/third_party/externals/icu/source/common/
Dbytestrie.cpp38 } else if(leadByte<kFourByteValueLead) { in readValue()
40 } else if(leadByte==kFourByteValueLead) { in readValue()
119 } else if(node<kFourByteValueLead) { in branchNext()
122 } else if(node==kFourByteValueLead) { in branchNext()
Dbytestriebuilder.cpp450 intBytes[0]=(char)BytesTrie::kFourByteValueLead; in writeValueAndFinal()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h372 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
488 static const int32_t kFourByteValueLead=0x7e; variable
491 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h411 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
527 static const int32_t kFourByteValueLead=0x7e; variable
530 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
/third_party/icu/icu4c/source/common/unicode/
Dbytestrie.h411 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
527 static const int32_t kFourByteValueLead=0x7e; variable
530 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestrie.h411 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
527 static const int32_t kFourByteValueLead=0x7e; variable
530 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;