Lines Matching refs:requested_locales
873 std::vector<std::string> requested_locales; in StringLocaleConvertCase() local
874 if (!CanonicalizeLocaleList(isolate, locales, true).To(&requested_locales)) { in StringLocaleConvertCase()
877 std::string requested_locale = requested_locales.size() == 0 in StringLocaleConvertCase()
879 : requested_locales[0]; in StringLocaleConvertCase()
1821 const std::vector<std::string>& requested_locales) { in LookupSupportedLocales() argument
1826 for (const std::string& locale : requested_locales) { in LookupSupportedLocales()
1911 const std::vector<std::string>& requested_locales) { in BestFitMatcher() argument
1913 Iterator iter(requested_locales.cbegin(), requested_locales.cend()); in BestFitMatcher()
1926 const std::vector<std::string>& requested_locales) { in BestFitSupportedLocales() argument
1932 for (auto it = requested_locales.cbegin(); it != requested_locales.cend(); in BestFitSupportedLocales()
1983 const std::vector<std::string>& requested_locales, Handle<Object> options) { in SupportedLocales() argument
2005 BestFitSupportedLocales(isolate, available_locales, requested_locales); in SupportedLocales()
2011 LookupSupportedLocales(available_locales, requested_locales); in SupportedLocales()
2223 Maybe<std::vector<std::string>> requested_locales = in SupportedLocalesOf() local
2225 MAYBE_RETURN(requested_locales, MaybeHandle<JSObject>()); in SupportedLocalesOf()
2229 requested_locales.FromJust(), options); in SupportedLocalesOf()
2380 const std::vector<std::string>& requested_locales) { in LookupMatcher() argument
2385 for (const std::string& locale : requested_locales) { in LookupMatcher()
2439 const std::vector<std::string>& requested_locales, MatcherOption matcher, in ResolveLocale() argument
2444 locale = BestFitMatcher(isolate, available_locales, requested_locales); in ResolveLocale()
2446 locale = LookupMatcher(isolate, available_locales, requested_locales); in ResolveLocale()