Home
last modified time | relevance | path

Searched refs:kFourByteValueLead (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java690 } else if(leadByte<kFourByteValueLead) { in readValue()
692 } else if(leadByte==kFourByteValueLead) { in readValue()
704 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
792 } else if(node<kFourByteValueLead) { in branchNext()
795 } else if(node==kFourByteValueLead) { in branchNext()
1018 /*package*/ static final int kFourByteValueLead=0x7e; local
1021 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-…
DBytesTrieBuilder.java240 intBytes[0]=(byte)BytesTrie.kFourByteValueLead; in writeValueAndFinal()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java721 } else if(leadByte<kFourByteValueLead) { in readValue()
723 } else if(leadByte==kFourByteValueLead) { in readValue()
735 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
823 } else if(node<kFourByteValueLead) { in branchNext()
826 } else if(node==kFourByteValueLead) { in branchNext()
1049 /*package*/ static final int kFourByteValueLead=0x7e; local
1052 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-…
DBytesTrieBuilder.java244 intBytes[0]=(byte)BytesTrie.kFourByteValueLead; in writeValueAndFinal()
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h372 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
488 static const int32_t kFourByteValueLead=0x7e; variable
491 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
/external/icu/icu4c/source/common/
Dbytestrie.cpp38 } else if(leadByte<kFourByteValueLead) { in readValue()
40 } else if(leadByte==kFourByteValueLead) { in readValue()
119 } else if(node<kFourByteValueLead) { in branchNext()
122 } else if(node==kFourByteValueLead) { in branchNext()
Dbytestriebuilder.cpp450 intBytes[0]=(char)BytesTrie::kFourByteValueLead; in writeValueAndFinal()