Searched refs:tocode (Results 1 – 2 of 2) sorted by relevance
112 const char *tocode; in __gettext_iconv() local142 tocode = db->codeset; in __gettext_iconv()143 if (tocode == NULL) { in __gettext_iconv()152 tocode = nl_langinfo(CODESET); 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);