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