Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dbytestrie.h371 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
487 static const int32_t kFourByteValueLead=0x7e; variable
490 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
/external/chromium_org/third_party/icu/source/common/unicode/
Dbytestrie.h371 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
487 static const int32_t kFourByteValueLead=0x7e; variable
490 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
/external/chromium_org/third_party/icu/source/common/
Dbytestrie.cpp36 } else if(leadByte<kFourByteValueLead) { in readValue()
38 } else if(leadByte==kFourByteValueLead) { in readValue()
117 } else if(node<kFourByteValueLead) { in branchNext()
120 } else if(node==kFourByteValueLead) { in branchNext()
Dbytestriebuilder.cpp447 intBytes[0]=(char)BytesTrie::kFourByteValueLead; in writeValueAndFinal()
/external/icu/icu4c/source/common/
Dbytestrie.cpp36 } else if(leadByte<kFourByteValueLead) { in readValue()
38 } else if(leadByte==kFourByteValueLead) { in readValue()
117 } else if(node<kFourByteValueLead) { in branchNext()
120 } else if(node==kFourByteValueLead) { in branchNext()
Dbytestriebuilder.cpp447 intBytes[0]=(char)BytesTrie::kFourByteValueLead; in writeValueAndFinal()