Searched refs:kMaxTwoByteDelta (Results 1 – 6 of 6) sorted by relevance
281 if(i<=BytesTrie.kMaxTwoByteDelta) { in writeDeltaTo()
1057 …/*package*/ static final int kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1… local
277 if(i<=BytesTrie.kMaxTwoByteDelta) { in writeDeltaTo()
1022 …/*package*/ static final int kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1… local
501 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
477 if(i<=BytesTrie::kMaxTwoByteDelta) { in writeDeltaTo()