Searched refs:wchars (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
D | SDL_dibevents.c | 494 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/ |
D | SDL_dx5events.c | 834 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/ |
D | SDL_sysevents.c | 98 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/ |
D | ChangeLog | 605 wchars; changes suggested by KBac.
|