Searched refs:bestFit (Results 1 – 1 of 1) sorted by relevance
406 auto bestFit = matcher.getBestMatch(iter, status)->toLanguageTag<std::string>(status); in BestFitMatcher() local413 if (iter[i] == bestFit) { in BestFitMatcher()417 return factory->NewFromStdString(bestFit); in BestFitMatcher()471 … auto bestFit = matcher.getBestMatch(desired, status)->toLanguageTag<std::string>(status); in BestFitSupportedLocales() local473 EcmaString::StringsAreEqual(*locale, *(factory->NewFromStdString(bestFit)))) { in BestFitSupportedLocales()