copyMsg           104 ext/intl/intl_error.c void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC )
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 ) : msg;
copyMsg           183 ext/intl/intl_error.c void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC )
copyMsg           186 ext/intl/intl_error.c 	intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC );
copyMsg           193 ext/intl/intl_error.c void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC )
copyMsg           196 ext/intl/intl_error.c 	intl_errors_set_custom_msg( err, msg, copyMsg TSRMLS_CC );
copyMsg           213 ext/intl/intl_error.c void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC )
copyMsg           216 ext/intl/intl_error.c 		intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC );
copyMsg           218 ext/intl/intl_error.c 	intl_error_set_custom_msg( NULL, msg, copyMsg TSRMLS_CC );
copyMsg            38 ext/intl/intl_error.h void        intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC );
copyMsg            39 ext/intl/intl_error.h void        intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC );
copyMsg            45 ext/intl/intl_error.h void        intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC );
copyMsg            47 ext/intl/intl_error.h void        intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC );