Home
last modified time | relevance | path

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

/external/chromium_org/components/os_crypt/
Dos_crypt_unittest.cc56 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/
DSDL_dibevents.c608 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/
DSDL_dx5events.c910 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/
DSDL_sysevents.c103 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/
DChangeLog605 wchars; changes suggested by KBac.