Searched refs:GetLocaleMatcher (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/objects/ |
D | js-segmenter.cc | 53 Intl::GetLocaleMatcher(isolate, options, "Intl.Segmenter"); in New()
|
D | js-break-iterator.cc | 45 Intl::GetLocaleMatcher(isolate, options, service); in New()
|
D | js-list-format.cc | 88 Intl::GetLocaleMatcher(isolate, options, "Intl.ListFormat"); in New()
|
D | intl-objects.h | 234 V8_WARN_UNUSED_RESULT static Maybe<MatcherOption> GetLocaleMatcher(
|
D | js-plural-rules.cc | 93 Intl::GetLocaleMatcher(isolate, options, "Intl.PluralRules"); in New()
|
D | js-collator.cc | 313 Intl::GetLocaleMatcher(isolate, options, service); in New()
|
D | js-relative-time-format.cc | 95 Intl::GetLocaleMatcher(isolate, options, "Intl.RelativeTimeFormat"); in New()
|
D | js-display-names.cc | 515 Intl::GetLocaleMatcher(isolate, options, "Intl.DisplayNames"); in New()
|
D | intl-objects.cc | 1652 Intl::GetLocaleMatcher(isolate, options_obj, method); in SupportedLocales() 2120 Maybe<Intl::MatcherOption> Intl::GetLocaleMatcher(Isolate* isolate, in GetLocaleMatcher() function in v8::internal::Intl
|
D | js-number-format.cc | 852 Intl::GetLocaleMatcher(isolate, options, service); in New()
|
D | js-date-time-format.cc | 1467 Intl::GetLocaleMatcher(isolate, options, service); in New()
|