custom_error_message 52 ext/intl/intl_error.c efree( err->custom_error_message ); custom_error_message 55 ext/intl/intl_error.c err->custom_error_message = NULL; custom_error_message 82 ext/intl/intl_error.c err->custom_error_message = NULL; custom_error_message 125 ext/intl/intl_error.c err->custom_error_message = copyMsg ? estrdup( msg ) : (char *) msg; custom_error_message 143 ext/intl/intl_error.c if( err->custom_error_message ) custom_error_message 145 ext/intl/intl_error.c errMessage = strpprintf(0, "%s: %s", err->custom_error_message, uErrorName ); custom_error_message 30 ext/intl/intl_error.h char* custom_error_message;