Searched refs:__LC_LAST (Results 1 – 18 of 18) sorted by relevance
45 const char *newnames[__LC_LAST];56 category_mask = (1 << __LC_LAST) - 1 - (1 << LC_ALL);59 if ((category_mask & ~((1 << __LC_LAST) - 1 - (1 << LC_ALL))) != 0)72 if ((base == NULL || category_mask == (1 << __LC_LAST) - 1 - (1 << LC_ALL))118 for (cnt = 0; cnt < __LC_LAST; ++cnt)130 for (cnt = 0; cnt < __LC_LAST; ++cnt)136 if (cnt == __LC_LAST)165 for (cnt = 0; cnt < __LC_LAST; ++cnt)202 cnt = __LC_LAST;214 for (cnt = 0; cnt < __LC_LAST; ++cnt)[all …]
76 const uint8_t _nl_category_name_idxs[__LC_LAST] attribute_hidden =146 for (i = 0; i < __LC_LAST; ++i) in new_composite_name()174 for (i = 0; i < __LC_LAST; ++i) in new_composite_name()226 || __builtin_expect (category, 0) >= __LC_LAST) in setlocale()271 const char *newnames[__LC_LAST]; in setlocale()272 struct __locale_data *newdata[__LC_LAST]; in setlocale()277 for (category = 0; category < __LC_LAST; ++category) in setlocale()296 for (cnt = 0; cnt < __LC_LAST; ++cnt) in setlocale()303 if (cnt == __LC_LAST) in setlocale()327 for (cnt = 0; cnt < __LC_LAST; ++cnt) in setlocale()[all …]
88 struct __locale_data *data[__LC_LAST];140 } results[__LC_LAST]; in _nl_load_locale_from_archive()150 struct range ranges[__LC_LAST - 1]; in _nl_load_locale_from_archive()311 for (cnt = 0; cnt < __LC_LAST; ++cnt) in _nl_load_locale_from_archive()325 for (cnt = nranges = 0; cnt < __LC_LAST; ++cnt) in _nl_load_locale_from_archive()474 for (cnt = 0; cnt < __LC_LAST; ++cnt) in _nl_load_locale_from_archive()516 for (category = 0; category < __LC_LAST; ++category) in _nl_archive_subfreeres()
77 } record[__LC_LAST];105 } locale_data_t[__LC_LAST];
47 for (cnt = 0; cnt < __LC_LAST; ++cnt) in __libc_rwlock_define()61 for (cnt = 0; cnt < __LC_LAST; ++cnt) in __libc_rwlock_define()
214 extern const uint8_t _nl_category_name_idxs[__LC_LAST] attribute_hidden;215 extern const uint8_t _nl_category_name_sizes[__LC_LAST] attribute_hidden;
42 for (cnt = 0; cnt < __LC_LAST; ++cnt) in __libc_rwlock_define()
36 if (category < 0 || category == LC_ALL || category >= __LC_LAST) in __nl_langinfo_l()
56 struct loaded_l10nfile *_nl_locale_file_list[__LC_LAST];
252 for (cnt = 0; cnt < __LC_LAST; ++cnt) in oldlocrecentcmp()263 for (cnt = 0; cnt < __LC_LAST; ++cnt) in oldlocrecentcmp()495 for (idx = 0; idx < __LC_LAST; ++idx) in enlarge_archive()845 uint32_t file_offsets[__LC_LAST]; in add_locale()856 struct locale_category_data *size_order[__LC_LAST]; in add_locale()872 for (cnt = 0; cnt < __LC_LAST; ++cnt) in add_locale()877 qsort (size_order, __LC_LAST, sizeof size_order[0], cmpcategorysize); in add_locale()881 for (cnt = 0; cnt < __LC_LAST; ++cnt) in add_locale()891 while (cnt < __LC_LAST); in add_locale()905 for (cnt = 0; cnt < __LC_LAST; ++cnt) in add_locale()[all …]
105 } categories[__LC_LAST];107 size_t len[__LC_LAST];109 const char *copy_name[__LC_LAST];
51 const char *category[__LC_LAST];55 static const char *category_name[__LC_LAST] =163 for (num = 0; num < __LC_LAST; ++num) in identification_finish()232 for (num = 0; num < __LC_LAST; ++num) in identification_output()
31 #define __LC_LAST 13 macro
11 #define __LC_LAST 13 macro
512 if (category < 0 || category >= __LC_LAST || category == LC_ALL) in gl_dcigettext()
5739 * locale/programs/localedef.h (struct localedef_t): Use __LC_LAST5932 * locale/programs/config.h: Add __LC_LAST.
11443 * locale/localeinfo.h: Don't define __LC_LAST here. Include <locale.h>11445 * include/locale.h: Define __LC_LAST.
6153 * locale/findlocale.c (locale_file_list): Use __LC_LAST as array