Home
last modified time | relevance | path

Searched refs:outside_error (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp64 intl_error *outside_error, in timezone_convert_to_datetimezone() argument
75 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, in timezone_convert_to_datetimezone()
93 u8str = intl_charFromString(id, &INTL_ERROR_CODE(*outside_error)); in timezone_convert_to_datetimezone()
96 intl_errors_set(outside_error, INTL_ERROR_CODE(*outside_error), in timezone_convert_to_datetimezone()
105 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, in timezone_convert_to_datetimezone()
132 intl_error *outside_error, in timezone_process_timezone_argument() argument
154 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, message, 1); in timezone_process_timezone_argument()
164 intl_errors_set(outside_error, U_MEMORY_ALLOCATION_ERROR, message, 1); in timezone_process_timezone_argument()
177 outside_error, func); in timezone_process_timezone_argument()
190 intl_errors_set(outside_error, status, message, 1); in timezone_process_timezone_argument()
[all …]
H A Dtimezone_class.h69 zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, intl_error *outside_error, const c…
/PHP-7.4/ext/intl/common/
H A Dcommon_date.h33 …ert_datetimezone(int type, void *object, int is_datetime, intl_error *outside_error, const char *f…
H A Dcommon_date.cpp38 intl_error *outside_error, in timezone_convert_datetimezone() argument
65 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, in timezone_convert_datetimezone()
89 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, in timezone_convert_datetimezone()

Completed in 11 milliseconds