HomeSort by relevance Sort by last modified time
    Searched defs:kFourByteValueLead (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/common/unicode/
bytestrie.h 371 } else if(leadByte<(kFourByteValueLead<<1)) {
487 static const int32_t kFourByteValueLead=0x7e;
490 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java 680 } else if(leadByte<kFourByteValueLead) {
682 } else if(leadByte==kFourByteValueLead) {
694 } else if(leadByte<(kFourByteValueLead<<1)) {
782 } else if(node<kFourByteValueLead) {
785 } else if(node==kFourByteValueLead) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrie.java 715 } else if(leadByte<kFourByteValueLead) {
717 } else if(leadByte==kFourByteValueLead) {
729 } else if(leadByte<(kFourByteValueLead<<1)) {
817 } else if(node<kFourByteValueLead) {
820 } else if(node==kFourByteValueLead) {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1820 milliseconds