Lines Matching refs:restoreInputLen
3981 int64_t restoreInputLen = fData[opValue+3]; in MatchAt() local
3982 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
3983 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
3984 fActiveLimit = restoreInputLen; in MatchAt()
4066 int64_t restoreInputLen = fData[opValue+3]; in MatchAt() local
4067 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
4068 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
4069 fActiveLimit = restoreInputLen; in MatchAt()
5490 int64_t restoreInputLen = fData[opValue+3]; in MatchChunkAt() local
5491 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()
5492 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5493 fActiveLimit = restoreInputLen; in MatchChunkAt()
5566 int64_t restoreInputLen = fData[opValue+3]; in MatchChunkAt() local
5567 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()
5568 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5569 fActiveLimit = restoreInputLen; in MatchChunkAt()