Searched refs:calendar_obj (Results 1 – 4 of 4) sorted by relevance
/php-src/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 45 } else if (!calendar_obj) { in datefmt_process_calendar_arg() 65 } else if (calendar_obj) { in datefmt_process_calendar_arg() 66 cal = calendar_fetch_native_calendar(calendar_obj); in datefmt_process_calendar_arg()
|
H A D | dateformat_attrcpp.cpp | 161 zend_object *calendar_obj = NULL; 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 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 | 56 zend_object *calendar_obj = NULL; 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 7 milliseconds