/glibc-2.36/time/ |
D | lc-time-cleanup.c | 23 _nl_cleanup_time (struct __locale_data *locale) in _nl_cleanup_time()
|
/glibc-2.36/posix/ |
D | tst-fnmatch4.c | 25 do_test_locale (const char *locale) in do_test_locale()
|
/glibc-2.36/support/ |
D | xsetlocale.c | 24 xsetlocale (int category, const char *locale) in xsetlocale()
|
D | xnewlocale.c | 24 xnewlocale (int category_mask, const char *locale, locale_t base) in xnewlocale()
|
/glibc-2.36/wctype/ |
D | iswctype_l.c | 26 __iswctype_l (wint_t wc, wctype_t desc, locale_t locale) in __iswctype_l()
|
D | towctrans_l.c | 26 __towctrans_l (wint_t wc, wctrans_t desc, locale_t locale) in __towctrans_l()
|
D | wctrans_l.c | 24 __wctrans_l (const char *property, locale_t locale) in __wctrans_l()
|
D | wctype_l.c | 25 __wctype_l (const char *property, locale_t locale) in __wctype_l()
|
/glibc-2.36/localedata/tests-mbwc/ |
D | dat_tow-funcs.h | 18 #define TST_TOW_REC(locale, func) \ argument
|
D | dat_isw-funcs.h | 18 #define TST_ISW_REC(locale, func) \ argument
|
/glibc-2.36/localedata/ |
D | tst-langinfo-setlocale.c | 26 test_locale (char *locale, char *paramstr, int param, char *expected) in test_locale()
|
D | tst-langinfo-newlocale.c | 26 test_locale (char *locale, char *paramstr, int param, char *expected) in test_locale()
|
D | tst-strfmon1.c | 8 const char *locale; member
|
D | tst-xlocale1.c | 8 const char *locale; member
|
D | tst-localedef-hardlinks.c | 61 struct stat64 locale; in check_link() local
|
D | dump-ctype.c | 33 static const char *locale; variable
|
/glibc-2.36/locale/programs/ |
D | ld-measurement.c | 41 measurement_startup (struct linereader *lr, struct localedef_t *locale, in measurement_startup() 58 measurement_finish (struct localedef_t *locale, in measurement_finish() 117 measurement_output (struct localedef_t *locale, in measurement_output()
|
D | ld-paper.c | 42 paper_startup (struct linereader *lr, struct localedef_t *locale, in paper_startup() 58 paper_finish (struct localedef_t *locale, const struct charmap_t *charmap) in paper_finish() 117 paper_output (struct localedef_t *locale, const struct charmap_t *charmap, in paper_output()
|
D | ld-telephone.c | 44 telephone_startup (struct linereader *lr, struct localedef_t *locale, in telephone_startup() 60 telephone_finish (struct localedef_t *locale, const struct charmap_t *charmap) in telephone_finish() 170 telephone_output (struct localedef_t *locale, const struct charmap_t *charmap, in telephone_output()
|
D | ld-messages.c | 47 messages_startup (struct linereader *lr, struct localedef_t *locale, in messages_startup() 64 messages_finish (struct localedef_t *locale, const struct charmap_t *charmap) in messages_finish() 178 messages_output (struct localedef_t *locale, const struct charmap_t *charmap, in messages_output()
|
D | ld-name.c | 46 name_startup (struct linereader *lr, struct localedef_t *locale, in name_startup() 62 name_finish (struct localedef_t *locale, const struct charmap_t *charmap) in name_finish() 153 name_output (struct localedef_t *locale, const struct charmap_t *charmap, in name_output()
|
D | ld-numeric.c | 47 numeric_startup (struct linereader *lr, struct localedef_t *locale, in numeric_startup() 66 numeric_finish (struct localedef_t *locale, const struct charmap_t *charmap) in numeric_finish() 130 numeric_output (struct localedef_t *locale, const struct charmap_t *charmap, in numeric_output()
|
D | ld-identification.c | 74 identification_startup (struct linereader *lr, struct localedef_t *locale, in identification_startup() 96 identification_finish (struct localedef_t *locale, in identification_finish() 207 identification_output (struct localedef_t *locale, in identification_output()
|
/glibc-2.36/string/ |
D | tst-strxfrm.c | 12 test (const char *locale) in test()
|
/glibc-2.36/ctype/ |
D | ctype.h | 241 # define __isctype_l(c, type, locale) \ argument 275 # define __tolower_l(c, locale) \ argument 277 # define __toupper_l(c, locale) \ argument 279 # define tolower_l(c, locale) __tolower_l ((c), (locale)) argument 280 # define toupper_l(c, locale) __toupper_l ((c), (locale)) argument
|