Lines Matching refs:nbytes
49 size_t nbytes, unsigned char *bytes,
565 if (now->val.charcode.nbytes < result->mb_cur_min) in parse_charmap()
567 else if (now->val.charcode.nbytes > result->mb_cur_max) in parse_charmap()
570 charmap_new_char (cmfile, result, now->val.charcode.nbytes, in parse_charmap()
891 if (from_val->nbytes != to_val->nbytes) in new_width()
895 from_val->nbytes, to_val->nbytes); in new_width()
934 size_t nbytes, unsigned char *bytes, in charmap_new_char() argument
952 newp = (struct charseq *) obstack_alloc (ob, sizeof (*newp) + nbytes); in charmap_new_char()
953 newp->nbytes = nbytes; in charmap_new_char()
954 memcpy (newp->bytes, bytes, nbytes); in charmap_new_char()
984 insert_entry (bt, newp->bytes, nbytes, newp); in charmap_new_char()
1046 newp = (struct charseq *) obstack_alloc (ob, sizeof (*newp) + nbytes); in charmap_new_char()
1047 newp->nbytes = nbytes; in charmap_new_char()
1048 memcpy (newp->bytes, bytes, nbytes); in charmap_new_char()
1079 insert_entry (bt, newp->bytes, nbytes, newp); in charmap_new_char()
1084 if (++bytes[nbytes - 1] == '\0') in charmap_new_char()
1086 int b = nbytes - 2; in charmap_new_char()
1103 size_t nbytes) in charmap_find_symbol() argument
1107 return (find_entry ((hash_table *) &cm->byte_table, bytes, nbytes, &result) in charmap_find_symbol()