Searched refs:gsm_hex2_to_byte (Results 1 – 3 of 3) sorted by relevance
128 gsm_hex2_to_byte( const char* hex ) in gsm_hex2_to_byte() function142 int hi = gsm_hex2_to_byte(hex); in gsm_hex4_to_short()143 int lo = gsm_hex2_to_byte(hex+2); in gsm_hex4_to_short()202 int c = gsm_hex2_to_byte( (const char*)hex+2*nn ); in gsm_hex_to_bytes()
52 extern int gsm_hex2_to_byte( const char* hex );
82 c = gsm_hex2_to_byte( (const char*)p ); in sms_utf8_from_message_str()413 address->len = num_digits = gsm_hex2_to_byte( hex ); in sms_address_from_hex()414 address->toa = gsm_hex2_to_byte( hex+2 ); in sms_address_from_hex()422 address->data[nn] = gsm_hex2_to_byte( hex + nn*2 ); in sms_address_from_hex()