Lines Matching refs:matchPos
962 int32_t matchPos = -1; in parse() local
964 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()
965 if (matchPos > parsedPos) { in parse()
967 parsedPos = matchPos; in parse()
974 pos.setIndex(matchPos); in parse()
995 int32_t matchPos = -1; in parse() local
997 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()
998 if (matchPos > parsedPos) { in parse()
1000 parsedPos = matchPos; in parse()
1007 pos.setIndex(matchPos); in parse()
1211 int32_t matchPos = -1; in parse() local
1214 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) { in parse()
1216 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()
1220 if (parsedPos < matchPos) { in parse()
1222 parsedPos = matchPos; in parse()
1238 int32_t matchPos = -1; in parse() local
1241 if (startIdx + tzdbNameMatches->getMatchLengthAt(i) > matchPos) { in parse()
1243 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()
1247 if (parsedPos < matchPos) { in parse()
1249 parsedPos = matchPos; in parse()