Home
last modified time | relevance | path

Searched refs:U_ILLEGAL_ARGUMENT_ERROR (Results 1 – 25 of 57) sorted by path

123

/php-src/ext/intl/
H A DERROR_CONVENTIONS.md14 `U_ILLEGAL_ARGUMENT_ERROR`).
115 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
H A Dintl_data.h120 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, _msg, 1); \
129 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, _msg, 1); \
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp319 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_METHOD()
H A Dcodepointiterator_internal.cpp280 status = U_ILLEGAL_ARGUMENT_ERROR; in refreshInputText()
292 status = U_ILLEGAL_ARGUMENT_ERROR; in refreshInputText()
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1032 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
1040 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
1109 intl_errors_set(CALENDAR_ERROR_P(co), U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
1150 intl_errors_set(CALENDAR_ERROR_P(co), U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
H A Dgregoriancalendar_methods.cpp66 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in set_gregorian_calendar_time_zone()
/php-src/ext/intl/common/
H A Dcommon.stub.php68 const U_ILLEGAL_ARGUMENT_ERROR = UNKNOWN; define
H A Dcommon_arginfo.h45 REGISTER_LONG_CONSTANT("U_ILLEGAL_ARGUMENT_ERROR", U_ILLEGAL_ARGUMENT_ERROR, CONST_PERSISTENT); in register_common_symbols()
H A Dcommon_date.cpp63 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, in timezone_convert_datetimezone()
87 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, in timezone_convert_datetimezone()
141 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, in intl_datetime_decompose()
154 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, in intl_datetime_decompose()
188 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, in intl_zval_to_millis()
207 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, in intl_zval_to_millis()
224 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, in intl_zval_to_millis()
234 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, in intl_zval_to_millis()
/php-src/ext/intl/converter/
H A Dconverter.c158 … php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR, "Invalid codepoint U+%04lx", lval); in php_converter_append_toUnicode_target()
199 php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR, in php_converter_append_toUnicode_target()
282 …php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR, "fromUCallback() specified illegal t… in php_converter_append_fromUnicode_target()
/php-src/ext/intl/dateformat/
H A Ddateformat_create.cpp92 …intl_errors_set(INTL_DATA_ERROR_P(dfo), U_ILLEGAL_ARGUMENT_ERROR, "datefmt_create: cannot call con… in datefmt_ctor()
97 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "datefmt_create: invalid date format style", 0); in datefmt_ctor()
101 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "datefmt_create: invalid time format style", 0); in datefmt_ctor()
105 …intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "datefmt_create: time format must be UDAT_PATTERN i… in datefmt_ctor()
H A Ddateformat_format.c71 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, message, 1); in internal_get_arr_ele()
79 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, message, 1); in internal_get_arr_ele()
152 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "datefmt_format: unable " in PHP_FUNCTION()
H A Ddateformat_format_object.cpp94 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
105 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
110 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
127 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
138 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
154 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
H A Ddateformat_helpers.cpp53 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, msg, 1); in datefmt_process_calendar_arg()
70 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, msg, 1); in datefmt_process_calendar_arg()
81 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, msg, 1); in datefmt_process_calendar_arg()
91 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, msg, 1); in datefmt_process_calendar_arg()
H A Ddateformat_parse.c152 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in PHP_FUNCTION()
198 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in PHP_METHOD()
238 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in PHP_FUNCTION()
H A Ddatepatterngenerator_methods.cpp55 …intl_errors_set(DTPATTERNGEN_ERROR_P(dtpgo), U_ILLEGAL_ARGUMENT_ERROR, "Cannot call constructor tw… in dtpg_ctor()
/php-src/ext/intl/formatter/
H A Dformatter_attr.c229 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "numfmt_get_symbol: invalid symbol value", 0 ); in PHP_FUNCTION()
271 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "numfmt_set_symbol: invalid symbol value", 0 ); in PHP_FUNCTION()
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c358 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_substr: invalid parameters", 1 ); in PHP_FUNCTION()
715 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
732 …intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_extract: start not contained in string",… in PHP_FUNCTION()
762 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
/php-src/ext/intl/idn/
H A Didn.c58 php_intl_idn_check_status(U_ILLEGAL_ARGUMENT_ERROR, msg); in php_intl_bad_args()
/php-src/ext/intl/locale/
H A Dlocale_methods.c584 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, msg , 1 ); in get_icu_disp_value_src_php()
781 …intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "locale_get_keywords: Error encountered while gett… in PHP_FUNCTION()
931 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in handleAppendResult()
1449 …intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize lang_tag"… in lookup_loc_range()
1464 …intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize lang_tag"… in lookup_loc_range()
1471 …intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize lang_tag"… in lookup_loc_range()
1483 …intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize loc_range… in lookup_loc_range()
1500 …intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize lang_tag"… in lookup_loc_range()
1607 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
/php-src/ext/intl/msgformat/
H A Dmsgformat_format.c101 intl_error_set(/* intl_error* */ NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
H A Dmsgformat_helpers.cpp407 intl_errors_set(&err, U_ILLEGAL_ARGUMENT_ERROR, in umsg_format_helper()
482 intl_errors_set(&err, U_ILLEGAL_ARGUMENT_ERROR, in umsg_format_helper()
491 intl_errors_set(&err, U_ILLEGAL_ARGUMENT_ERROR, in umsg_format_helper()
510 intl_errors_set(&err, U_ILLEGAL_ARGUMENT_ERROR, in umsg_format_helper()
546 intl_errors_set(&err, U_ILLEGAL_ARGUMENT_ERROR, in umsg_format_helper()
582 U_ILLEGAL_ARGUMENT_ERROR, message, 1); in umsg_format_helper()
674 *status = U_ILLEGAL_ARGUMENT_ERROR; in umsg_parse_helper()
H A Dmsgformat_parse.c104 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
/php-src/ext/intl/normalizer/
H A Dnormalizer_normalize.c53 *err = U_ILLEGAL_ARGUMENT_ERROR; in intl_get_normalizer()
327 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in PHP_FUNCTION()
333 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in PHP_FUNCTION()
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c308 intl_errors_set(&rb->error, U_ILLEGAL_ARGUMENT_ERROR, in resourcebundle_array_count()

Completed in 66 milliseconds

123