/PHP-7.4/ext/intl/collator/ |
H A D | collator_compare.c | 63 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION() 83 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION() 99 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
|
H A D | collator_locale.c | 56 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
|
H A D | collator_class.h | 71 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), msg, 0 ); \
|
H A D | collator_sort.c | 80 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in collator_regular_compare_function() 411 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION() 445 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), "Sort with sort keys failed", 0 ); in PHP_FUNCTION() 577 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION() 597 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
|
/PHP-7.4/ext/intl/ |
H A D | intl_data.h | 72 intl_errors_set_custom_msg( INTL_DATA_ERROR_P((obj)), msg, 0 ); \ 81 intl_errors_set_custom_msg( INTL_DATA_ERROR_P((obj)), msg, 0 ); \ 91 intl_errors_set_custom_msg( INTL_DATA_ERROR_P((obj)), msg, 0 ); \
|
H A D | intl_error.h | 45 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
|
H A D | intl_error.c | 196 intl_errors_set_custom_msg( err, msg, copyMsg ); in intl_errors_set() 213 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_errors_set_custom_msg() function
|
H A D | ERROR_CONVENTIONS.md | 57 void intl_errors_set_custom_msg(intl_error* err, char* msg, int copyMsg);
|
/PHP-7.4/ext/intl/spoofchecker/ |
H A D | spoofchecker_class.h | 77 intl_errors_set_custom_msg(SPOOFCHECKER_ERROR_P(co), msg, 0); \
|
/PHP-7.4/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 130 intl_errors_set_custom_msg(INTL_DATA_ERROR_P(rb), pbuf, 1); in resourcebundle_ctor() 210 intl_errors_set_custom_msg( INTL_DATA_ERROR_P(rb), pbuf, 1 ); in resourcebundle_array_fetch() 223 intl_errors_set_custom_msg( INTL_DATA_ERROR_P(rb), pbuf, 1 ); in resourcebundle_array_fetch()
|
/PHP-7.4/ext/intl/msgformat/ |
H A D | msgformat_format.c | 153 intl_errors_set_custom_msg( INTL_DATA_ERROR_P( mfo ), msg, 1 ); in PHP_FUNCTION()
|
H A D | msgformat.c | 97 intl_errors_set_custom_msg( INTL_DATA_ERROR_P( mfo ), msg, 1 ); in msgfmt_ctor()
|
/PHP-7.4/ext/intl/common/ |
H A D | common_enum.cpp | 95 intl_errors_set_custom_msg(INTL_DATA_ERROR_P(ii), in string_enum_current_move_forward() 118 intl_errors_set_custom_msg(INTL_DATA_ERROR_P(ii), in string_enum_rewind()
|
/PHP-7.4/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 192 intl_errors_set_custom_msg( INTL_DATA_ERROR_P( to ), msg, 1 ); in PHP_FUNCTION() 432 intl_errors_set_custom_msg( TRANSLITERATOR_ERROR_P( to ), in PHP_FUNCTION()
|
H A D | transliterator_class.c | 172 intl_errors_set_custom_msg( TRANSLITERATOR_ERROR_P( to_orig ), in Transliterator_clone_obj()
|
/PHP-7.4/ext/intl/formatter/ |
H A D | formatter_format.c | 181 intl_errors_set_custom_msg( INTL_DATA_ERROR_P(nfo), "Number formatting failed", 0 ); in PHP_FUNCTION()
|
/PHP-7.4/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 121 intl_errors_set_custom_msg(BREAKITER_ERROR_P(bio_orig), in BreakIterator_clone_obj()
|
/PHP-7.4/ext/intl/calendar/ |
H A D | calendar_class.cpp | 104 intl_errors_set_custom_msg(CALENDAR_ERROR_P(co_orig), in Calendar_clone_obj()
|
/PHP-7.4/ext/intl/timezone/ |
H A D | timezone_class.cpp | 250 intl_errors_set_custom_msg(TIMEZONE_ERROR_P(to_orig), in TimeZone_clone_obj()
|
/PHP-7.4/ext/intl/uchar/ |
H A D | uchar.c | 205 intl_errors_set_custom_msg(NULL, "enumCharTypes callback failed", 0); in enumCharType_callback()
|