Searched refs:utf16length (Results 1 – 1 of 1) sorted by relevance
589 int utf16length; in X11_DispatchEvent() local645 utf16length = Utf8ToUtf16((Uint8 *)keydata, count, utf16data, utf16size); in X11_DispatchEvent()646 if (utf16length < 0) { in X11_DispatchEvent()661 for (i = 0; i < utf16length - 1; i++) { in X11_DispatchEvent()671 if (utf16length > 0) { in X11_DispatchEvent()675 keysym.unicode = utf16data[utf16length - 1]; in X11_DispatchEvent()