Lines Matching refs:FromJust
628 DCHECK(maybe_create_locale.FromJust());
635 DCHECK(maybe_create_calendar.FromJust());
643 DCHECK(maybe_create_numbering_system.FromJust());
648 DCHECK(maybe_create_time_zone.FromJust());
658 DCHECK(maybe_create_hour_cycle.FromJust());
667 DCHECK(maybe_create_hour12.FromJust());
676 DCHECK(maybe_create_hour12.FromJust());
699 DCHECK(maybe_create_fractional_seconds_digits.FromJust());
710 DCHECK(maybe_create_property.FromJust());
724 DCHECK(maybe_create_date_style.FromJust());
734 DCHECK(maybe_create_time_style.FromJust());
898 if (!maybe_undefined.FromJust()) {
955 needs_default = maybe_needs_default.FromJust();
970 needs_default &= maybe_needs_default.FromJust();
983 if (!maybe_datestyle_undefined.FromJust() ||
984 !maybe_timestyle_undefined.FromJust()) {
989 !maybe_timestyle_undefined.FromJust()) {
1000 !maybe_datestyle_undefined.FromJust()) {
1519 maybe_requested_locales.FromJust();
1534 Intl::MatcherOption locale_matcher = maybe_locale_matcher.FromJust();
1544 if (maybe_calendar.FromJust() && calendar_str != nullptr) {
1572 HourCycle hour_cycle = maybe_hour_cycle.FromJust();
1575 if (maybe_get_hour12.FromJust()) {
1598 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust();
1667 if (maybe_get_hour12.FromJust()) {
1738 int fsd = maybe_fsd.FromJust();
1751 if (maybe_get_option.FromJust()) {
1774 // FormatMatcherOption format_matcher = maybe_format_matcher.FromJust();
1786 date_style = maybe_date_style.FromJust();
1799 time_style = maybe_time_style.FromJust();
1899 if (maybe_get_hour12.FromJust() ||
1900 maybe_hour_cycle.FromJust() != HourCycle::kUndefined) {
1916 maybe_locale_str.FromJust().c_str());