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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstriconv.h67 extern char * str_iconv (const char *src,
H A Dxstriconv.c57 char *result = str_iconv (src, from_codeset, to_codeset);
H A Dstriconv.c397 str_iconv (const char *src, const char *from_codeset, const char *to_codeset) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstriconv.h67 extern char * str_iconv (const char *src,
H A Dxstriconv.c57 char *result = str_iconv (src, from_codeset, to_codeset);
H A Dstriconv.c397 str_iconv (const char *src, const char *from_codeset, const char *to_codeset) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstriconv.h67 extern char * str_iconv (const char *src,
H A Dxstriconv.c57 char *result = str_iconv (src, from_codeset, to_codeset);
H A Dstriconv.c397 str_iconv (const char *src, const char *from_codeset, const char *to_codeset) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-striconv.c150 /* -------------------------- Test str_iconv() -------------------------- */
156 char *result = str_iconv (input, "ISO-8859-1", "UTF-8");
166 char *result = str_iconv (input, "UTF-8", "ISO-8859-1");
175 char *result = str_iconv (input, "UTF-8", "ISO-8859-1");
182 char *result = str_iconv (input, "UTF-8", "ISO-8859-1");

Completed in 166 milliseconds