Lines Matching full:bytes_t
40 gsm_bcdi_to_ascii( cbytes_t bcd, int bcdlen, bytes_t dst )
70 gsm_bcdi_from_ascii( cbytes_t ascii, int asciilen, bytes_t dst )
181 gsm_hex_to_bytes0( cbytes_t hex, int hexlen, bytes_t dst )
194 gsm_hex_to_bytes( cbytes_t hex, int hexlen, bytes_t dst )
267 bytes_t
270 bytes_t result = rope->data;
287 bytes_t old_data = rope->data == rope->data0 ? NULL : rope->data;
289 bytes_t new_data;
412 utf8_write( bytes_t utf8, int offset, int v )
446 ucs2_write( bytes_t ucs2, int offset, int v )
500 bytes_t buf )
516 bytes_t ucs2 )
654 bytes_t utf8 )
693 utf8_from_gsm8( cbytes_t src, int count, bytes_t utf8 )
739 ucs2_from_gsm7( bytes_t ucs2,
801 bytes_t dst;
808 bwriter_init( BWriter writer, bytes_t dst, int start )
850 utf8_to_gsm7( cbytes_t utf8, int utf8len, bytes_t dst, int offset )
887 utf8_to_gsm8( cbytes_t utf8, int utf8len, bytes_t dst )
927 ucs2_to_gsm7( cbytes_t ucs2, int ucs2len, bytes_t dst, int offset )
962 ucs2_to_gsm8( cbytes_t ucs2, int ucs2len, bytes_t dst )
965 bytes_t dst0 = dst;
996 gsm_bcdnum_to_ascii( cbytes_t bcd, int count, bytes_t dst )
1024 gsm_bcdnum_from_ascii( cbytes_t ascii, int asciilen, bytes_t dst )
1073 sim_adn_alpha_to_utf8( cbytes_t alpha, cbytes_t end, bytes_t dst )
1135 sim_adn_alpha_from_utf8( cbytes_t utf8, int utf8len, bytes_t dst )
1186 bytes_t number = (bytes_t) rec->adn.number;
1206 sim_adn_record_to_bytes( SimAdnRecord rec, bytes_t data, int datalen )
1208 bytes_t end = data + datalen;
1209 bytes_t footer = end - ADN_FOOTER_SIZE;