Searched defs:kMinTwoByteDeltaLead (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestrie.h389 if(delta>=kMinTwoByteDeltaLead) {
496 static const int32_t kMinTwoByteDeltaLead=kMaxOneByteDelta+1; // 0xc0 member in class:BytesTrie
501 static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x2fff
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h389 if(delta>=kMinTwoByteDeltaLead) {
496 static const int32_t kMinTwoByteDeltaLead=kMaxOneByteDelta+1; // 0xc0 member in class:BytesTrie
501 static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x2fff

Completed in 211 milliseconds