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

  /external/icu/icu4c/source/common/unicode/
bytestrie.h 370 if(leadByte<(kMinThreeByteValueLead<<1)) {
487 static const int32_t kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c
491 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java 684 } else if(leadByte<kMinThreeByteValueLead) {
687 value=((leadByte-kMinThreeByteValueLead)<<16)|((bytes[pos]&0xff)<<8)|(bytes[pos+1]&0xff);
698 if(leadByte<(kMinThreeByteValueLead<<1)) {
786 } else if(node<kMinThreeByteValueLead) {
789 delta=((node-kMinThreeByteValueLead)<<16)|((bytes_[pos]&0xff)<<8)|(bytes_[pos+1]&0xff);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrie.java 719 } else if(leadByte<kMinThreeByteValueLead) {
722 value=((leadByte-kMinThreeByteValueLead)<<16)|((bytes[pos]&0xff)<<8)|(bytes[pos+1]&0xff);
733 if(leadByte<(kMinThreeByteValueLead<<1)) {
821 } else if(node<kMinThreeByteValueLead) {
824 delta=((node-kMinThreeByteValueLead)<<16)|((bytes_[pos]&0xff)<<8)|(bytes_[pos+1]&0xff);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.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 82 milliseconds