Searched refs:patternStringLen (Results 1 – 1 of 1) sorted by relevance
3871 int32_t patternStringLen = opValue; // Length of the string from the pattern. in MatchAt() local3880 while (patternStringIdx < patternStringLen) { in MatchAt()3886 U16_NEXT(patternString, patternStringIdx, patternStringLen, cPattern); in MatchAt()5384 int32_t patternStringLen = opValue; // Length of the string from the pattern. in MatchChunkAt() local5391 while (patternStringIdx < patternStringLen) { in MatchChunkAt()5392 U16_NEXT(patternString, patternStringIdx, patternStringLen, cPattern); in MatchChunkAt()