Home
last modified time | relevance | path

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

/php-src/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-src/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-src/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.c95 intl_errors_set_custom_msg( INTL_DATA_ERROR_P( mfo ), msg, 1 ); in msgfmt_ctor()
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_class.h76 intl_errors_set_custom_msg(SPOOFCHECKER_ERROR_P(co), msg, 0); \
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c133 intl_errors_set_custom_msg(INTL_DATA_ERROR_P(rb), pbuf, 1); in resourcebundle_ctor()
217 intl_errors_set_custom_msg( INTL_DATA_ERROR_P(rb), pbuf, 1 ); in resource_bundle_array_fetch()
231 intl_errors_set_custom_msg( INTL_DATA_ERROR_P(rb), pbuf, 1); in resource_bundle_array_fetch()
/php-src/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-src/ext/intl/transliterator/
H A Dtransliterator_methods.c177 intl_errors_set_custom_msg( INTL_DATA_ERROR_P( to ), msg, 1 ); in PHP_FUNCTION()
387 intl_errors_set_custom_msg( TRANSLITERATOR_ERROR_P( to ), in PHP_FUNCTION()
/php-src/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-src/ext/intl/uchar/
H A Duchar.c184 intl_errors_set_custom_msg(NULL, "enumCharTypes callback failed", 0); in enumCharType_callback()

Completed in 30 milliseconds