Searched refs:matchPos (Results 1 – 1 of 1) sorted by relevance
941 int32_t matchPos = -1; in parse() local943 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()944 if (matchPos > parsedPos) { in parse()946 parsedPos = matchPos; in parse()953 pos.setIndex(matchPos); in parse()1154 int32_t matchPos = -1; in parse() local1157 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) { in parse()1159 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()1163 if (parsedPos < matchPos) { in parse()1165 parsedPos = matchPos; in parse()