Home
last modified time | relevance | path

Searched refs:kMaxTwoByteDelta (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dbytestrie.h501 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
/external/chromium_org/third_party/icu/source/common/unicode/
Dbytestrie.h501 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
/external/chromium_org/third_party/icu/source/common/
Dbytestriebuilder.cpp477 if(i<=BytesTrie::kMaxTwoByteDelta) { in writeDeltaTo()
/external/icu/icu4c/source/common/
Dbytestriebuilder.cpp477 if(i<=BytesTrie::kMaxTwoByteDelta) { in writeDeltaTo()