Searched defs:kFourByteValueLead (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h372 } else if(leadByte<(kFourByteValueLead<<1)) {
488 static const int32_t kFourByteValueLead=0x7e; member in class:BytesTrie
491 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java686 } else if(leadByte<kFourByteValueLead) {
688 } else if(leadByte==kFourByteValueLead) {
700 } else if(leadByte<(kFourByteValueLead<<1)) {
788 } else if(node<kFourByteValueLead) {
791 } else if(node==kFourByteValueLead) {
1014 /*package*/ static final int kFourByteValueLead=0x7e; field in class:BytesTrie
1017 /*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java721 } else if(leadByte<kFourByteValueLead) {
723 } else if(leadByte==kFourByteValueLead) {
735 } else if(leadByte<(kFourByteValueLead<<1)) {
823 } else if(node<kFourByteValueLead) {
826 } else if(node==kFourByteValueLead) {
1049 /*package*/ static final int kFourByteValueLead=0x7e; field in class:BytesTrie
1052 /*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;

Completed in 83 milliseconds