Home
last modified time | relevance | path

Searched refs:setCalendar (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/intl/tests/
H A Ddateformat_get_set_calendar.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject()
29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
34 $df->setCalendar($cal);
H A Ddateformat_get_set_calendar_variant2.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject()
29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
34 $df->setCalendar($cal);
H A Ddateformat_get_set_calendar_variant3.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject()
30 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
35 $df->setCalendar($cal);
H A Ddateformat_get_set_calendar_variant_icu70.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject() for ICU >= 70.1
31 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
36 $df->setCalendar($cal);
H A Ddateformat_get_set_calendar_variant4.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject()
30 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
35 $df->setCalendar($cal);
H A Ddateformat_get_set_calendar_variant5.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject() for ICU >= 58.1 and < 70.1
31 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
36 $df->setCalendar($cal);
H A Dut_common.inc362 …return $GLOBALS['oo-mode'] ? $fmt->setCalendar( $calendar ) : datefmt_set_calendar( $fmt , $calend…
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php83 public function setCalendar(IntlCalendar|int|null $calendar): bool {} function in IntlDateFormatter
H A Ddateformat_create.cpp169 df->setCalendar(*cal); in datefmt_ctor()

Completed in 14 milliseconds