Home | History | Annotate | Download | only in i18n

Lines Matching refs:bestMatch

2173     int32_t bestMatchLength = 0, bestMatch = -1;
2196 bestMatch = i;
2200 if (bestMatch >= 0)
2202 cal.set(field, bestMatch * 3);
2207 lcase.fastCopyFrom(data[bestMatch]).foldCase();
2215 int32_t len = data[bestMatch].length(); // 99+% of the time
2253 int32_t bestMatchLength = 0, bestMatch = -1;
2276 bestMatch = i;
2280 if (bestMatch >= 0)
2282 cal.set(field, bestMatch);
2287 lcase.fastCopyFrom(data[bestMatch]).foldCase();
2295 int32_t len = data[bestMatch].length(); // 99+% of the time