php_converter_throw_failure   45 ext/intl/converter/converter.c #define THROW_UFAILURE(obj, fname, error) php_converter_throw_failure(obj, error, \
php_converter_throw_failure   78 ext/intl/converter/converter.c                 php_converter_throw_failure(objval, U_INVALID_STATE_ERROR, "Source Converter has not been initialized yet");
php_converter_throw_failure  155 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_BUFFER_OVERFLOW_ERROR, "Buffer overrun %pd bytes needed, %pd available", needed, available);
php_converter_throw_failure  174 ext/intl/converter/converter.c 				php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR, "Invalid codepoint U+%04lx", lval);
php_converter_throw_failure  215 ext/intl/converter/converter.c 			php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR,
php_converter_throw_failure  242 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR, "Unexpected failure calling toUCallback()");
php_converter_throw_failure  291 ext/intl/converter/converter.c 			php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR, "fromUCallback() specified illegal type for substitution character");
php_converter_throw_failure  324 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR, "Unexpected failure calling fromUCallback()");
php_converter_throw_failure  539 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR, "Error setting converter callback: %s", errstr);
php_converter_throw_failure  600 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INVALID_STATE_ERROR, "Source Converter has not been initialized yet");
php_converter_throw_failure  612 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INVALID_STATE_ERROR, "Destination Converter has not been initialized yet");
php_converter_throw_failure  665 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INVALID_STATE_ERROR,