Home
last modified time | relevance | path

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

/minix/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()