Searched refs:charseq (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/iconv/ |
D | iconv_charmap.c | 44 struct charseq *out; 246 add_bytes (struct convtable *tbl, const struct charseq *in, struct charseq *out) in add_bytes() 281 static struct charseq * 282 convert_charseq (iconv_t cd, const struct charseq *seq) in convert_charseq() 284 struct charseq *result = NULL; in convert_charseq() 304 result = xmalloc (sizeof (struct charseq) + outlen); in convert_charseq() 342 struct charseq *in = data; in use_from_charmap() 343 struct charseq *newp = convert_charseq (cd, in); in use_from_charmap() 381 struct charseq *out = data; in use_to_charmap() 382 struct charseq *newp = convert_charseq (cd, out); in use_to_charmap() [all …]
|
/glibc-2.36/locale/programs/ |
D | charmap.h | 30 struct charseq *from; 31 struct charseq *to; 57 struct charseq struct 76 extern struct charseq *charmap_find_value (const struct charmap_t *charmap, argument 80 extern struct charseq *charmap_find_symbol (const struct charmap_t *charmap,
|
D | charmap.c | 249 struct charseq *seq = charmap_find_symbol (result, p, 1); in charmap_read() 868 struct charseq *from_val; in new_width() 869 struct charseq *to_val; in new_width() 922 struct charseq * 928 < 0 ? NULL : (struct charseq *) result); in charmap_find_value() 946 struct charseq *newp; in charmap_new_char() 952 newp = (struct charseq *) obstack_alloc (ob, sizeof (*newp) + nbytes); in charmap_new_char() 1046 newp = (struct charseq *) obstack_alloc (ob, sizeof (*newp) + nbytes); in charmap_new_char() 1101 struct charseq * 1108 < 0 ? NULL : (struct charseq *) result); in charmap_find_symbol()
|
D | ld-ctype.c | 184 struct charseq **mbdigits; 191 struct charseq *mboutdigits[10]; 394 struct charseq *space_seq; in ctype_finish() 672 struct charseq *seq in ctype_finish() 718 struct charseq *data = (struct charseq *) vdata; in ctype_finish() 767 10 * sizeof (struct charseq *)); in ctype_finish() 787 sizeof (struct charseq) + 1); in ctype_finish() 851 static const struct charseq replace = in ctype_finish() 856 ctype->mboutdigits[cnt] = (struct charseq *) &replace; in ctype_finish() 1258 struct charseq **seqp, uint32_t *wchp) in get_character() [all …]
|
D | repertoire.h | 60 extern struct charseq *repertoire_find_seq (const struct repertoire_t *rep,
|
D | repertoire.c | 509 struct charseq * 521 return (struct charseq *) result; in repertoire_find_seq()
|
D | linereader.c | 625 struct charseq *seq = charmap_find_value (charmap, utmp, 9); in translate_unicode_codepoint() 828 struct charseq *seq; in get_string()
|
D | ld-collate.c | 957 struct charseq *seq; in insert_value() 1189 struct charseq *seq; in handle_ellipsis() 1362 struct charseq *seq; in handle_ellipsis()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 1767 from charseq entries. Try finding Uxxxxxxxx names in charmap
|
D | ChangeLog.19 | 1045 * locale/programs/charmap.h (struct charseq): Turn bytes into a
|