Searched refs:source_len (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/iconv_modules/utf-8/common/binarytables/test/ |
H A D | utf8_to_ebcdic_test.c | 84 size_t source_len; in validate() local 101 source_len = 3; \ in validate() 109 source_len = 3; \ in validate() 120 source_len = 7; \ in validate() 145 source_len = sizeof (source_buf); \ in validate() 148 s = iconv(cd2, (const char**)&tmp, &tmp_len, &source, &source_len); \ in validate() 155 for( j = 0; j < sizeof (source_buf) - source_len; j++) \ in validate() 157 source_len = sizeof (source_buf) - source_len; \ in validate() 186 if (sizeof (tmp_buf) - tmp_len != source_len) { \ in validate() 189 for (j = 0; j < source_len; j++) { \ in validate() [all …]
|
H A D | sb_to_utf8_test.c | 79 size_t source_len; in validate() local 151 source_len = DATASIZE; in validate() 156 s = iconv(cd, (const char**)&source, &source_len, (char**)&result, &result_len); in validate() 160 if ((source_len != 0) || in validate() 164 source_len, in validate() 186 (DATASIZE) - source_len, /* not converted size */ in validate()
|
/titanic_50/usr/src/cmd/geniconvtbl/ |
H A D | geniconvtbl.c | 516 if (*inbytesleft < map_hdr->source_len) { in map_i_f() 523 for (i = 0; i < map_hdr->source_len; i++) { in map_i_f() 532 (*inbuf) = (void*) ((*inbuf) - map_hdr->source_len); in map_i_f() 533 (*inbytesleft) += map_hdr->source_len; in map_i_f() 540 (*inbuf) = (void *)((*inbuf) - map_hdr->source_len); in map_i_f() 541 (*inbytesleft) += map_hdr->source_len; in map_i_f() 555 p = ((*inbuf) - map_hdr->source_len); in map_i_f() 556 for (i = 0; i < map_hdr->source_len; i++) { in map_i_f() 574 ((*inbuf) - map_hdr->source_len); in map_i_f() 575 (*inbytesleft) += map_hdr->source_len; in map_i_f() [all …]
|
H A D | itm_util.c | 521 long source_len = 0; in map_table() local 609 if ((0 < source_len) && in map_table() 611 (source_len != ml->data_pair.data0.size)) { in map_table() 616 if (source_len < ml->data_pair.data0.size) { in map_table() 617 source_len = ml->data_pair.data0.size; in map_table() 671 byte_seq_min = malloc_vital((sizeof (unsigned char)) * source_len); in map_table() 672 byte_seq_max = malloc_vital((sizeof (unsigned char)) * source_len); in map_table() 679 for (i = 0; i < source_len; i++) { in map_table() 692 source_len, &(ml->data_pair)); in map_table() 695 for (i = 0; i < source_len; i++) { in map_table() [all …]
|
H A D | iconv_tm.h | 387 itm_size_t source_len; /* source length */ member 437 itm_size_t source_len; /* source length */ member 481 itm_size_t source_len; /* source length */ member 558 itm_size_t source_len; /* source length */ member
|
H A D | disassemble.c | 536 map_hdr->source_len, map_hdr->result_len); in dump_map_i_f() 562 (map_hdr->source_len * 2), i + map_hdr->start.itm_ptr); in dump_map_i_f() 572 (map_hdr->source_len * 2), in dump_map_i_f() 635 map_hdr->source_len, map_hdr->result_len); in dump_map_l_f() 645 (map_hdr->source_len + map_hdr->result_len + 1)) + in dump_map_l_f() 646 map_hdr->source_len + 1); in dump_map_l_f() 657 for (j = 0; j < map_hdr->source_len; j++, p++) { in dump_map_l_f() 731 map_hdr->source_len, map_hdr->result_len); in dump_map_hash() 758 p += (map_hdr->source_len + 1 + map_hdr->result_len); in dump_map_hash() 762 for (j = 0; j < map_hdr->source_len; j++, p++) { in dump_map_hash() [all …]
|