Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/converter/
H A Dconverter.c47 #define THROW_UFAILURE(obj, fname, error) php_converter_throw_failure(obj, error, \
51 static inline void php_converter_throw_failure(php_converter_object *objval, UErrorCode error, cons… in php_converter_throw_failure() function
77php_converter_throw_failure(objval, U_INVALID_STATE_ERROR, "Source Converter has not been initiali… in php_converter_default_callback()
173php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR, "Invalid codepoint U+%04lx", lval); in php_converter_append_toUnicode_target()
214 php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR, in php_converter_append_toUnicode_target()
249php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR, "Unexpected failure calling toUCallb… in php_converter_to_u_callback()
331php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR, "Unexpected failure calling fromUCal… in php_converter_from_u_callback()
546php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR, "Error setting converter callback: %… in php_converter_resolve_callback()
608php_converter_throw_failure(objval, U_INVALID_STATE_ERROR, "Source Converter has not been initiali… in PHP_METHOD()
620php_converter_throw_failure(objval, U_INVALID_STATE_ERROR, "Destination Converter has not been ini… in PHP_METHOD()
[all …]

Completed in 7 milliseconds