Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dintl-objects.cc1914 std::string bestfit = BuildLocaleMatcher(isolate, available_locales, &status) in BestFitMatcher() local
1919 return bestfit; in BestFitMatcher()
1946 std::string bestfit = desired.toLanguageTag<std::string>(status); in BestFitSupportedLocales() local
1948 result.push_back(bestfit); in BestFitSupportedLocales()