Searched refs:custom_error_message (Results 1 – 2 of 2) sorted by relevance
52 efree( err->custom_error_message ); in intl_free_custom_error_msg()55 err->custom_error_message = NULL; in intl_free_custom_error_msg()82 err->custom_error_message = NULL; in intl_error_init()125 err->custom_error_message = copyMsg ? estrdup( msg ) : msg; in intl_error_set_custom_msg()143 if( err->custom_error_message ) in intl_error_get_message()145 spprintf( &errMessage, 0, "%s: %s", err->custom_error_message, uErrorName ); in intl_error_get_message()
30 char* custom_error_message; member
Completed in 10 milliseconds