Searched refs:intl_error_set_custom_msg (Results 1 – 11 of 11) sorted by relevance
/PHP-5.5/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.5/ext/intl/ |
H A D | intl_error.c | 104 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set_custom_msg() function 186 intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); in intl_error_set() 216 intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); in intl_errors_set_custom_msg() 218 intl_error_set_custom_msg( NULL, msg, copyMsg TSRMLS_CC ); in intl_errors_set_custom_msg()
|
H A D | intl_error.h | 38 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 ); \
|
H A D | ERROR.CONVENTIONS | 25 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg TSRMLS_DC);
|
/PHP-5.5/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 55 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.5/ext/intl/idn/ |
H A D | idn.c | 122 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.5/ext/intl/grapheme/ |
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() 456 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in PHP_FUNCTION() 523 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 TSRMLS_CC ); in PHP_FUNCTION() 600 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 TSRMLS_CC ); in PHP_FUNCTION() 914 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); in PHP_FUNCTION()
|
H A D | grapheme_util.c | 113 intl_error_set_custom_msg( NULL, (error), 0 TSRMLS_CC ); \
|
/PHP-5.5/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 71 intl_error_set_custom_msg(NULL, msg, 1 TSRMLS_CC); in _php_intlrbbi_constructor_body()
|
H A D | breakiterator_methods.cpp | 71 intl_error_set_custom_msg(NULL, msg, 1 TSRMLS_CC); in _breakiter_factory()
|
Completed in 33 milliseconds