• Home
  • Raw
  • Download

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