Lines Matching refs:err
35 void intl_error_init( intl_error* err TSRMLS_DC );
36 void intl_error_reset( intl_error* err TSRMLS_DC );
37 void intl_error_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC );
38 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC );
39 void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC );
40 UErrorCode intl_error_get_code( intl_error* err TSRMLS_DC );
41 char* intl_error_get_message( intl_error* err TSRMLS_DC );
44 void intl_errors_reset( intl_error* err TSRMLS_DC );
45 void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC );
46 void intl_errors_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC );
47 void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC );