Lines Matching refs:matchPos
951 int32_t matchPos = -1; in parse() local
953 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() local
986 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()
987 if (matchPos > parsedPos) { in parse()
989 parsedPos = matchPos; in parse()
996 pos.setIndex(matchPos); in parse()
1200 int32_t matchPos = -1; in parse() local
1203 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) { in parse()
1205 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()
1209 if (parsedPos < matchPos) { in parse()
1211 parsedPos = matchPos; in parse()
1227 int32_t matchPos = -1; in parse() local
1230 if (startIdx + tzdbNameMatches->getMatchLengthAt(i) > matchPos) { in parse()
1232 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()
1236 if (parsedPos < matchPos) { in parse()
1238 parsedPos = matchPos; in parse()