HomeSort by relevance Sort by last modified time
    Searched refs:normalized_codeset (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/intl/
loadinfo.h 92 MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER,
105 const char *codeset, const char *normalized_codeset,
120 pointer into the old NAME string, or NULL. *NORMALIZED_CODESET
128 XPG_NORM_CODESET for *NORMALIZED_CODESET,
136 const char **normalized_codeset,
explodename.c 55 const char **normalized_codeset, const char **special,
65 *normalized_codeset = NULL;
108 *normalized_codeset = _nl_normalize_codeset (*codeset,
110 if (strcmp (*codeset, *normalized_codeset) == 0)
111 free ((char *) *normalized_codeset);
finddomain.c 58 const char *normalized_codeset; local
138 &codeset, &normalized_codeset, &special,
145 codeset, normalized_codeset, modifier, special,
169 /* The space for normalized_codeset is dynamically allocated. Free it. */
171 free ((void *) normalized_codeset);
l10nflist.c 173 const char *codeset, const char *normalized_codeset,
199 ? strlen (normalized_codeset) + 1 : 0)
241 cp = stpcpy (cp, normalized_codeset);
333 normalized_codeset. */
349 normalized_codeset, modifier, special,
356 normalized_codeset, modifier, special,

Completed in 58 milliseconds