Home
last modified time | relevance | path

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

/locale/programs/
A Dcharmap.c49 size_t nbytes, unsigned char *bytes,
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
953 newp->nbytes = nbytes; in charmap_new_char()
954 memcpy (newp->bytes, bytes, nbytes); in charmap_new_char()
1047 newp->nbytes = nbytes; in charmap_new_char()
1048 memcpy (newp->bytes, bytes, nbytes); in charmap_new_char()
1084 if (++bytes[nbytes - 1] == '\0') in charmap_new_char()
1086 int b = nbytes - 2; in charmap_new_char()
[all …]
A Dld-ctype.c655 int nbytes = charmap->width_rules[cnt].from->nbytes; in ctype_finish() local
665 while (nbytes < charmap->width_rules[cnt].to->nbytes in ctype_finish()
667 nbytes) <= 0) in ctype_finish()
690 inner = nbytes - 1; in ctype_finish()
697 if (nbytes >= charmap->width_rules[cnt].to->nbytes) in ctype_finish()
702 ++nbytes; in ctype_finish()
853 .nbytes = 1, in ctype_finish()
2604 && from_seq->nbytes == 1 && to_seq->nbytes == 1) in ctype_read()
3792 int nbytes = charmap->width_rules[cnt].from->nbytes; in allocate_arrays() local
3802 while (nbytes < charmap->width_rules[cnt].to->nbytes in allocate_arrays()
[all …]
A Dlinereader.c343 size_t nbytes = 0; in get_toplvl_escape() local
403 bytes[nbytes++] = byte; in get_toplvl_escape()
406 && nbytes < (int) sizeof (lr->token.val.charcode.bytes)); in get_toplvl_escape()
414 lr->token.val.charcode.nbytes = nbytes; in get_toplvl_escape()
777 ADDS (seq->bytes, seq->nbytes); in get_string()
791 ADDS (seq->bytes, seq->nbytes); in get_string()
841 ADDS (seq->bytes, seq->nbytes); in get_string()
A Dcharmap.h61 int nbytes; member
A Dlinereader.h53 int nbytes; member
A Dld-collate.c1026 seq != NULL ? seq->nbytes : 0, in insert_value()
1045 seq->bytes, seq->nbytes); in insert_value()
1046 elem->nmbs = seq->nbytes; in insert_value()
1422 seq != NULL ? seq->nbytes : 0, in handle_ellipsis()
1432 seq->bytes, seq->nbytes); in handle_ellipsis()
1433 elem->nmbs = seq->nbytes; in handle_ellipsis()

Completed in 38 milliseconds