iconv_fail        108 ext/iconv/iconv.c static VALUE iconv_fail _((VALUE error, VALUE success, VALUE failed, struct iconv_env_t* env, const char *mesg));
iconv_fail        234 ext/iconv/iconv.c 	    iconv_fail(rb_eIconvInvalidEncoding,
iconv_fail        421 ext/iconv/iconv.c 	    rescue = iconv_fail(error, Qnil, Qnil, env, 0);
iconv_fail        505 ext/iconv/iconv.c 	    rescue = iconv_fail(error, ret, str, env, errmsg);