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

  /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 885 int count = ucs2_to_utf8( cur, len/2, NULL );
891 ucs2_to_utf8( cur, len/2, dst );
    [all...]
  /external/libcxx/src/
locale.cpp 2463 ucs2_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 2542 ucs2_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, function
    [all...]

Completed in 84 milliseconds