Home | History | Annotate | Download | only in i18n

Lines Matching refs:bestMatch

2077     int32_t bestMatchLength = 0, bestMatch = -1;
2096 bestMatch = i;
2099 if (bestMatch >= 0)
2101 cal.set(field, bestMatch * 3);
2285 int32_t bestMatchLength = 0, bestMatch = -1;
2305 bestMatch = i;
2316 bestMatch = i;
2322 if (bestMatch >= 0)
2325 if (!strcmp(cal.getType(),"hebrew") && field==UCAL_MONTH && bestMatch==13) {
2330 bestMatch++; // only get here for cyclic year names, which match 1-based years 1-60
2332 cal.set(field, bestMatch);