Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibevents.c494 Uint16 wchars[2]; in TranslateKey()
497 …if (SDL_ToUnicode((UINT)vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0) == … in TranslateKey()
499 keysym->unicode = wchars[0]; in TranslateKey()
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
DSDL_dx5events.c834 Uint16 wchars[2]; in TranslateKey() local
843 if (SDL_ToUnicode(vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0) == 1) in TranslateKey()
845 keysym->unicode = wchars[0]; in TranslateKey()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_sysevents.c98 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, BYTE *keystate, LPWSTR wchars, int wsize,…
914 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, PBYTE keystate, LPWSTR wchars, int wsize,… in ToUnicode9xME() argument
919 return MultiByteToWideChar(codepage, 0, chars, 1, wchars, wsize); in ToUnicode9xME()
/external/stlport/etc/
DChangeLog605 wchars; changes suggested by KBac.