Home | History | Annotate | Download | only in i18n

Lines Matching refs:getMatchLengthAt

953                     matchPos  = startIdx + specificMatches->getMatchLengthAt(i);
986 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i);
1203 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) {
1205 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
1230 if (startIdx + tzdbNameMatches->getMatchLengthAt(i) > matchPos) {
1232 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i);
2854 if (startIdx + exemplarMatches->getMatchLengthAt(i) > parsedPos) {
2856 parsedPos = startIdx + exemplarMatches->getMatchLengthAt(i);