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

  /external/icu/icu4c/source/common/unicode/
bytestrie.h 369 if(leadByte<(kMinThreeByteValueLead<<1)) {
486 static const int32_t kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c
490 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java 678 } else if(leadByte<kMinThreeByteValueLead) {
681 value=((leadByte-kMinThreeByteValueLead)<<16)|((bytes[pos]&0xff)<<8)|(bytes[pos+1]&0xff);
692 if(leadByte<(kMinThreeByteValueLead<<1)) {
780 } else if(node<kMinThreeByteValueLead) {
783 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 713 } else if(leadByte<kMinThreeByteValueLead) {
716 value=((leadByte-kMinThreeByteValueLead)<<16)|((bytes[pos]&0xff)<<8)|(bytes[pos+1]&0xff);
727 if(leadByte<(kMinThreeByteValueLead<<1)) {
815 } else if(node<kMinThreeByteValueLead) {
818 delta=((node-kMinThreeByteValueLead)<<16)|((bytes_[pos]&0xff)<<8)|(bytes_[pos+1]&0xff);
    [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 1766 milliseconds