Searched refs:utf16 (Results 1 – 1 of 1) sorted by relevance
150 static int bmp_to_utf8(char *str, const unsigned char *utf16, int len) in bmp_to_utf8() argument159 utf32chr = (utf16[0]<<8) | utf16[1]; in bmp_to_utf8()168 lo = (utf16[2]<<8) | utf16[3]; in bmp_to_utf8()
Completed in 3 milliseconds