Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_helpers.cpp32 …zend_object *calendar_obj, zend_long calendar_long, zend_bool calendar_is_null, Locale const& loca… 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.cpp160 zend_long calendar_long; in PHP_FUNCTION() local
168 …Z_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(calendar_obj, Calendar_ce_ptr, calendar_long, calendar_is_nul… in PHP_FUNCTION()
173 …Z_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(calendar_obj, Calendar_ce_ptr, calendar_long, calendar_is_nul… in PHP_FUNCTION()
187 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, zend_bool calendar_is_null, Locale const& loca…
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()
107 …if (datefmt_process_calendar_arg(calendar_obj, calendar_long, calendar_is_null, locale, "datefmt_c… in datefmt_ctor()

Completed in 11 milliseconds