Home
last modified time | relevance | path

Searched refs:intl_error (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/ext/intl/
H A Dintl_error.h30 } intl_error; typedef
32 intl_error* intl_error_create( TSRMLS_D );
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 );
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 );
[all …]
H A Dintl_error.c33 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()
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()
195 void intl_errors_reset( intl_error* err TSRMLS_DC ) in intl_errors_reset()
[all …]
H A Dphp_intl.h47 intl_error g_error;
H A Dintl_data.h32 intl_error error;
H A Dconfig.w3210 EXTENSION("intl", "php_intl.c intl_convert.c intl_error.c ", true,
H A Dconfig.m414 intl_error.c \
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_data.h27 intl_error error;
/PHP-5.3/ext/intl/formatter/
H A Dformatter_data.h28 intl_error error;
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_data.h28 intl_error error;
/PHP-5.3/ext/intl/normalizer/
H A Dnormalizer_class.h31 intl_error err;
/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.h29 intl_error error;
/PHP-5.3/ext/intl/collator/
H A Dcollator_class.h33 intl_error err;

Completed in 17 milliseconds