Searched refs:kMaxTwoByteDelta (Results 1 – 4 of 4) sorted by relevance
501 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x… variable
477 if(i<=BytesTrie::kMaxTwoByteDelta) { in writeDeltaTo()