Home
last modified time | relevance | path

Searched refs:CALENDAR_ERROR_P (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.h42 #define CALENDAR_ERROR_P(co) &(CALENDAR_ERROR(co)) macro
H A Dcalendar_class.cpp101 intl_errors_set_code(CALENDAR_ERROR_P(co_orig), in Calendar_clone_obj()
103 intl_errors_set_custom_msg(CALENDAR_ERROR_P(co_orig), in Calendar_clone_obj()
105 err_msg = intl_error_get_message(CALENDAR_ERROR_P(co_orig) TSRMLS_CC); in Calendar_clone_obj()
228 intl_error_init(CALENDAR_ERROR_P(co) TSRMLS_CC); in calendar_object_init()
250 intl_error_reset(CALENDAR_ERROR_P(co) TSRMLS_CC); in Calendar_objects_free()
H A Dcalendar_methods.cpp348 CALENDAR_ERROR_P(co), "intlcal_set_time_zone" TSRMLS_CC); in PHP_FUNCTION()
784 intl_errors_set(CALENDAR_ERROR_P(co), U_MEMORY_ALLOCATION_ERROR, in PHP_FUNCTION()
1258 intl_errors_set(CALENDAR_ERROR_P(co), U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
1272 &tz, CALENDAR_ERROR_P(co), "intlcal_to_date_time" TSRMLS_CC); in PHP_FUNCTION()
1284 intl_errors_set(CALENDAR_ERROR_P(co), U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
1298 intl_errors_set(CALENDAR_ERROR_P(co), U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
1351 message = intl_error_get_message(CALENDAR_ERROR_P(co) TSRMLS_CC); in PHP_FUNCTION()

Completed in 14 milliseconds