Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-segmenter.cc48 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
51 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Dintl-objects.h229 enum class MatcherOption { kBestFit, kLookup }; enum
232 V8_WARN_UNUSED_RESULT static Maybe<MatcherOption> GetLocaleMatcher(
265 const std::vector<std::string>& requested_locales, MatcherOption options,
Djs-break-iterator.cc46 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
49 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Djs-list-format.cc82 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
87 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Djs-plural-rules.cc86 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
89 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Dintl-objects.cc1994 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()
Djs-collator.cc305 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
308 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Djs-relative-time-format.cc90 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
93 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Djs-display-names.cc420 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
425 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Djs-number-format.cc1148 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
1151 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
Djs-date-time-format.cc1531 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New()
1534 Intl::MatcherOption locale_matcher = maybe_locale_matcher.FromJust(); in New()