Home
last modified time | relevance | path

Searched refs:maybe_locale_matcher (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-segmenter.cc48 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
50 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSSegmenter>()); in New()
51 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-list-format.cc82 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
84 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSListFormat>()); in New()
87 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-break-iterator.cc46 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
48 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSV8BreakIterator>()); in New()
49 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-collator.cc305 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
307 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSCollator>()); in New()
308 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-plural-rules.cc86 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
88 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSPluralRules>()); in New()
89 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-display-names.cc420 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
422 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSDisplayNames>()); in New()
425 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-relative-time-format.cc90 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
92 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSRelativeTimeFormat>()); in New()
93 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-number-format.cc1148 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
1150 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSNumberFormat>()); in New()
1151 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Dintl-objects.cc1994 Maybe<Intl::MatcherOption> maybe_locale_matcher = in SupportedLocales() local
1996 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSObject>()); in SupportedLocales()
1997 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in SupportedLocales()

Completed in 17 milliseconds