Searched refs:restoreInputLen (Results 1 – 1 of 1) sorted by relevance
2253 int32_t restoreInputLen = fData[opValue+3]; in MatchAt() local2254 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()2255 U_ASSERT(restoreInputLen <= fInput->length()); in MatchAt()2256 fActiveLimit = restoreInputLen; in MatchAt()2326 int32_t restoreInputLen = fData[opValue+3]; in MatchAt() local2327 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()2328 U_ASSERT(restoreInputLen <= fInput->length()); in MatchAt()2329 fActiveLimit = restoreInputLen; in MatchAt()