Searched refs:w_iconv (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c137 static nkf_char w_iconv(nkf_char c2, nkf_char c1, nkf_char c0);
157 nkf_native_encoding NkfEncodingUTF_8 = { "UTF-8", w_iconv, w_oconv };
479 {"UTF-8", 0, 0, 0, {0, 0, 0}, w_status, w_iconv, 0},
2232 w_iconv(nkf_char c1, nkf_char c2, nkf_char c3) function
2311 /* continue from the line below 'return -3;' in w_iconv() */
3615 set_iconv(TRUE, w_iconv);
3617 if (iconv == w_iconv) {
4278 w_iconv, w_iconv,

Completed in 178 milliseconds