Home
last modified time | relevance | path

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

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