Home
last modified time | relevance | path

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

/php-src/ext/intl/normalizer/
H A Dnormalizer_normalize.c141 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 ); in PHP_FUNCTION()
165 intl_error_set_custom_msg( NULL, "Error normalizing string", 0 ); in PHP_FUNCTION()
191 intl_error_set_custom_msg( NULL,"Error normalizing string", 0 ); in PHP_FUNCTION()
269 intl_error_set_custom_msg( NULL, "Error converting string to UTF-16.", 0 ); in PHP_FUNCTION()
289 intl_error_set_custom_msg( NULL,"Error testing if string is the given normalization form.", 0 ); in PHP_FUNCTION()
328intl_error_set_custom_msg(NULL, "Input string must be exactly one UTF-8 encoded code point long.",… in PHP_FUNCTION()
334 intl_error_set_custom_msg(NULL, "Code point out of range", 0); in PHP_FUNCTION()
/php-src/ext/intl/
H A Dintl_error.c90 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_error_set_custom_msg() function
164 intl_error_set_custom_msg( err, msg, copyMsg ); in intl_error_set()
190 intl_error_set_custom_msg( err, msg, copyMsg ); in intl_errors_set_custom_msg()
192 intl_error_set_custom_msg( NULL, msg, copyMsg ); in intl_errors_set_custom_msg()
H A Dintl_data.h51 intl_error_set_custom_msg( NULL, msg, 0 ); \
60 intl_error_set_custom_msg( NULL, msg, 0 ); \
H A Dintl_error.h36 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-src/ext/intl/transliterator/
H A Dtransliterator_methods.c51 intl_error_set_custom_msg( NULL, "String conversion of id to UTF-16 failed", 0 ); in create_transliterator()
70 intl_error_set_custom_msg( NULL, in create_transliterator()
75 intl_error_set_custom_msg( NULL, buf, /* copy message */ 1 ); in create_transliterator()
87 intl_error_set_custom_msg( NULL, in create_transliterator()
258 intl_error_set_custom_msg( NULL, "transliterator_list_ids: " in PHP_FUNCTION()
/php-src/ext/intl/uchar/
H A Duchar.c19 intl_error_set_custom_msg(NULL, "Input string is too long.", 0); in convert_cp()
26intl_error_set_custom_msg(NULL, "Passing a UTF-8 character for codepoint requires a string which i… in convert_cp()
33 intl_error_set_custom_msg(NULL, "Codepoint out of range", 0); in convert_cp()
285 intl_error_set_custom_msg(NULL, "enumCharNames callback failed", 0); in enumCharNames_callback()
336 intl_error_set_custom_msg(NULL, "Failed to get property name", 0); in IC_METHOD()
369 intl_error_set_custom_msg(NULL, "Failed to get property name", 0); in IC_METHOD()
439 intl_error_set_custom_msg(NULL, "Invalid digit", 0); in IC_METHOD()
/php-src/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()
199 intl_error_set_custom_msg(NULL, "String index is out of valid range.", 0); in PHP_METHOD()
239 intl_error_set_custom_msg(NULL, "String index is out of valid range.", 0); in PHP_FUNCTION()
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c60 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 ); in PHP_FUNCTION()
375 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 ); in PHP_FUNCTION()
443 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 ); in PHP_FUNCTION()
512 intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 ); in PHP_FUNCTION()
792 intl_error_set_custom_msg( NULL, "Error opening UTF-8 text", 0 ); in PHP_FUNCTION()
854 intl_error_set_custom_msg( NULL, "Error opening UTF-8 text", 0 ); in PHP_FUNCTION()
H A Dgrapheme_util.c92 intl_error_set_custom_msg( NULL, (error), 0 ); \
/php-src/ext/intl/idn/
H A Didn.c48 intl_error_set_custom_msg(NULL, buff, 1); in php_intl_idn_check_status()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp69 intl_error_set_custom_msg(NULL, msg, 1); in _breakiter_factory()

Completed in 24 milliseconds