Home | History | Annotate | Download | only in i18n

Lines Matching refs:bestMatch

2096     int32_t bestMatchLength = 0, bestMatch = -1;
2115 bestMatch = i;
2118 if (bestMatch >= 0)
2120 cal.set(field, bestMatch * 3);
2312 int32_t bestMatchLength = 0, bestMatch = -1;
2332 bestMatch = i;
2343 bestMatch = i;
2349 if (bestMatch >= 0)
2352 if (!strcmp(cal.getType(),"hebrew") && field==UCAL_MONTH && bestMatch==13) {
2357 bestMatch++; // only get here for cyclic year names, which match 1-based years 1-60
2359 cal.set(field, bestMatch);