Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dbytestrie.h521 static const int32_t kMaxOneByteValue=0x40; // At least 6 bits in the first byte. variable
523 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/external/cronet/third_party/icu/source/common/unicode/
Dbytestrie.h521 static const int32_t kMaxOneByteValue=0x40; // At least 6 bits in the first byte. variable
523 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/external/icu/libicu/cts_headers/unicode/
Dbytestrie.h521 static const int32_t kMaxOneByteValue=0x40; // At least 6 bits in the first byte. variable
523 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrieBuilder.java223 if(0<=i && i<=BytesTrie.kMaxOneByteValue) { in writeValueAndFinal()
DBytesTrie.java1062 /*package*/ static final int kMaxOneByteValue=0x40; // At least 6 bits in the first byte. local
1064 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrieBuilder.java227 if(0<=i && i<=BytesTrie.kMaxOneByteValue) { in writeValueAndFinal()
DBytesTrie.java1097 /*package*/ static final int kMaxOneByteValue=0x40; // At least 6 bits in the first byte. local
1099 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
/external/cronet/third_party/icu/source/common/
Dbytestriebuilder.cpp429 if(0<=i && i<=BytesTrie::kMaxOneByteValue) { in writeValueAndFinal()
/external/icu/icu4c/source/common/
Dbytestriebuilder.cpp429 if(0<=i && i<=BytesTrie::kMaxOneByteValue) { in writeValueAndFinal()