Home
last modified time | relevance | path

Searched refs:convtable (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/iconv/
Diconv_charmap.c38 struct convtable struct
43 struct convtable *sub; argument
49 static inline struct convtable * argument
52 return (struct convtable *) xcalloc (1, sizeof (struct convtable)); in allocate_table()
56 free_table (struct convtable *tbl) in free_table()
63 is_term (struct convtable *tbl, unsigned int idx) in is_term()
70 clear_term (struct convtable *tbl, unsigned int idx) in clear_term()
77 set_term (struct convtable *tbl, unsigned int idx) in set_term()
84 static struct convtable *use_from_charmap (struct charmap_t *from_charmap,
86 static struct convtable *use_to_charmap (const char *from_code,
[all …]