Searched refs:intl_error_set_custom_msg (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/ext/intl/ |
H A D | intl_error.c | 100 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 D | intl_error.h | 36 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC );
|
H A D | intl_data.h | 53 intl_error_set_custom_msg( NULL, msg, 0 TSRMLS_CC ); \
|
/PHP-5.3/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 98 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() 240 …intl_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 D | idn.c | 87 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 D | grapheme_util.c | 172 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 D | grapheme_string.c | 86 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