Searched refs:custom_error_message (Results 1 – 2 of 2) sorted by relevance
46 efree( err->custom_error_message ); in intl_free_custom_error_msg()49 err->custom_error_message = NULL; in intl_free_custom_error_msg()72 err->custom_error_message = NULL; in intl_error_init()111 err->custom_error_message = copyMsg ? estrdup( msg ) : (char *) msg; in intl_error_set_custom_msg()127 if( err->custom_error_message ) in intl_error_get_message()129 errMessage = strpprintf(0, "%s: %s", err->custom_error_message, uErrorName ); in intl_error_get_message()
29 char* custom_error_message; member
Completed in 12 milliseconds