Lines Matching refs:msg
100 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set_custom_msg() argument
102 if( !msg ) in intl_error_set_custom_msg()
106 php_error_docref(NULL TSRMLS_CC, INTL_G(error_level), "%s", msg); in intl_error_set_custom_msg()
118 err->custom_error_message = copyMsg ? estrdup( msg ) : msg; in intl_error_set_custom_msg()
176 void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set() argument
179 intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); in intl_error_set()
186 void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set() argument
189 intl_errors_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); in intl_errors_set()
206 void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set_custom_msg() argument
209 intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); in intl_errors_set_custom_msg()
211 intl_error_set_custom_msg( NULL, msg, copyMsg TSRMLS_CC ); in intl_errors_set_custom_msg()