Home
last modified time | relevance | path

Searched refs:g_iconv_handle (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/wv/wv-1.2.9/
H A Dtext.c727 if (g_iconv_handle == (GIConv) - 1) in wvHandleCodePage()
752 g_iconv_close (g_iconv_handle); in wvHandleCodePage()
773 if ((g_iconv_handle != (GIConv)-1)) in wvOutputFromUnicode()
774 g_iconv_close (g_iconv_handle); in wvOutputFromUnicode()
777 if (g_iconv_handle == (GIConv) - 1) in wvOutputFromUnicode()
2217 static GIConv g_iconv_handle = (GIConv)-1; in wvConvertStylename() local
2226 if ((g_iconv_handle != (GIConv)-1)) in wvConvertStylename()
2227 g_iconv_close(g_iconv_handle); in wvConvertStylename()
2234 if ((g_iconv_handle != (GIConv)-1)) in wvConvertStylename()
2235 g_iconv_close(g_iconv_handle); in wvConvertStylename()
[all …]
H A Dstylesheet.c148 GIConv g_iconv_handle; in wvGetUCS2LEName() local
149 if ((g_iconv_handle = g_iconv_open("UTF-8",*p)) != (GIConv)-1) in wvGetUCS2LEName()
151 g_iconv_close(g_iconv_handle); in wvGetUCS2LEName()