Home | History | Annotate | Download | only in i18n

Lines Matching refs:matchPos

929                 int32_t matchPos = -1;
931 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
932 if (matchPos > parsedPos) {
934 parsedPos = matchPos;
941 pos.setIndex(matchPos);
1142 int32_t matchPos = -1;
1145 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) {
1147 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
1151 if (parsedPos < matchPos) {
1153 parsedPos = matchPos;