Searched refs:restoreInputLen (Results 1 – 1 of 1) sorted by relevance
3981 int64_t restoreInputLen = fData[opValue+3]; in MatchAt() local3982 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() local4067 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() local5491 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()[all …]