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

/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dencstr_usage.rb20 enc_str = Tk::EncodedString(src_str, 'iso2022-kr')
23 t2.insert('end', enc_str)
/macosx-10.10/vim-55/src/
H A Dos_mswin.c1184 char_u *utf8_str = NULL, *enc_str = NULL; local
1199 (LPSTR *)&enc_str, &length, 0, 0);
1201 return enc_str;
1217 enc_str = utf8_str;
1221 enc_str = string_convert(&conv, utf8_str, lenp);
1228 return enc_str;

Completed in 119 milliseconds