Searched refs:wchars (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/components/os_crypt/ |
D | os_crypt_unittest.cc | 56 base::char16 wchars[] = { 0xdbeb, 0xdf1b, 0x4e03, 0x6708, 0x8849, in TEST_F() local 62 plaintext = wchars; in TEST_F()
|
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
D | SDL_dibevents.c | 608 Uint16 wchars[2]; in TranslateKey() 617 …else if (SDL_ToUnicode((UINT)vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0… in TranslateKey() 619 keysym->unicode = wchars[0]; in TranslateKey()
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
D | SDL_dx5events.c | 910 Uint16 wchars[2]; in TranslateKey() local 925 else if (SDL_ToUnicode(vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0) > 0) in TranslateKey() 927 keysym->unicode = wchars[0]; in TranslateKey()
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_sysevents.c | 103 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, const BYTE *keystate, LPWSTR wchars, int … 844 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, const BYTE *keystate, LPWSTR wchars, int … in ToUnicode9xME() argument 850 return MultiByteToWideChar(codepage, 0, (LPCSTR) chars, 1, wchars, wsize); in ToUnicode9xME()
|
/external/stlport/etc/ |
D | ChangeLog | 605 wchars; changes suggested by KBac.
|