Searched refs:patternStringLen (Results 1 – 1 of 1) sorted by relevance
3883 int32_t patternStringLen = opValue; // Length of the string from the pattern. in MatchAt() local3892 while (patternStringIdx < patternStringLen) { in MatchAt()3898 U16_NEXT(patternString, patternStringIdx, patternStringLen, cPattern); in MatchAt()5406 int32_t patternStringLen = opValue; // Length of the string from the pattern. in MatchChunkAt() local5413 while (patternStringIdx < patternStringLen) { in MatchChunkAt()5414 U16_NEXT(patternString, patternStringIdx, patternStringLen, cPattern); in MatchChunkAt()