Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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.3/ext/intl/idn/
H A Didn.c87 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in php_intl_idn_to()
116 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 TSRMLS_CC ); in php_intl_idn_to()
/PHP-5.3/ext/intl/grapheme/
H A Dgrapheme_util.c172 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in grapheme_strrpos_utf16()
209 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in grapheme_strrpos_utf16()
309 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in grapheme_strpos_utf16()
349 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in grapheme_strpos_utf16()
H A Dgrapheme_string.c86 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in PHP_FUNCTION()
453 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in PHP_FUNCTION()
520 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 TSRMLS_CC ); in PHP_FUNCTION()
578 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 TSRMLS_CC ); in PHP_FUNCTION()
892 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in PHP_FUNCTION()

Completed in 15 milliseconds