Home
last modified time | relevance | path

Searched defs:locale (Results 1 – 25 of 53) sorted by relevance

123

/glibc-2.36/time/
Dlc-time-cleanup.c23 _nl_cleanup_time (struct __locale_data *locale) in _nl_cleanup_time()
/glibc-2.36/posix/
Dtst-fnmatch4.c25 do_test_locale (const char *locale) in do_test_locale()
/glibc-2.36/support/
Dxsetlocale.c24 xsetlocale (int category, const char *locale) in xsetlocale()
Dxnewlocale.c24 xnewlocale (int category_mask, const char *locale, locale_t base) in xnewlocale()
/glibc-2.36/wctype/
Diswctype_l.c26 __iswctype_l (wint_t wc, wctype_t desc, locale_t locale) in __iswctype_l()
Dtowctrans_l.c26 __towctrans_l (wint_t wc, wctrans_t desc, locale_t locale) in __towctrans_l()
Dwctrans_l.c24 __wctrans_l (const char *property, locale_t locale) in __wctrans_l()
Dwctype_l.c25 __wctype_l (const char *property, locale_t locale) in __wctype_l()
/glibc-2.36/localedata/tests-mbwc/
Ddat_tow-funcs.h18 #define TST_TOW_REC(locale, func) \ argument
Ddat_isw-funcs.h18 #define TST_ISW_REC(locale, func) \ argument
/glibc-2.36/localedata/
Dtst-langinfo-setlocale.c26 test_locale (char *locale, char *paramstr, int param, char *expected) in test_locale()
Dtst-langinfo-newlocale.c26 test_locale (char *locale, char *paramstr, int param, char *expected) in test_locale()
Dtst-strfmon1.c8 const char *locale; member
Dtst-xlocale1.c8 const char *locale; member
Dtst-localedef-hardlinks.c61 struct stat64 locale; in check_link() local
Ddump-ctype.c33 static const char *locale; variable
/glibc-2.36/locale/programs/
Dld-measurement.c41 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()
Dld-paper.c42 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()
Dld-telephone.c44 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()
Dld-messages.c47 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()
Dld-name.c46 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()
Dld-numeric.c47 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()
Dld-identification.c74 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/
Dtst-strxfrm.c12 test (const char *locale) in test()
/glibc-2.36/ctype/
Dctype.h241 # 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

123