copyMsg           104 ext/intl/intl_error.c void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg )
copyMsg           122 ext/intl/intl_error.c 	err->free_custom_error_message = copyMsg;
copyMsg           125 ext/intl/intl_error.c 	err->custom_error_message = copyMsg ? estrdup( msg ) : (char *) msg;
copyMsg           183 ext/intl/intl_error.c void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg )
copyMsg           186 ext/intl/intl_error.c 	intl_error_set_custom_msg( err, msg, copyMsg );
copyMsg           193 ext/intl/intl_error.c void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg )
copyMsg           196 ext/intl/intl_error.c 	intl_errors_set_custom_msg( err, msg, copyMsg );
copyMsg           213 ext/intl/intl_error.c void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg )
copyMsg           216 ext/intl/intl_error.c 		intl_error_set_custom_msg( err, msg, copyMsg );
copyMsg           218 ext/intl/intl_error.c 	intl_error_set_custom_msg( NULL, msg, copyMsg );
copyMsg            38 ext/intl/intl_error.h void        intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
copyMsg            39 ext/intl/intl_error.h void        intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg );
copyMsg            45 ext/intl/intl_error.h void        intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
copyMsg            47 ext/intl/intl_error.h void        intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg );