Home
last modified time | relevance | path

Searched refs:copyMsg (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/intl/
H A Dintl_error.c90 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_error_set_custom_msg() argument
108 err->free_custom_error_message = copyMsg; in intl_error_set_custom_msg()
111 err->custom_error_message = copyMsg ? estrdup( msg ) : (char *) msg; in intl_error_set_custom_msg()
161 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_error_set() argument
164 intl_error_set_custom_msg( err, msg, copyMsg ); in intl_error_set()
169 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_errors_set() argument
172 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() argument
190 intl_error_set_custom_msg( err, msg, copyMsg ); in intl_errors_set_custom_msg()
192 intl_error_set_custom_msg( NULL, msg, copyMsg ); in intl_errors_set_custom_msg()
H A Dintl_error.h36 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
37 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg );
43 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
45 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg );
H A DERROR_CONVENTIONS.md30 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg);
31 void intl_error_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
35 of the first two. If the message is not a static buffer, `copyMsg` should be 1.
57 void intl_errors_set_custom_msg(intl_error* err, char* msg, int copyMsg);
59 void intl_errors_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);

Completed in 7 milliseconds