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

  /external/qemu/telephony/
gsm.h 140 extern int utf8_to_ucs2( cbytes_t utf8, int utf8len, bytes_t ucs2 );
sms.c 1168 int count = utf8_to_ucs2( utf8, utf8len, NULL );
1183 utf8_to_ucs2( utf8, utf8len, dst );
1277 count = utf8_to_ucs2( utf8, utf8len, NULL );
    [all...]
gsm.c 514 utf8_to_ucs2( cbytes_t utf8, function
1147 result = 1 + utf8_to_ucs2(utf8, utf8len, dst ? (dst+1) : NULL)*2;

Completed in 17 milliseconds