Lines Matching refs:intl_error
29 void intl_error_set_code(intl_error* err, UErrorCode err_code);
30 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg);
31 void intl_error_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
43 Objects store an intl_error structed in their private data. For instance:
48 intl_error err;
57 void intl_errors_set_custom_msg(intl_error* err, char* msg, int copyMsg);
58 void intl_errors_set_code(intl_error* err, UErrorCode err_code);
59 void intl_errors_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
62 by passing a pointer to the object's `intl_error` structed as the first parameter.
71 private `intl_error` structured and mirror the global `intl_get_error_code()`
93 void intl_errors_reset(intl_error* err); /* reset global and object error */