Searched refs:MatcherOption (Results 1 – 11 of 11) sorted by relevance
52 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()55 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
231 enum class MatcherOption { kBestFit, kLookup }; enum234 V8_WARN_UNUSED_RESULT static Maybe<MatcherOption> GetLocaleMatcher(267 const std::vector<std::string>& requested_locales, MatcherOption options,
44 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()47 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
1640 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()
87 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()92 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
92 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()95 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
312 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()315 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
94 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()97 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
514 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()519 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
851 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()854 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
1466 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()1469 Intl::MatcherOption locale_matcher = maybe_locale_matcher.FromJust(); in New()