Home
last modified time | relevance | path

Searched refs:requested_locales (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-segmenter.cc34 std::vector<std::string> requested_locales = in New() local
59 requested_locales, matcher, {}); in New()
H A Dintl-objects.cc873 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()
1826 for (const std::string& locale : requested_locales) { in LookupSupportedLocales()
1911 const std::vector<std::string>& requested_locales) { in BestFitMatcher()
1913 Iterator iter(requested_locales.cbegin(), requested_locales.cend()); in BestFitMatcher()
1926 const std::vector<std::string>& requested_locales) { in BestFitSupportedLocales()
1819 LookupSupportedLocales( const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales) LookupSupportedLocales() argument
1909 BestFitMatcher(Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales) BestFitMatcher() argument
1924 BestFitSupportedLocales( Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales) BestFitSupportedLocales() argument
1980 SupportedLocales( Isolate* isolate, const char* method_name, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales, Handle<Object> options) SupportedLocales() argument
2223 Maybe<std::vector<std::string>> requested_locales = SupportedLocalesOf() local
2378 LookupMatcher(Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales) LookupMatcher() argument
2437 ResolveLocale( Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales, MatcherOption matcher, const std::set<std::string>& relevant_extension_keys) ResolveLocale() argument
[all...]
H A Djs-list-format.cc67 std::vector<std::string> requested_locales = in New() local
93 requested_locales, matcher, {}); in New()
H A Djs-break-iterator.cc33 std::vector<std::string> requested_locales = in New() local
53 requested_locales, matcher, {}); in New()
H A Djs-collator.cc285 std::vector<std::string> requested_locales = in New() local
365 requested_locales, matcher, relevant_extension_keys); in New()
H A Djs-plural-rules.cc73 std::vector<std::string> requested_locales = in New() local
110 requested_locales, matcher, {}); in New()
H A Djs-display-names.cc405 std::vector<std::string> requested_locales = in New() local
435 requested_locales, matcher, relevant_extension_keys); in New()
H A Djs-relative-time-format.cc76 std::vector<std::string> requested_locales = in New() local
115 requested_locales, matcher, {"nu"}); in New()
H A Dintl-objects.h265 const std::vector<std::string>& requested_locales, MatcherOption options,
H A Djs-number-format.cc1135 std::vector<std::string> requested_locales = in New() local
1171 requested_locales, matcher, relevant_extension_keys); in New()

Completed in 14 milliseconds