Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11events.c228 static int Utf8ToUtf16(const Uint8 *utf8, const int utf8_length, Uint16 *utf16, const int utf16_max… in Utf8ToUtf16() function
645 utf16length = Utf8ToUtf16((Uint8 *)keydata, count, utf16data, utf16size); in X11_DispatchEvent()