Home
last modified time | relevance | path

Searched refs:intl_error_set_custom_msg (Results 1 – 8 of 8) sorted by relevance

/PHP-5.4/ext/intl/
H A Dintl_error.c100 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set_custom_msg() function
179 intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); in intl_error_set()
209 intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); in intl_errors_set_custom_msg()
211 intl_error_set_custom_msg( NULL, msg, copyMsg TSRMLS_CC ); in intl_errors_set_custom_msg()
H A Dintl_error.h36 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC );
H A Dintl_data.h53 intl_error_set_custom_msg( NULL, msg, 0 TSRMLS_CC ); \
/PHP-5.4/ext/intl/normalizer/
H A Dnormalizer_normalize.c98 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in PHP_FUNCTION()
139 intl_error_set_custom_msg( NULL,"Error normalizing string", 0 TSRMLS_CC ); in PHP_FUNCTION()
224 intl_error_set_custom_msg( NULL, "Error converting string to UTF-16.", 0 TSRMLS_CC ); in PHP_FUNCTION()
240intl_error_set_custom_msg( NULL,"Error testing if string is the given normalization form.", 0 TSRM… in PHP_FUNCTION()
/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator_methods.c55 intl_error_set_custom_msg( NULL, "String conversion of id to UTF-16 failed", 0 TSRMLS_CC ); in create_transliterator()
74 intl_error_set_custom_msg( NULL, in create_transliterator()
79 intl_error_set_custom_msg( NULL, buf, /* copy message */ 1 TSRMLS_CC ); in create_transliterator()
91 intl_error_set_custom_msg( NULL, in create_transliterator()
290 intl_error_set_custom_msg( NULL, "transliterator_list_ids: " in PHP_FUNCTION()
/PHP-5.4/ext/intl/idn/
H A Didn.c122 intl_error_set_custom_msg(NULL, buff, 1 TSRMLS_CC); in php_intl_idn_check_status()
223 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in php_intl_idn_to()
252 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 TSRMLS_CC ); in php_intl_idn_to()
/PHP-5.4/ext/intl/grapheme/
H A Dgrapheme_string.c86 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in PHP_FUNCTION()
454 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in PHP_FUNCTION()
521 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 TSRMLS_CC ); in PHP_FUNCTION()
598 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 TSRMLS_CC ); in PHP_FUNCTION()
912 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in PHP_FUNCTION()
H A Dgrapheme_util.c113 intl_error_set_custom_msg( NULL, (error), 0 TSRMLS_CC ); \

Completed in 18 milliseconds