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

  /external/icu4c/common/unicode/
bytestrie.h 390 if(delta<kMinThreeByteDeltaLead) {
497 static const int32_t kMinThreeByteDeltaLead=0xf0;
501 static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x2fff
502 static const int32_t kMaxThreeByteDelta=((kFourByteDeltaLead-kMinThreeByteDeltaLead)<<16)-1; // 0xdffff
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 69 milliseconds