Searched refs:kMinTwoByteDeltaLead (Results 1 – 3 of 3) sorted by relevance
389 if(delta>=kMinTwoByteDeltaLead) { in skipDelta()496 static const int32_t kMinTwoByteDeltaLead=kMaxOneByteDelta+1; // 0xc0 variable501 …static const int32_t kMaxTwoByteDelta=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x…
49 if(delta<kMinTwoByteDeltaLead) { in jumpByDelta()52 delta=((delta-kMinTwoByteDeltaLead)<<8)|*pos++; in jumpByDelta()
476 intBytes[0]=(char)(BytesTrie::kMinTwoByteDeltaLead+(i>>8)); in writeDeltaTo()