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

  /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
116 if (utf8_to_ucs2(password, password_len, buf, max_len, &len) < 0)
436 if (utf8_to_ucs2(password, password_len, pw_block, 512, &ucs2_len) < 0)
  /external/qemu/telephony/
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 71 milliseconds