Searched refs:kMaxTwoByteDelta (Results 1 – 12 of 12) 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
502 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
541 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
491 if(i<=BytesTrie::kMaxTwoByteDelta) { in internalEncodeDelta()
480 if(i<=BytesTrie::kMaxTwoByteDelta) { in writeDeltaTo()