Searched refs:utf8_to_ucs2 (Results 1 - 7 of 7) sorted by relevance

/external/qemu/telephony/
H A Dgsm.h140 extern int utf8_to_ucs2( cbytes_t utf8, int utf8len, bytes_t ucs2 );
H A Dsms.c1169 int count = utf8_to_ucs2( utf8, utf8len, NULL );
1184 utf8_to_ucs2( utf8, utf8len, dst );
1278 count = utf8_to_ucs2( utf8, utf8len, NULL );
H A Dgsm.c514 utf8_to_ucs2( cbytes_t utf8, function
1147 result = 1 + utf8_to_ucs2(utf8, utf8len, dst ? (dst+1) : NULL)*2;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dms_funcs.c17 * 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/wpa_supplicant_8/src/crypto/
H A Dms_funcs.c17 * 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/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dms_funcs.c17 * 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/
H A Dlocale.cpp2509 utf8_to_ucs2(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, function
3267 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3349 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,

Completed in 132 milliseconds