Searched refs:kMaxTwoByteDelta (Results 1 – 6 of 6) sorted by relevance
283 if(i<=BytesTrie.kMaxTwoByteDelta) { in writeDeltaTo()
1063 …/*package*/ static final int kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1… local
279 if(i<=BytesTrie.kMaxTwoByteDelta) { in writeDeltaTo()
1032 …/*package*/ static final int kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1… local
502 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
480 if(i<=BytesTrie::kMaxTwoByteDelta) { in writeDeltaTo()