Searched refs:fromcode (Results 1 – 2 of 2) sorted by relevance
113 const char *fromcode = db->mohandle.mo.mo_charset; in __gettext_iconv() local139 if (fromcode == NULL) in __gettext_iconv()159 if (!strcasecmp(tocode, fromcode)) in __gettext_iconv()177 cd = iconv_open(tocode, fromcode); in __gettext_iconv()
44 iconv_t iconv_open (const scope char* tocode, const scope char* fromcode);