Lines Matching defs:bestMatch
2348 int32_t bestMatchLength = 0, bestMatch = -1;
2355 bestMatch = i;
2359 if (bestMatch >= 0) {
2360 cal.set(field, bestMatch * 3);
2531 int32_t bestMatchLength = 0, bestMatch = -1;
2538 bestMatch = i;
2549 bestMatch = i;
2557 if (bestMatch >= 0) {
2560 if (!strcmp(cal.getType(),"hebrew") && field==UCAL_MONTH && bestMatch==13) {
2564 bestMatch++; // only get here for cyclic year names, which match 1-based years 1-60
2566 cal.set(field, bestMatch);