Searched refs:calendar_long (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat_helpers.cpp | 32 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 D | dateformat_attrcpp.cpp | 160 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 D | dateformat_helpers.h | 34 zend_object *calendar_obj, zend_long calendar_long, bool calendar_is_null, Locale const& locale,
|
H A D | dateformat_create.cpp | 57 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() 120 …if (datefmt_process_calendar_arg(calendar_obj, calendar_long, calendar_is_null, locale, "datefmt_c… in datefmt_ctor()
|
Completed in 6 milliseconds