Home | History | Annotate | Download | only in i18n

Lines Matching full:bestmatch

2567     int32_t bestMatchLength = 0, bestMatch = -1;
2574 bestMatch = i;
2578 if (bestMatch >= 0) {
2579 cal.set(field, bestMatch * 3);
2591 int32_t bestMatchLength = 0, bestMatch = -1;
2597 bestMatch = i;
2601 if (bestMatch >= 0) {
2602 dayPeriod = bestMatch;
2773 int32_t bestMatchLength = 0, bestMatch = -1;
2780 bestMatch = i;
2790 bestMatch = i;
2798 if (bestMatch >= 0) {
2801 if (!strcmp(cal.getType(),"hebrew") && field==UCAL_MONTH && bestMatch==13) {
2805 bestMatch++; // only get here for cyclic year names, which match 1-based years 1-60
2807 cal.set(field, bestMatch);