Home
last modified time | relevance | path

Searched defs:ctype (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/locale/programs/
Dld-ctype.c50 #define ELEM(ctype, collection, idx, value) \ argument
294 struct locale_ctype_t *ctype; in ctype_startup() local
395 struct locale_ctype_t *ctype = locale->categories[LC_CTYPE].ctype; in ctype_finish() local
906 struct locale_ctype_t *ctype = locale->categories[LC_CTYPE].ctype; in ctype_output() local
1119 ctype_class_new (struct linereader *lr, struct locale_ctype_t *ctype, in ctype_class_new()
1145 ctype_map_new (struct linereader *lr, struct locale_ctype_t *ctype, in ctype_map_new()
1190 find_idx (struct locale_ctype_t *ctype, uint32_t **table, size_t *max, in find_idx()
1339 struct locale_ctype_t *ctype, in charclass_symbolic_ellipsis()
1452 struct locale_ctype_t *ctype, in charclass_ucs4_ellipsis()
1577 struct locale_ctype_t *ctype, in charclass_charcode_ellipsis()
[all …]
Dlocaledef.h93 struct locale_ctype_t *ctype; member