Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h481 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10 variable
484 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h520 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10 variable
523 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/third_party/icu/icu4c/source/common/unicode/
Dbytestrie.h520 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10 variable
523 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestrie.h520 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10 variable
523 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DBytesTrie.java732 value=leadByte-kMinOneByteValueLead; in readValue()
834 delta=node-kMinOneByteValueLead; in branchNext()
1056 /*package*/ static final int kMinOneByteValueLead=kMinValueLead/2; // 0x10 local
1059 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
DBytesTrieBuilder.java221 return write(((BytesTrie.kMinOneByteValueLead+i)<<1)|(isFinal?1:0)); in writeValueAndFinal()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java767 value=leadByte-kMinOneByteValueLead; in readValue()
874 delta=node-kMinOneByteValueLead; in branchNext()
1096 /*package*/ static final int kMinOneByteValueLead=kMinValueLead/2; // 0x10 local
1099 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
DBytesTrieBuilder.java228 return write(((BytesTrie.kMinOneByteValueLead+i)<<1)|(isFinal?1:0)); in writeValueAndFinal()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dbytestrie.cpp35 value=leadByte-kMinOneByteValueLead; in readValue()
116 delta=node-kMinOneByteValueLead; in branchNext()
Dbytestriebuilder.cpp430 return write(((BytesTrie::kMinOneByteValueLead+i)<<1)|isFinal); in writeValueAndFinal()
/third_party/node/deps/icu-small/source/common/
Dbytestrie.cpp35 value=leadByte-kMinOneByteValueLead; in readValue()
116 delta=node-kMinOneByteValueLead; in branchNext()
Dbytestriebuilder.cpp430 return write(((BytesTrie::kMinOneByteValueLead+i)<<1)|isFinal); in writeValueAndFinal()
/third_party/icu/icu4c/source/common/
Dbytestrie.cpp35 value=leadByte-kMinOneByteValueLead; in readValue()
116 delta=node-kMinOneByteValueLead; in branchNext()
Dbytestriebuilder.cpp430 return write(((BytesTrie::kMinOneByteValueLead+i)<<1)|isFinal); in writeValueAndFinal()
/third_party/skia/third_party/externals/icu/source/common/
Dbytestrie.cpp35 value=leadByte-kMinOneByteValueLead; in readValue()
116 delta=node-kMinOneByteValueLead; in branchNext()
Dbytestriebuilder.cpp430 return write(((BytesTrie::kMinOneByteValueLead+i)<<1)|isFinal); in writeValueAndFinal()