Lines Matching refs:intl_error
33 static intl_error* intl_g_error_get( TSRMLS_D ) in ZEND_EXTERN_MODULE_GLOBALS()
42 static void intl_free_custom_error_msg( intl_error* err TSRMLS_DC ) in intl_free_custom_error_msg()
59 intl_error* intl_error_create( TSRMLS_D ) in intl_error_create()
61 intl_error* err = ecalloc( 1, sizeof( intl_error ) ); in intl_error_create()
72 void intl_error_init( intl_error* err TSRMLS_DC ) in intl_error_init()
86 void intl_error_reset( intl_error* err TSRMLS_DC ) in intl_error_reset()
100 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set_custom_msg()
125 char* intl_error_get_message( intl_error* err TSRMLS_DC ) in intl_error_get_message()
152 void intl_error_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC ) in intl_error_set_code()
164 UErrorCode intl_error_get_code( intl_error* err TSRMLS_DC ) in intl_error_get_code()
176 void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set()
186 void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set()
195 void intl_errors_reset( intl_error* err TSRMLS_DC ) in intl_errors_reset()
206 void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set_custom_msg()
217 void intl_errors_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC ) in intl_errors_set_code()