Home
last modified time | relevance | path

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

/external/v8/src/objects/
Djs-segmenter.cc52 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
55 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Dintl-objects.h231 enum class MatcherOption { kBestFit, kLookup }; enum
234 V8_WARN_UNUSED_RESULT static Maybe<MatcherOption> GetLocaleMatcher(
267 const std::vector<std::string>& requested_locales, MatcherOption options,
Djs-break-iterator.cc44 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
47 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Dintl-objects.cc1640 Intl::MatcherOption matcher = Intl::MatcherOption::kBestFit; in SupportedLocales()
1651 Maybe<Intl::MatcherOption> maybe_locale_matcher = in SupportedLocales()
1660 if (matcher == Intl::MatcherOption::kBestFit && implement_bestfit) { in SupportedLocales()
1914 const std::vector<std::string>& requested_locales, MatcherOption matcher, in ResolveLocale()
1917 if (matcher == Intl::MatcherOption::kBestFit && implement_bestfit) { in ResolveLocale()
2120 Maybe<Intl::MatcherOption> Intl::GetLocaleMatcher(Isolate* isolate, in GetLocaleMatcher()
2123 return Intl::GetStringOption<Intl::MatcherOption>( in GetLocaleMatcher()
2125 {Intl::MatcherOption::kBestFit, Intl::MatcherOption::kLookup}, in GetLocaleMatcher()
2126 Intl::MatcherOption::kBestFit); in GetLocaleMatcher()
Djs-list-format.cc87 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
92 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Djs-plural-rules.cc92 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
95 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Djs-collator.cc312 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
315 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Djs-relative-time-format.cc94 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
97 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Djs-display-names.cc514 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
519 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Djs-number-format.cc851 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
854 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Djs-date-time-format.cc1466 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
1469 Intl::MatcherOption locale_matcher = maybe_locale_matcher.FromJust(); in New()