HomeSort by: relevance | last modified time | path
    Searched defs:tocode (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libintl/
gettext_iconv.c 112 const char *tocode; local in function:__gettext_iconv
142 tocode = db->codeset;
143 if (tocode == NULL) {
152 tocode = nl_langinfo(CODESET);
159 if (!strcasecmp(tocode, fromcode))
164 /* XXX should detect change of tocode and purge caches? */
177 cd = iconv_open(tocode, fromcode);

Completed in 53 milliseconds