HomeSort by relevance Sort by last modified time
    Searched defs:kMinTwoUnitDeltaLead (Results 1 - 2 of 2) 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
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 50 milliseconds