Home
last modified time | relevance | path

Searched refs:intl_errors_set_custom_msg (Results 1 – 23 of 23) sorted by relevance

/PHP-8.3/ext/intl/collator/
H A Dcollator_compare.c53 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
73 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
89 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
H A Dcollator_locale.c46 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
H A Dcollator_class.h69 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), msg, 0 ); \
H A Dcollator_sort.c366 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
400 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), "Sort with sort keys failed", 0 ); in PHP_FUNCTION()
522 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
542 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), in PHP_FUNCTION()
/PHP-8.3/ext/intl/
H A Dintl_data.h70 intl_errors_set_custom_msg( INTL_DATA_ERROR_P((obj)), msg, 0 ); \
79 intl_errors_set_custom_msg( INTL_DATA_ERROR_P((obj)), msg, 0 ); \
89 intl_errors_set_custom_msg( INTL_DATA_ERROR_P((obj)), msg, 0 ); \
99 intl_errors_set_custom_msg( INTL_DATA_ERROR_P((obj)), msg, 0 ); \
H A Dintl_error.h43 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
H A Dintl_error.c172 intl_errors_set_custom_msg( err, msg, copyMsg ); in intl_errors_set()
187 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_errors_set_custom_msg() function
H A DERROR_CONVENTIONS.md57 void intl_errors_set_custom_msg(intl_error* err, char* msg, int copyMsg);
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_format.c139 intl_errors_set_custom_msg(/* intl_error* */ NULL, msg, 1 ); in PHP_FUNCTION()
143 intl_errors_set_custom_msg(/* intl_error* */ NULL, "Creating message formatter failed", 0 ); in PHP_FUNCTION()
H A Dmsgformat_attr.c86 intl_errors_set_custom_msg(INTL_DATA_ERROR_P(mfo), msg, 1); in PHP_FUNCTION()
H A Dmsgformat.c97 intl_errors_set_custom_msg( INTL_DATA_ERROR_P( mfo ), msg, 1 ); in msgfmt_ctor()
/PHP-8.3/ext/intl/spoofchecker/
H A Dspoofchecker_class.h76 intl_errors_set_custom_msg(SPOOFCHECKER_ERROR_P(co), msg, 0); \
/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c132 intl_errors_set_custom_msg(INTL_DATA_ERROR_P(rb), pbuf, 1); in resourcebundle_ctor()
203 intl_errors_set_custom_msg( INTL_DATA_ERROR_P(rb), pbuf, 1 ); in resourcebundle_array_fetch()
216 intl_errors_set_custom_msg( INTL_DATA_ERROR_P(rb), pbuf, 1 ); in resourcebundle_array_fetch()
/PHP-8.3/ext/intl/dateformat/
H A Ddatepatterngenerator_class.cpp55 intl_errors_set_custom_msg(DTPATTERNGEN_ERROR_P(dtpgo_orig), in IntlDatePatternGenerator_object_clone()
/PHP-8.3/ext/intl/common/
H A Dcommon_enum.cpp94 intl_errors_set_custom_msg(INTL_DATA_ERROR_P(ii), in string_enum_current_move_forward()
117 intl_errors_set_custom_msg(INTL_DATA_ERROR_P(ii), in string_enum_rewind()
/PHP-8.3/ext/intl/transliterator/
H A Dtransliterator_class.c157 intl_errors_set_custom_msg( TRANSLITERATOR_ERROR_P( to_orig ), in Transliterator_clone_obj()
H A Dtransliterator_methods.c177 intl_errors_set_custom_msg( INTL_DATA_ERROR_P( to ), msg, 1 ); in PHP_FUNCTION()
390 intl_errors_set_custom_msg( TRANSLITERATOR_ERROR_P( to ), in PHP_FUNCTION()
/PHP-8.3/ext/intl/formatter/
H A Dformatter_format.c167 intl_errors_set_custom_msg( INTL_DATA_ERROR_P(nfo), "Number formatting failed", 0 ); in PHP_FUNCTION()
H A Dformatter_attr.c358 intl_errors_set_custom_msg(INTL_DATA_ERROR_P(nfo), msg, 1); in PHP_FUNCTION()
/PHP-8.3/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp119 intl_errors_set_custom_msg(BREAKITER_ERROR_P(bio_orig), in BreakIterator_clone_obj()
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_class.cpp101 intl_errors_set_custom_msg(CALENDAR_ERROR_P(co_orig), in Calendar_clone_obj()
/PHP-8.3/ext/intl/timezone/
H A Dtimezone_class.cpp249 intl_errors_set_custom_msg(TIMEZONE_ERROR_P(to_orig), in TimeZone_clone_obj()
/PHP-8.3/ext/intl/uchar/
H A Duchar.c184 intl_errors_set_custom_msg(NULL, "enumCharTypes callback failed", 0); in enumCharType_callback()

Completed in 61 milliseconds