Home
last modified time | relevance | path

Searched refs:maybe_locale_matcher (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/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-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-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-plural-rules.cc85 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
87 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSPluralRules>()); in New()
88 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-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-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-number-format.cc828 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
830 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSNumberFormat>()); in New()
831 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Djs-segmenter.cc53 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
55 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSSegmenter>()); in New()
56 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-break-iterator.cc44 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
46 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSV8BreakIterator>()); in New()
47 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-list-format.cc106 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
108 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSListFormat>()); in New()
111 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-plural-rules.cc92 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
94 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSPluralRules>()); in New()
95 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-collator.cc291 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
293 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSCollator>()); in New()
294 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-relative-time-format.cc92 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
94 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSRelativeTimeFormat>()); in New()
95 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-display-names.cc520 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
522 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSDisplayNames>()); in New()
525 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-number-format.cc871 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
873 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSNumberFormat>()); in New()
874 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-date-time-format.cc1317 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
1319 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSDateTimeFormat>()); in New()
1320 Intl::MatcherOption locale_matcher = maybe_locale_matcher.FromJust(); in New()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-segmenter.cc52 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
54 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSSegmenter>()); in New()
55 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-break-iterator.cc44 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
46 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSV8BreakIterator>()); in New()
47 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-list-format.cc87 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
89 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSListFormat>()); in New()
92 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-plural-rules.cc92 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
94 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSPluralRules>()); in New()
95 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-collator.cc312 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
314 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSCollator>()); in New()
315 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-relative-time-format.cc94 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
96 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSRelativeTimeFormat>()); in New()
97 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-display-names.cc514 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
516 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSDisplayNames>()); in New()
519 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
H A Djs-number-format.cc851 Maybe<Intl::MatcherOption> maybe_locale_matcher = in New() local
853 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSNumberFormat>()); in New()
854 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()

12