OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wchars
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/password_manager/
encryptor_unittest.cc
55
char16
wchars
[] = { 0xdbeb, 0xdf1b, 0x4e03, 0x6708, 0x8849,
local
61
plaintext =
wchars
;
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c
910
Uint16
wchars
[2];
local
925
else if (SDL_ToUnicode(vkey, scancode, keystate,
wchars
, sizeof(
wchars
)/sizeof(
wchars
[0]), 0) > 0)
927
keysym->unicode =
wchars
[0];
Completed in 42 milliseconds