HomeSort by relevance Sort by last modified time
    Searched refs:cbytes_t (Results 1 - 5 of 5) sorted by null

  /external/qemu/telephony/
gsm.h 20 typedef const byte_t* cbytes_t; typedef
36 extern int gsm_hex_to_bytes ( cbytes_t hex, int hexlen, bytes_t dst );
40 extern void gsm_hex_to_bytes0 ( cbytes_t hex, int hexlen, bytes_t dst );
43 extern void gsm_hex_from_bytes( char* hex, cbytes_t src, int srclen );
72 extern int utf8_check( cbytes_t utf8, int utf8len );
76 extern int utf8_check_gsm7( cbytes_t utf8, int utf8len );
79 extern cbytes_t utf8_skip_gsm7( cbytes_t utf8, cbytes_t utf8end, int gsm7len );
85 extern int utf8_to_gsm7( cbytes_t utf8, int utf8len, bytes_t dst, int offset )
    [all...]
sms.c 47 cbytes_t p = (cbytes_t)str;
48 cbytes_t end = p + strlen;
142 cbytes_t p = utf8;
143 cbytes_t end = p + utf8len;
478 sms_get_byte( cbytes_t *pcur, cbytes_t end )
480 cbytes_t cur = *pcur;
492 sms_get_sc_address( cbytes_t *pcur,
493 cbytes_t end
    [all...]
gsm.c 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 )
72 cbytes_t end = ascii + asciilen;
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 )
210 gsm_hex_from_bytes( char* hex, cbytes_t src, int srclen )
359 cbytes_t
360 utf8_skip( cbytes_t utf8,
361 cbytes_t utf8end,
364 cbytes_t p = utf8
    [all...]
sim_card.c 169 cbytes_t data;
177 cbytes_t records;
  /external/qemu/android/
console.c     [all...]

Completed in 1298 milliseconds