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

  /external/icu/icu4c/source/common/unicode/
ucharstrie.h 434 if(delta>=kMinTwoUnitDeltaLead) {
439 delta=((delta-kMinTwoUnitDeltaLead)<<16)|*pos++;
447 if(delta>=kMinTwoUnitDeltaLead) {
556 static const int32_t kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00
559 static const int32_t kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; // 0x03feffff
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CharsTrie.java 699 if(delta>=kMinTwoUnitDeltaLead) {
704 delta=((delta-kMinTwoUnitDeltaLead)<<16)|chars.charAt(pos++);
712 if(delta>=kMinTwoUnitDeltaLead) {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1058 milliseconds