Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dbytestrie.h484 static const int32_t kMaxTwoByteValue=0x1aff; variable
486 … static const int32_t kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrieBuilder.java236 if(i<=BytesTrie.kMaxTwoByteValue) { in writeValueAndFinal()
DBytesTrie.java1040 /*package*/ static final int kMaxTwoByteValue=0x1aff; local
1042 …/*package*/ static final int kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; …
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrieBuilder.java232 if(i<=BytesTrie.kMaxTwoByteValue) { in writeValueAndFinal()
DBytesTrie.java1005 /*package*/ static final int kMaxTwoByteValue=0x1aff; local
1007 …/*package*/ static final int kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; …
/external/icu/icu4c/source/common/
Dbytestriebuilder.cpp441 if(i<=BytesTrie::kMaxTwoByteValue) { in writeValueAndFinal()