Home
last modified time | relevance | path

Searched refs:ucs2_to_utf8 (Results 1 – 3 of 3) sorted by relevance

/external/qemu/telephony/
Dgsm.h136 extern int ucs2_to_utf8( cbytes_t ucs2, int ucs2len, bytes_t utf8 );
Dgsm.c498 ucs2_to_utf8( cbytes_t ucs2, in ucs2_to_utf8() function
1086 result = ucs2_to_utf8( alpha, (end-alpha)/2, dst ); in sim_adn_alpha_to_utf8()
Dsms.c883 int count = ucs2_to_utf8( cur, len/2, NULL ); in sms_get_text_utf8()
889 ucs2_to_utf8( cur, len/2, dst ); in sms_get_text_utf8()