Searched refs:normalized_codeset (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/intl/ |
D | explodename.c | 55 const char **normalized_codeset, const char **special, in _nl_explode_name() argument 65 *normalized_codeset = NULL; in _nl_explode_name() 108 *normalized_codeset = _nl_normalize_codeset (*codeset, in _nl_explode_name() 110 if (strcmp (*codeset, *normalized_codeset) == 0) in _nl_explode_name() 111 free ((char *) *normalized_codeset); in _nl_explode_name()
|
D | finddomain.c | 58 const char *normalized_codeset; in _nl_find_domain() local 138 &codeset, &normalized_codeset, &special, in _nl_find_domain() 145 codeset, normalized_codeset, modifier, special, in _nl_find_domain() 171 free ((void *) normalized_codeset); in _nl_find_domain()
|
D | l10nflist.c | 173 const char *codeset, const char *normalized_codeset, in _nl_make_l10nflist() argument 199 ? strlen (normalized_codeset) + 1 : 0) in _nl_make_l10nflist() 241 cp = stpcpy (cp, normalized_codeset); in _nl_make_l10nflist() 349 normalized_codeset, modifier, special, in _nl_make_l10nflist() 356 normalized_codeset, modifier, special, in _nl_make_l10nflist()
|
D | loadinfo.h | 105 const char *codeset, const char *normalized_codeset, 136 const char **normalized_codeset,
|