Searched refs:MatcherOption (Results 1 – 11 of 11) sorted by relevance
48 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()51 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
229 enum class MatcherOption { kBestFit, kLookup }; enum232 V8_WARN_UNUSED_RESULT static Maybe<MatcherOption> GetLocaleMatcher(265 const std::vector<std::string>& requested_locales, MatcherOption options,
46 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()49 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
82 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()87 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
86 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()89 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
1994 Maybe<Intl::MatcherOption> maybe_locale_matcher = in SupportedLocales()1997 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in SupportedLocales()2002 if (matcher == Intl::MatcherOption::kBestFit && in SupportedLocales()2439 const std::vector<std::string>& requested_locales, MatcherOption matcher, in ResolveLocale()2442 if (matcher == Intl::MatcherOption::kBestFit && in ResolveLocale()2638 Maybe<Intl::MatcherOption> Intl::GetLocaleMatcher(Isolate* isolate, in GetLocaleMatcher()2641 return GetStringOption<Intl::MatcherOption>( in GetLocaleMatcher()2643 {Intl::MatcherOption::kBestFit, Intl::MatcherOption::kLookup}, in GetLocaleMatcher()2644 Intl::MatcherOption::kBestFit); in GetLocaleMatcher()
305 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()308 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
90 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()93 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
420 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()425 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
1148 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()1151 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
1531 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()1534 Intl::MatcherOption locale_matcher = maybe_locale_matcher.FromJust(); in New()