Searched refs:kMaxTwoByteDelta (Results 1 – 10 of 10) sorted by relevance
300 if(i<=BytesTrie.kMaxTwoByteDelta) { in internalEncodeDelta()
1117 …/*package*/ static final int kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1… local
279 if(i<=BytesTrie.kMaxTwoByteDelta) { in writeDeltaTo()
1077 …/*package*/ static final int kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1… local
541 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
491 if(i<=BytesTrie::kMaxTwoByteDelta) { in internalEncodeDelta()