Searched refs:codeset (Results 1 – 4 of 4) sorted by relevance
/locale/ |
A D | findlocale.c | 110 const char *codeset; in _nl_find_locale() local 197 &codeset, &normalized_codeset); in _nl_find_locale() 206 language, territory, codeset, in _nl_find_locale() 216 language, territory, codeset, in _nl_find_locale() 256 if (codeset != NULL) in _nl_find_locale() 288 ccodeset = (char *) alloca (strlen (codeset) + 3); in _nl_find_locale() 289 strip (ccodeset, codeset); in _nl_find_locale()
|
A D | categories.def | 60 DEFINE_ELEMENT (_NL_COLLATE_CODESET, "collate-codeset", std, string) 189 DEFINE_ELEMENT (_NL_MONETARY_CODESET, "monetary-codeset", std, string) 202 DEFINE_ELEMENT (_NL_NUMERIC_CODESET, "numeric-codeset", std, string) 251 DEFINE_ELEMENT (_NL_TIME_CODESET, "time-codeset", std, string) 267 DEFINE_ELEMENT (_NL_MESSAGES_CODESET, "messages-codeset", std, string) 276 DEFINE_ELEMENT (_NL_PAPER_CODESET, "paper-codeset", std, string) 289 DEFINE_ELEMENT (_NL_NAME_CODESET, "name-codeset", std, string) 308 DEFINE_ELEMENT (_NL_ADDRESS_CODESET, "address-codeset", std, string) 319 DEFINE_ELEMENT (_NL_TELEPHONE_CODESET, "telephone-codeset", std, string) 327 DEFINE_ELEMENT (_NL_MEASUREMENT_CODESET, "measurement-codeset", std, string) [all …]
|
/locale/programs/ |
A D | localedef.c | 183 static char *normalize_codeset (const char *codeset, size_t name_len); 572 normalize_codeset (const char *codeset, size_t name_len) in normalize_codeset() argument 582 if (isalnum (codeset[cnt])) in normalize_codeset() 586 if (isalpha (codeset[cnt])) in normalize_codeset() 593 wp = retval = xasprintf ("%s%.*s", only_digit ? "iso" : "", len, codeset); in normalize_codeset() 601 if (isalpha (codeset[cnt])) in normalize_codeset() 602 *wp++ = tolower (codeset[cnt]); in normalize_codeset() 603 else if (isdigit (codeset[cnt])) in normalize_codeset() 604 *wp++ = codeset[cnt]; in normalize_codeset()
|
A D | locarchive.c | 1146 const char *codeset; in add_locale_to_archive() local 1150 &codeset, &normalized_codeset); in add_locale_to_archive() 1159 (mask & XPG_NORM_CODESET) ? normalized_codeset : codeset, in add_locale_to_archive() 1183 codeset = (char *) filedata in add_locale_to_archive() 1188 normalized_codeset = _nl_normalize_codeset (codeset, strlen (codeset)); in add_locale_to_archive() 1292 ? normalized_codeset : codeset, in add_locale_to_archive()
|
Completed in 13 milliseconds