Home | History | Annotate | Download | only in intl

Lines Matching refs:codeset

173 		    const char *codeset, const char *normalized_codeset,
197 ? strlen (codeset) + 1 : 0)
236 cp = stpcpy (cp, codeset);
312 looking up (if an unnormalized codeset was specified). */
332 first the modifier, then the territory, then the codeset, then the
348 cnt, language, territory, codeset,
355 cnt, language, territory, codeset,
364 /* Normalize codeset name. There is no standard for the codeset
369 _nl_normalize_codeset (const char *codeset, size_t name_len)
378 if (isalnum ((unsigned char) codeset[cnt]))
382 if (isalpha ((unsigned char) codeset[cnt]))
396 if (isalpha ((unsigned char) codeset[cnt]))
397 *wp++ = tolower ((unsigned char) codeset[cnt]);
398 else if (isdigit ((unsigned char) codeset[cnt]))
399 *wp++ = codeset[cnt];