Searched refs:CALENDAR_ERROR_P (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/intl/calendar/ |
H A D | calendar_class.h | 47 #define CALENDAR_ERROR_P(co) &(CALENDAR_ERROR(co)) macro
|
H A D | calendar_class.cpp | 214 intl_error_init(CALENDAR_ERROR_P(co)); in calendar_object_init() 228 intl_error_reset(CALENDAR_ERROR_P(co)); in Calendar_objects_free()
|
H A D | calendar_methods.cpp | 319 CALENDAR_ERROR_P(co), "intlcal_set_time_zone"); in PHP_FUNCTION() 699 intl_errors_set(CALENDAR_ERROR_P(co), U_MEMORY_ALLOCATION_ERROR, in PHP_FUNCTION() 1107 intl_errors_set(CALENDAR_ERROR_P(co), U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION() 1122 &tz, CALENDAR_ERROR_P(co), "intlcal_to_date_time", &tmp); in PHP_FUNCTION() 1148 intl_errors_set(CALENDAR_ERROR_P(co), U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION() 1195 message = intl_error_get_message(CALENDAR_ERROR_P(co)); in PHP_FUNCTION()
|
Completed in 11 milliseconds