Home
last modified time | relevance | path

Searched refs:utf16 (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/pkcs12/
H A Dp12_utl.c150 static int bmp_to_utf8(char *str, const unsigned char *utf16, int len) in bmp_to_utf8() argument
159 utf32chr = (utf16[0]<<8) | utf16[1]; in bmp_to_utf8()
168 lo = (utf16[2]<<8) | utf16[3]; in bmp_to_utf8()

Completed in 4 milliseconds