Home | History | Annotate | Download | only in i18n

Lines Matching refs:bestMatchLength

2080                             int32_t &bestMatchLength);
2096 int32_t bestMatchLength = 0, bestMatch = -1;
2114 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2312 int32_t bestMatchLength = 0, bestMatch = -1;
2331 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2342 if (newBestMatchWithOptionalDot(lcaseText, leapMonthName, bestMatchName, bestMatchLength)) {
2399 int32_t &bestMatchLength) {
2403 if (length <= bestMatchLength) {
2411 bestMatchLength = length;
2419 bestMatchLength = length;