Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dbytestrie.h482 static const int32_t kMaxOneByteValue=0x40; // At least 6 bits in the first byte. variable
484 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrieBuilder.java224 if(0<=i && i<=BytesTrie.kMaxOneByteValue) { in writeValueAndFinal()
DBytesTrie.java1043 /*package*/ static final int kMaxOneByteValue=0x40; // At least 6 bits in the first byte. local
1045 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrieBuilder.java220 if(0<=i && i<=BytesTrie.kMaxOneByteValue) { in writeValueAndFinal()
DBytesTrie.java1012 /*package*/ static final int kMaxOneByteValue=0x40; // At least 6 bits in the first byte. local
1014 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/external/icu/icu4c/source/common/
Dbytestriebuilder.cpp429 if(0<=i && i<=BytesTrie::kMaxOneByteValue) { in writeValueAndFinal()