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