Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmbyte.pro79 void iconv_end(void);
/vim-8.2.3635/src/
H A Dmbyte.c4909 iconv_end(); in iconv_enabled()
4923 iconv_end(); in iconv_enabled()
4936 iconv_end(void) in iconv_end() function
H A Dmain.c1696 iconv_end(); in getout()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt4992 Problem: Multi-byte: could use iconv() after calling iconv_end().
4994 Solution: Stop converting input and output stream after calling iconv_end().