Searched refs:calendar_is_null (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat_attrcpp.cpp | 161 bool calendar_is_null; in PHP_FUNCTION() local 168 …_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(calendar_obj, Calendar_ce_ptr, calendar_long, calendar_is_null) in PHP_FUNCTION() 173 …_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(calendar_obj, Calendar_ce_ptr, calendar_long, calendar_is_null) 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.cpp | 32 zend_object *calendar_obj, zend_long calendar_long, bool calendar_is_null, Locale const& locale, in datefmt_process_calendar_arg() argument 38 if (calendar_is_null) { in datefmt_process_calendar_arg()
|
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 | 58 bool calendar_is_null = 1; in datefmt_ctor() local 80 …_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(calendar_obj, Calendar_ce_ptr, calendar_long, calendar_is_null) 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