Home
last modified time | relevance | path

Searched refs:intl_error_set_code (Results 1 – 22 of 22) sorted by relevance

/PHP-7.1/ext/intl/
H A Dintl_data.h50 intl_error_set_code( NULL, (err) ); \
59 intl_error_set_code( NULL, (err) ); \
69 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) ); \
78 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) ); \
88 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) ); \
H A Dintl_error.c159 void intl_error_set_code( intl_error* err, UErrorCode err_code ) in intl_error_set_code() function
185 intl_error_set_code( err, code ); in intl_error_set()
227 intl_error_set_code( err, err_code ); in intl_errors_set_code()
229 intl_error_set_code( NULL, err_code ); in intl_errors_set_code()
H A Dintl_error.h37 void intl_error_set_code( intl_error* err, UErrorCode err_code );
H A DERROR.CONVENTIONS24 void intl_error_set_code(intl_error* err, UErrorCode err_code);
/PHP-7.1/ext/intl/collator/
H A Dcollator_compare.c62 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
80 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
96 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
H A Dcollator_locale.c55 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
H A Dcollator_sort.c79 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in collator_regular_compare_function()
410 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
444 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
576 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
594 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
H A Dcollator_class.h68 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); \
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_methods.c54 intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) ); in create_transliterator()
70 intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) ); in create_transliterator()
90 intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) ); in create_transliterator()
181 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE( to ) ); in PHP_FUNCTION()
281 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
432 intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) ); in PHP_FUNCTION()
H A Dtransliterator_class.c173 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE( to_orig ) ); in Transliterator_clone_obj()
/PHP-7.1/ext/intl/uchar/
H A Duchar.c19 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in convert_cp()
26 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in convert_cp()
31 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in convert_cp()
36 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in convert_cp()
203 intl_error_set_code(NULL, U_INTERNAL_PROGRAM_ERROR); in enumCharType_callback()
317 intl_error_set_code(NULL, U_INTERNAL_PROGRAM_ERROR); in enumCharNames_callback()
363 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in IC_METHOD()
404 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in IC_METHOD()
475 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in IC_METHOD()
/PHP-7.1/ext/intl/normalizer/
H A Dnormalizer_normalize.c94 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
220 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
/PHP-7.1/ext/intl/idn/
H A Didn.c116 intl_error_set_code(NULL, err); in php_intl_idn_check_status()
216 intl_error_set_code(NULL, status); in php_intl_idn_to()
245 intl_error_set_code(NULL, status); in php_intl_idn_to()
/PHP-7.1/ext/intl/spoofchecker/
H A Dspoofchecker_class.h75 intl_error_set_code(NULL, SPOOFCHECKER_ERROR_CODE(co)); \
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_parse.c151 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in PHP_FUNCTION()
195 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in PHP_FUNCTION()
/PHP-7.1/ext/intl/grapheme/
H A Dgrapheme_string.c81 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
437 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
503 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
576 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
871 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
H A Dgrapheme_util.c114 intl_error_set_code( NULL, (status) ); \
/PHP-7.1/ext/intl/common/
H A Dcommon_enum.cpp93 intl_error_set_code(NULL, INTLITERATOR_ERROR_CODE(ii)); in string_enum_current_move_forward()
116 intl_error_set_code(NULL, INTLITERATOR_ERROR_CODE(ii)); in string_enum_rewind()
/PHP-7.1/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp63 intl_error_set_code(NULL, status); in _php_intlrbbi_constructor_body()
H A Dbreakiterator_methods.cpp67 intl_error_set_code(NULL, status); in _breakiter_factory()
/PHP-7.1/ext/intl/formatter/
H A Dformatter_format.c180 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((nfo)) ); in PHP_FUNCTION()
/PHP-7.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c201 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()

Completed in 43 milliseconds