Home
last modified time | relevance | path

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

/PHP-5.3/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-5.3/ext/intl/dateformat/
H A Ddateformat.c76 long date_type = 0; in datefmt_ctor() local
94 …&locale, &locale_len, &date_type, &time_type, &timezone_str, &timezone_str_len, &calendar,&pattern… in datefmt_ctor()
151 …DATE_FORMAT_OBJECT(dfo) = udat_open(time_type, date_type, locale, timezone_utf16, timezone_utf16_l… in datefmt_ctor()
174 dfo->date_type = date_type; in datefmt_ctor()
H A Ddateformat_class.h29 int date_type ; member
H A Ddateformat_class.c68 intern->date_type = 0; in IntlDateFormatter_object_create()
H A Ddateformat_attr.c84 RETURN_LONG(dfo->date_type ); in PHP_FUNCTION()
/PHP-5.3/ext/intl/
H A Dphp_intl.c317 ZEND_ARG_INFO(0, date_type)

Completed in 17 milliseconds