Home | History | Annotate | Download | only in i18n

Lines Matching refs:matchPos

941                 int32_t matchPos = -1;
943 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
944 if (matchPos > parsedPos) {
946 parsedPos = matchPos;
953 pos.setIndex(matchPos);
1154 int32_t matchPos = -1;
1157 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) {
1159 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
1163 if (parsedPos < matchPos) {
1165 parsedPos = matchPos;