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

  /external/e2fsprogs/intl/
loadinfo.h 68 struct loaded_l10nfile struct
75 struct loaded_l10nfile *next;
76 struct loaded_l10nfile *successor[1];
101 extern struct loaded_l10nfile *
102 _nl_make_l10nflist (struct loaded_l10nfile **l10nfile_list,
finddomain.c 42 static struct loaded_l10nfile *_nl_loaded_domains;
48 struct loaded_l10nfile *
53 struct loaded_l10nfile *retval;
180 struct loaded_l10nfile *runp = _nl_loaded_domains;
184 struct loaded_l10nfile *here = runp;
gettextP.h 157 struct loaded_l10nfile *_nl_find_domain (const char *__dirname, char *__locale,
161 void _nl_load_domain (struct loaded_l10nfile *__domain,
166 const char *_nl_init_domain_conv (struct loaded_l10nfile *__domain_file,
173 char *_nl_find_msg (struct loaded_l10nfile *domain_file,
l10nflist.c 169 struct loaded_l10nfile *
170 _nl_make_l10nflist (struct loaded_l10nfile **l10nfile_list,
179 struct loaded_l10nfile **lastp;
180 struct loaded_l10nfile *retval;
298 /* Allocate a new loaded_l10nfile. */
300 (struct loaded_l10nfile *)
303 * sizeof (struct loaded_l10nfile *)));
dcigettext.c 234 struct loaded_l10nfile *domain;
309 static char *plural_lookup (struct loaded_l10nfile *domain,
434 struct loaded_l10nfile *domain;
724 _nl_find_msg (struct loaded_l10nfile *domain_file,
1033 plural_lookup (struct loaded_l10nfile *domain, unsigned long int n,
    [all...]
loadmsgcat.c 771 _nl_init_domain_conv (struct loaded_l10nfile *domain_file,
909 _nl_load_domain (struct loaded_l10nfile *domain_file,
    [all...]

Completed in 240 milliseconds