Searched refs:utf8_to_ucs2 (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | ms_funcs.c | 25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len, in utf8_to_ucs2() function 117 if (utf8_to_ucs2(password, password_len, buf, max_len, &len) < 0) in nt_password_hash() 439 if (utf8_to_ucs2(password, password_len, pw_block, 512, &ucs2_len) < 0) in encrypt_pw_block_with_password_hash()
|
/external/qemu/telephony/ |
D | gsm.h | 140 extern int utf8_to_ucs2( cbytes_t utf8, int utf8len, bytes_t ucs2 );
|
D | sms.c | 1169 int count = utf8_to_ucs2( utf8, utf8len, NULL ); in gsm_rope_add_sms_deliver_pdu() 1184 utf8_to_ucs2( utf8, utf8len, dst ); in gsm_rope_add_sms_deliver_pdu() 1278 count = utf8_to_ucs2( utf8, utf8len, NULL ); in smspdu_create_deliver_utf8()
|
D | gsm.c | 514 utf8_to_ucs2( cbytes_t utf8, in utf8_to_ucs2() function 1147 result = 1 + utf8_to_ucs2(utf8, utf8len, dst ? (dst+1) : NULL)*2;
|
/external/libcxx/src/ |
D | locale.cpp | 2509 utf8_to_ucs2(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_ucs2() function 3267 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in() 3349 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
|