Home
last modified time | relevance | path

Searched refs:kMaxTwoByteValue (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dbytestrie.h485 static const int32_t kMaxTwoByteValue=0x1aff; variable
487 … static const int32_t kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrieBuilder.java238 if(i<=BytesTrie.kMaxTwoByteValue) { in writeValueAndFinal()
DBytesTrie.java1046 /*package*/ static final int kMaxTwoByteValue=0x1aff; local
1048 …/*package*/ static final int kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; …
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrieBuilder.java234 if(i<=BytesTrie.kMaxTwoByteValue) { in writeValueAndFinal()
DBytesTrie.java1015 /*package*/ static final int kMaxTwoByteValue=0x1aff; local
1017 …/*package*/ static final int kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; …
/external/icu/icu4c/source/common/
Dbytestriebuilder.cpp444 if(i<=BytesTrie::kMaxTwoByteValue) { in writeValueAndFinal()