Searched refs:codeset (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/intl/
H A Dloadinfo.h72 /* Normalize codeset name. There is no standard for the codeset
76 extern const char *_nl_normalize_codeset PARAMS ((const char *codeset,
83 const char *codeset,
96 const char **codeset,
/haiku/src/libs/iconv/
H A Dlocalcharset.c289 const char *codeset; local
297 codeset = nl_langinfo (CODESET);
304 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
342 codeset = buf;
372 codeset = locale;
382 codeset = buf;
391 /* Allow user to override the codeset, as set in the operating system,
423 codeset = locale;
429 codeset
[all...]

Completed in 234 milliseconds