/external/qemu/telephony/ |
gsm.h | 136 extern int ucs2_to_utf8( cbytes_t ucs2, int ucs2len, bytes_t utf8 );
|
gsm.c | 498 ucs2_to_utf8( cbytes_t ucs2, function 1086 result = ucs2_to_utf8( alpha, (end-alpha)/2, dst );
|
sms.c | 884 int count = ucs2_to_utf8( cur, len/2, NULL ); 890 ucs2_to_utf8( cur, len/2, dst ); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 2459 ucs2_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, function [all...] |