Home
last modified time | relevance | path

Searched refs:calendar_long (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/intl/dateformat/
H A Ddateformat_helpers.cpp32 zend_object *calendar_obj, zend_long calendar_long, bool calendar_is_null, Locale const& locale, in datefmt_process_calendar_arg() argument
46 zend_long v = calendar_long; in datefmt_process_calendar_arg()
63 cal_int_type = calendar_long; in datefmt_process_calendar_arg()
H A Ddateformat_attrcpp.cpp162 zend_long calendar_long = 0; in PHP_FUNCTION() local
170 …Z_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(calendar_obj, Calendar_ce_ptr, calendar_long, calendar_is_nul… in PHP_FUNCTION()
175 …Z_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(calendar_obj, Calendar_ce_ptr, calendar_long, calendar_is_nul… in PHP_FUNCTION()
189 if (datefmt_process_calendar_arg(calendar_obj, calendar_long, calendar_is_null, locale, in PHP_FUNCTION()
H A Ddateformat_helpers.h34 zend_object *calendar_obj, zend_long calendar_long, bool calendar_is_null, Locale const& locale,
H A Ddateformat_create.cpp57 zend_long calendar_long = 0; in datefmt_ctor() local
80 …Z_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(calendar_obj, Calendar_ce_ptr, calendar_long, calendar_is_nul… in datefmt_ctor()
121 …if (datefmt_process_calendar_arg(calendar_obj, calendar_long, calendar_is_null, locale, "datefmt_c… in datefmt_ctor()

Completed in 13 milliseconds