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

  /external/qemu/telephony/
gsm.h 140 extern int utf8_to_ucs2( cbytes_t utf8, int utf8len, bytes_t ucs2 );
sms.c 1169 int count = utf8_to_ucs2( utf8, utf8len, NULL );
1184 utf8_to_ucs2( utf8, utf8len, dst );
1278 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;
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.c 17 * utf8_to_ucs2 - Convert UTF-8 string to UCS-2 encoding
25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len, function
117 if (utf8_to_ucs2(password, password_len, buf, max_len, &len) < 0)
439 if (utf8_to_ucs2(password, password_len, pw_block, 512, &ucs2_len) < 0)
  /external/libcxx/src/
locale.cpp 2509 utf8_to_ucs2(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 2588 utf8_to_ucs2(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, function
    [all...]

Completed in 84 milliseconds