Home
last modified time | relevance | path

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

/netbsd-src/lib/libintl/
H A Dgettext_iconv.c113 const char *fromcode = db->mohandle.mo.mo_charset; in __gettext_iconv() local
139 if (fromcode == NULL) in __gettext_iconv()
159 if (!strcasecmp(tocode, fromcode)) in __gettext_iconv()
177 cd = iconv_open(tocode, fromcode); in __gettext_iconv()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Diconv.d44 iconv_t iconv_open (const scope char* tocode, const scope char* fromcode);