Home
last modified time | relevance | path

Searched refs:date_type (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/intl/tests/
H A Ddateformat_get_datetype.phpt27 $res_str .= "\nCreating IntlDateFormatter with date_type = $datetype_entry";
29 $date_type = ut_datefmt_get_datetype( $fmt);
30 $res_str .= "\nAfter call to get_datetype : datetype= $date_type";
44 Creating IntlDateFormatter with date_type = 0
47 Creating IntlDateFormatter with date_type = 1
50 Creating IntlDateFormatter with date_type = 2
53 Creating IntlDateFormatter with date_type = 3
56 Creating IntlDateFormatter with date_type = -1
/php-src/ext/intl/dateformat/
H A Ddateformat_create.cpp54 zend_long date_type = UDAT_FULL; in datefmt_ctor() local
77 Z_PARAM_LONG(date_type) in datefmt_ctor()
96 if (!INTL_UDATE_FMT_OK(date_type)) { in datefmt_ctor()
104 if (date_type == UDAT_PATTERN && time_type != UDAT_PATTERN) { in datefmt_ctor()
152 (UDateFormatStyle)date_type, locale_str, NULL, 0, svalue, in datefmt_ctor()
182 dfo->date_type = date_type; in datefmt_ctor()
H A Ddateformat_class.h26 int date_type; member
H A Ddateformat_class.c55 intern->date_type = 0; in IntlDateFormatter_object_create()
H A Ddateformat_attr.c42 RETURN_LONG(dfo->date_type ); in PHP_FUNCTION()

Completed in 11 milliseconds