Home
last modified time | relevance | path

Searched refs:bestFit (Results 1 – 1 of 1) sorted by relevance

/ark/js_runtime/ecmascript/
Djs_locale.cpp406 auto bestFit = matcher.getBestMatch(iter, status)->toLanguageTag<std::string>(status); in BestFitMatcher() local
413 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() local
473 EcmaString::StringsAreEqual(*locale, *(factory->NewFromStdString(bestFit)))) { in BestFitSupportedLocales()