Searched refs:utf8_to_ucs2 (Results 1 – 3 of 3) sorted by relevance
/external/qemu/telephony/ |
D | gsm.h | 140 extern int utf8_to_ucs2( cbytes_t utf8, int utf8len, bytes_t ucs2 );
|
D | sms.c | 1167 int count = utf8_to_ucs2( utf8, utf8len, NULL ); in gsm_rope_add_sms_deliver_pdu() 1182 utf8_to_ucs2( utf8, utf8len, dst ); in gsm_rope_add_sms_deliver_pdu() 1276 count = utf8_to_ucs2( utf8, utf8len, NULL ); in smspdu_create_deliver_utf8()
|
D | gsm.c | 514 utf8_to_ucs2( cbytes_t utf8, in utf8_to_ucs2() function 1147 result = 1 + utf8_to_ucs2(utf8, utf8len, dst ? (dst+1) : NULL)*2;
|