Lines Matching refs:MatcherOption
1994 Maybe<Intl::MatcherOption> maybe_locale_matcher =
1997 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust();
2002 if (matcher == Intl::MatcherOption::kBestFit &&
2439 const std::vector<std::string>& requested_locales, MatcherOption matcher,
2442 if (matcher == Intl::MatcherOption::kBestFit &&
2638 Maybe<Intl::MatcherOption> Intl::GetLocaleMatcher(Isolate* isolate,
2641 return GetStringOption<Intl::MatcherOption>(
2643 {Intl::MatcherOption::kBestFit, Intl::MatcherOption::kLookup},
2644 Intl::MatcherOption::kBestFit);