Home | History | Annotate | Download | only in intl

Lines Matching defs:codeset

272   const char *codeset;
279 /* Most systems support nl_langinfo (CODESET) nowadays. */
280 codeset = nl_langinfo (CODESET);
308 codeset = locale;
318 codeset = buf;
327 /* Allow user to override the codeset, as set in the operating system,
359 codeset = locale;
365 codeset = "";
369 codeset = buf;
375 if (codeset == NULL)
377 codeset = "";
383 if (strcmp (codeset, aliases) == 0
386 codeset = aliases + strlen (aliases) + 1;
393 if (codeset[0] == '\0')
394 codeset = "ASCII";
396 return codeset;