Home | History | Annotate | Download | only in i18n

Lines Matching refs:bestMatch

2202     int32_t bestMatchLength = 0, bestMatch = -1;
2225 bestMatch = i;
2229 if (bestMatch >= 0)
2231 cal.set(field, bestMatch * 3);
2236 lcase.fastCopyFrom(data[bestMatch]).foldCase();
2244 int32_t len = data[bestMatch].length(); // 99+% of the time
2282 int32_t bestMatchLength = 0, bestMatch = -1;
2305 bestMatch = i;
2309 if (bestMatch >= 0)
2312 if (!strcmp(cal.getType(),"hebrew") && field==UCAL_MONTH && bestMatch==13) {
2316 cal.set(field, bestMatch);
2322 lcase.fastCopyFrom(data[bestMatch]).foldCase();
2330 int32_t len = data[bestMatch].length(); // 99+% of the time