Searched refs:patternStringLen (Results 1 – 1 of 1) sorted by relevance
3877 int32_t patternStringLen = opValue; // Length of the string from the pattern. in MatchAt() local3886 while (patternStringIdx < patternStringLen) { in MatchAt()3892 U16_NEXT(patternString, patternStringIdx, patternStringLen, cPattern); in MatchAt()5385 int32_t patternStringLen = opValue; // Length of the string from the pattern. in MatchChunkAt() local5392 while (patternStringIdx < patternStringLen) { in MatchChunkAt()5393 U16_NEXT(patternString, patternStringIdx, patternStringLen, cPattern); in MatchChunkAt()