Searched refs:patternStringLen (Results 1 – 1 of 1) sorted by relevance
3837 int32_t patternStringLen = opValue; // Length of the string from the pattern. in MatchAt() local3846 while (patternStringIdx < patternStringLen) { in MatchAt()3852 U16_NEXT(patternString, patternStringIdx, patternStringLen, cPattern); in MatchAt()5298 int32_t patternStringLen = opValue; // Length of the string from the pattern. in MatchChunkAt() local5305 while (patternStringIdx < patternStringLen) { in MatchChunkAt()5306 U16_NEXT(patternString, patternStringIdx, patternStringLen, cPattern); in MatchChunkAt()