/locale/ |
A D | setlocale.c | 37 # define DEFINE_CATEGORY(category, category_name, items, a) \ argument 49 # define DEFINE_CATEGORY(category, category_name, items, a) \ argument 55 # define CATEGORY_USED(category) (_nl_current_used[category] != 0) argument 62 # define CATEGORY_USED(category) (1) argument 70 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument 78 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument 87 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument 138 new_composite_name (int category, const char **newnames) in new_composite_name() 193 setname (int category, const char *name) in setname() 206 setdata (int category, struct __locale_data *data) in setdata() [all …]
|
A D | xlocale.c | 22 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument 37 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument 45 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument
|
A D | global-locale.c | 22 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument 43 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument 51 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument
|
A D | nl_langinfo_l.c | 32 int category = _NL_ITEM_CATEGORY (item); in __nl_langinfo_l() local 50 # define DEFINE_CATEGORY(category, category_name, items, a) \ in __nl_langinfo_l() argument
|
A D | loadlocale.c | 37 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument 49 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument 59 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument 67 _nl_intern_locale_data (int category, const void *data, size_t datasize) in _nl_intern_locale_data() 165 _nl_load_locale (struct loaded_l10nfile *file, int category) in _nl_load_locale()
|
A D | localeinfo.h | 33 #define LIMAGIC(category) \ argument 193 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument 248 #define DEFINE_CATEGORY(category, category_name, items, a) \ in __libc_tsd_define() argument 255 #define _NL_CURRENT_DATA(category) (*_nl_current_##category) argument 258 #define _NL_CURRENT(category, item) \ argument 262 #define _NL_CURRENT_WSTR(category, item) \ argument 266 #define _NL_CURRENT_WORD(category, item) \ argument 273 #define _NL_CURRENT_DEFINE(category) \ argument 320 _nl_lookup_wstr (locale_t l, int category, int item) in _nl_lookup_wstr() 328 _nl_lookup_word (locale_t l, int category, int item) in _nl_lookup_word()
|
A D | localename.c | 23 __current_locale_name (int category) in __current_locale_name()
|
A D | findlocale.c | 34 # define DEFINE_CATEGORY(category, category_name, items, a) \ argument 44 # define DEFINE_CATEGORY(category, category_name, items, a) \ argument 102 int category, const char **name) in _nl_find_locale()
|
A D | uselocale.c | 52 # define DEFINE_CATEGORY(category, category_name, items, a) \ in __uselocale() argument
|
A D | loadarchive.c | 98 int category; member 133 _nl_load_locale_from_archive (int category, const char **namep) in _nl_load_locale_from_archive() 511 int category; in _nl_archive_subfreeres() local
|
A D | langinfo.h | 34 #define _NL_ITEM(category, index) (((category) << 16) | (index)) argument 648 #define _NL_LOCALE_NAME(category) _NL_ITEM ((category), \ argument 651 # define NL_LOCALE_NAME(category) _NL_LOCALE_NAME (category) argument
|
/locale/programs/ |
A D | locale.c | 114 struct category struct 139 #define DEFINE_CATEGORY(category, name, items, postload) \ argument 148 static struct category category[] = variable 150 #define DEFINE_CATEGORY(category, name, items, postload) \ argument 995 try_setlocale (int category, const char *category_name) in try_setlocale()
|
A D | localedef.c | 612 add_to_readlist (int category, const char *name, const char *repertoire_name, in add_to_readlist() 665 find_locale (int category, const char *name, const char *repertoire_name, in find_locale() 685 load_locale (int category, const char *name, const char *repertoire_name, in load_locale()
|
A D | ld-identification.c | 51 const char *category[__LC_LAST]; member 252 int category; in identification_read() local
|
A D | locfile.c | 698 write_locale_data (const char *output_path, int catidx, const char *category, in write_locale_data()
|
A D | locarchive.c | 63 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument
|