Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/converter/
H A Dconverter.c41 #define THROW_UFAILURE(obj, fname, error) php_converter_throw_failure(obj, error TSRMLS_CC, \
45 static inline void php_converter_throw_failure(php_converter_object *objval, UErrorCode error TSRML… in php_converter_throw_failure() function
73php_converter_throw_failure(objval, U_INVALID_STATE_ERROR TSRMLS_CC, "Source Converter has not bee… in php_converter_default_callback()
169php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR TSRMLS_CC, "Invalid codepoint U+%04lx… in php_converter_append_toUnicode_target()
213 php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR TSRMLS_CC, in php_converter_append_toUnicode_target()
254php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR TSRMLS_CC, "Unexpected failure callin… in php_converter_to_u_callback()
351php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR TSRMLS_CC, "Unexpected failure callin… in php_converter_from_u_callback()
564php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR TSRMLS_CC, "Error setting converter c… in php_converter_resolve_callback()
627php_converter_throw_failure(objval, U_INVALID_STATE_ERROR TSRMLS_CC, "Source Converter has not bee… in PHP_METHOD()
639php_converter_throw_failure(objval, U_INVALID_STATE_ERROR TSRMLS_CC, "Destination Converter has no… in PHP_METHOD()
[all …]

Completed in 8 milliseconds