Searched refs:restoreInputLen (Results 1 – 1 of 1) sorted by relevance
3965 int64_t restoreInputLen = fData[opValue+3]; in MatchAt() local3966 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()3967 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()3968 fActiveLimit = restoreInputLen; in MatchAt()4040 int64_t restoreInputLen = fData[opValue+3]; in MatchAt() local4041 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()4042 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()4043 fActiveLimit = restoreInputLen; in MatchAt()5466 int64_t restoreInputLen = fData[opValue+3]; in MatchChunkAt() local5467 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()[all …]