Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dcharmap.h36 struct charmap_t struct
38 const char *code_set_name;
39 const char *repertoiremap;
40 int mb_cur_min;
41 int mb_cur_max;
43 struct width_rule *width_rules;
44 size_t nwidth_rules;
45 size_t nwidth_rules_max;
46 unsigned int width_default;
71 extern struct charmap_t *charmap_read (const char *filename, int verbose, argument