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

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c594 int utf16length; local
650 utf16length = Utf8ToUtf16((Uint8 *)keydata, count, utf16data, utf16size);
651 if (utf16length < 0) {
666 for (i = 0; i < utf16length - 1; i++) {
676 if (utf16length > 0) {
680 keysym.unicode = utf16data[utf16length - 1];

Completed in 149 milliseconds