Searched refs:matchPos (Results 1 – 2 of 2) sorted by relevance
951 int32_t matchPos = -1; in parse() local953 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()954 if (matchPos > parsedPos) { in parse()956 parsedPos = matchPos; in parse()963 pos.setIndex(matchPos); in parse()984 int32_t matchPos = -1; in parse() local986 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()987 if (matchPos > parsedPos) { in parse()989 parsedPos = matchPos; in parse()996 pos.setIndex(matchPos); in parse()[all …]
1414 int matchPos = -1; in parse()1417 if (startIdx + match.matchLength() > matchPos) { in parse()1419 matchPos = startIdx + match.matchLength(); in parse()1423 if (parsedPos < matchPos) { in parse()1424 parsedPos = matchPos; in parse()1434 int matchPos = -1; in parse()1437 if (startIdx + match.matchLength() > matchPos) { in parse()1439 matchPos = startIdx + match.matchLength(); in parse()1442 if (parsedPos < matchPos) { in parse()1443 parsedPos = matchPos; in parse()