Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/intl/
H A Dintl_error.c104 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 Dintl_error.h38 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 ); \
H A DERROR.CONVENTIONS25 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg TSRMLS_DC);
/PHP-5.5/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.5/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.5/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()
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 Dgrapheme_util.c113 intl_error_set_custom_msg( NULL, (error), 0 TSRMLS_CC ); \
/PHP-5.5/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp71 intl_error_set_custom_msg(NULL, msg, 1 TSRMLS_CC); in _php_intlrbbi_constructor_body()
H A Dbreakiterator_methods.cpp71 intl_error_set_custom_msg(NULL, msg, 1 TSRMLS_CC); in _breakiter_factory()

Completed in 85 milliseconds