Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/
H A Dintl_error.c104 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_error_set_custom_msg() argument
122 err->free_custom_error_message = copyMsg; in intl_error_set_custom_msg()
125 err->custom_error_message = copyMsg ? estrdup( msg ) : (char *) msg; in intl_error_set_custom_msg()
183 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_error_set() argument
186 intl_error_set_custom_msg( err, msg, copyMsg ); in intl_error_set()
193 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_errors_set() argument
196 intl_errors_set_custom_msg( err, msg, copyMsg ); in intl_errors_set()
213 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_errors_set_custom_msg() argument
216 intl_error_set_custom_msg( err, msg, copyMsg ); in intl_errors_set_custom_msg()
218 intl_error_set_custom_msg( NULL, msg, copyMsg ); in intl_errors_set_custom_msg()
H A Dintl_error.h38 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
39 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg );
45 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
47 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