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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-iconv.c47 iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); local
50 ASSERT (cd_88591_to_utf8 != (iconv_t)(-1));
62 size_t res = iconv (cd_88591_to_utf8,
78 size_t res = iconv (cd_88591_to_utf8,
143 iconv_close (cd_88591_to_utf8);
H A Dtest-striconv.c49 iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); local
52 ASSERT (cd_88591_to_utf8 != (iconv_t)(-1));
63 int retval = mem_cd_iconv (input, strlen (input), cd_88591_to_utf8,
115 char *result = str_cd_iconv (input, cd_88591_to_utf8);
147 iconv_close (cd_88591_to_utf8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dconfigure26212 iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
26213 if (cd_88591_to_utf8 != (iconv_t)(-1))
26221 size_t res = iconv (cd_88591_to_utf8,
34212 iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
34213 if (cd_88591_to_utf8 != (iconv_t)(-1))
34221 size_t res = iconv (cd_88591_to_utf8,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure27385 iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
27386 if (cd_88591_to_utf8 != (iconv_t)(-1))
27394 size_t res = iconv (cd_88591_to_utf8,
[all...]

Completed in 144 milliseconds