Home | History | Annotate | Download | only in i18n

Lines Matching refs:bestMatch

2180     int32_t bestMatchLength = 0, bestMatch = -1;
2203 bestMatch = i;
2207 if (bestMatch >= 0)
2209 cal.set(field, bestMatch * 3);
2214 lcase.fastCopyFrom(data[bestMatch]).foldCase();
2222 int32_t len = data[bestMatch].length(); // 99+% of the time
2260 int32_t bestMatchLength = 0, bestMatch = -1;
2283 bestMatch = i;
2287 if (bestMatch >= 0)
2290 if (!strcmp(cal.getType(),"hebrew") && field==UCAL_MONTH && bestMatch==13) {
2294 cal.set(field, bestMatch);
2300 lcase.fastCopyFrom(data[bestMatch]).foldCase();
2308 int32_t len = data[bestMatch].length(); // 99+% of the time