Lines Matching refs:requested_locales
1972 std::vector<std::string> requested_locales; in StringLocaleConvertCase() local
1973 if (!CanonicalizeLocaleList(isolate, locales, true).To(&requested_locales)) { in StringLocaleConvertCase()
1976 std::string requested_locale = requested_locales.size() == 0 in StringLocaleConvertCase()
1978 : requested_locales[0]; in StringLocaleConvertCase()
2279 std::vector<std::string> requested_locales) { in LookupSupportedLocales() argument
2286 for (auto locale : requested_locales) { in LookupSupportedLocales()
2334 std::vector<std::string> requested_locales) { in BestFitSupportedLocales() argument
2335 return LookupSupportedLocales(available_locales, requested_locales); in BestFitSupportedLocales()
2383 std::vector<std::string> requested_locales, Handle<Object> options) { in SupportedLocales() argument
2415 BestFitSupportedLocales(available_locales, requested_locales); in SupportedLocales()
2422 LookupSupportedLocales(available_locales, requested_locales); in SupportedLocales()
2453 std::vector<std::string> requested_locales; in SupportedLocalesOf() local
2456 CanonicalizeLocaleList(isolate, locales_in, false).To(&requested_locales); in SupportedLocalesOf()
2464 requested_locales, options_in); in SupportedLocalesOf()