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

/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h485 static const int32_t kMaxTwoByteValue=0x1aff; member in class:BytesTrie
487 static const int32_t kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrieBuilder.java234 if(i<=BytesTrie.kMaxTwoByteValue) {
H A DBytesTrie.java1011 /*package*/ static final int kMaxTwoByteValue=0x1aff; field in class:BytesTrie
1013 /*package*/ static final int kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrieBuilder.java238 if(i<=BytesTrie.kMaxTwoByteValue) {
H A DBytesTrie.java1046 /*package*/ static final int kMaxTwoByteValue=0x1aff; field in class:BytesTrie
1048 /*package*/ static final int kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c
/external/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp443 if(i<=BytesTrie::kMaxTwoByteValue) {

Completed in 168 milliseconds