Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_normalize.c172 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 ); in PHP_FUNCTION()
221 intl_error_set_custom_msg( NULL,"Error normalizing string", 0 ); in PHP_FUNCTION()
309 intl_error_set_custom_msg( NULL, "Error converting string to UTF-16.", 0 ); in PHP_FUNCTION()
329 intl_error_set_custom_msg( NULL,"Error testing if string is the given normalization form.", 0 ); in PHP_FUNCTION()
372intl_error_set_custom_msg(NULL, "Input string must be exactly one UTF-8 encoded code point long.",… in PHP_FUNCTION()
378 intl_error_set_custom_msg(NULL, "Code point out of range", 0); in PHP_FUNCTION()
/PHP-7.4/ext/intl/
H A Dintl_error.c104 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_error_set_custom_msg() function
186 intl_error_set_custom_msg( err, msg, copyMsg ); in intl_error_set()
216 intl_error_set_custom_msg( err, msg, copyMsg ); in intl_errors_set_custom_msg()
218 intl_error_set_custom_msg( NULL, msg, copyMsg ); in intl_errors_set_custom_msg()
H A Dintl_data.h53 intl_error_set_custom_msg( NULL, msg, 0 ); \
62 intl_error_set_custom_msg( NULL, msg, 0 ); \
H A Dintl_error.h38 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
H A DERROR_CONVENTIONS.md30 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg);
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.c55 intl_error_set_custom_msg( NULL, "String conversion of id to UTF-16 failed", 0 ); in create_transliterator()
74 intl_error_set_custom_msg( NULL, in create_transliterator()
79 intl_error_set_custom_msg( NULL, buf, /* copy message */ 1 ); in create_transliterator()
91 intl_error_set_custom_msg( NULL, in create_transliterator()
286 intl_error_set_custom_msg( NULL, "transliterator_list_ids: " in PHP_FUNCTION()
/PHP-7.4/ext/intl/idn/
H A Didn.c110 intl_error_set_custom_msg(NULL, buff, 1); in php_intl_idn_check_status()
195 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 ); in php_intl_idn_to()
238 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 ); in php_intl_idn_to()
/PHP-7.4/ext/intl/uchar/
H A Duchar.c21 intl_error_set_custom_msg(NULL, "Input string is too long.", 0); in convert_cp()
28intl_error_set_custom_msg(NULL, "Passing a UTF-8 character for codepoint requires a string which i… in convert_cp()
33intl_error_set_custom_msg(NULL, "Invalid parameter for unicode point. Must be either integer or U… in convert_cp()
38 intl_error_set_custom_msg(NULL, "Codepoint out of range", 0); in convert_cp()
319 intl_error_set_custom_msg(NULL, "enumCharNames callback failed", 0); in enumCharNames_callback()
365 intl_error_set_custom_msg(NULL, "Failed to get property name", 0); in IC_METHOD()
406 intl_error_set_custom_msg(NULL, "Failed to get property name", 0); in IC_METHOD()
477 intl_error_set_custom_msg(NULL, "Invalid digit", 0); in IC_METHOD()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_parse.c153 intl_error_set_custom_msg(NULL, "String index is out of valid range.", 0); in PHP_FUNCTION()
198 intl_error_set_custom_msg(NULL, "String index is out of valid range.", 0); in PHP_FUNCTION()
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c85 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 ); in PHP_FUNCTION()
442 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 ); in PHP_FUNCTION()
508 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 ); in PHP_FUNCTION()
581 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 ); in PHP_FUNCTION()
875 intl_error_set_custom_msg( NULL, "Error opening UTF-8 text", 0 ); in PHP_FUNCTION()
H A Dgrapheme_util.c115 intl_error_set_custom_msg( NULL, (error), 0 ); \
/PHP-7.4/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp74 intl_error_set_custom_msg(NULL, msg, 1); in _php_intlrbbi_constructor_body()
H A Dbreakiterator_methods.cpp73 intl_error_set_custom_msg(NULL, msg, 1); in _breakiter_factory()

Completed in 29 milliseconds