OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wchars
(Results
1 - 6
of
6
) 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/chromium_org/components/webdata/encryptor/
encryptor_unittest.cc
55
char16
wchars
[] = { 0xdbeb, 0xdf1b, 0x4e03, 0x6708, 0x8849,
local
61
plaintext =
wchars
;
/external/harfbuzz_ng/src/
hb-uniscribe.cc
281
ALLOCATE_ARRAY (WCHAR,
wchars
, chars_len);
315
hr = ScriptItemizeOpenType (
wchars
,
355
wchars
+ chars_offset,
397
wchars
+ chars_offset,
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c
608
Uint16
wchars
[2];
617
else if (SDL_ToUnicode((UINT)vkey, scancode, keystate,
wchars
, sizeof(
wchars
)/sizeof(
wchars
[0]), 0) > 0)
619
keysym->unicode =
wchars
[0];
/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];
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c
103
static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, const BYTE *keystate, LPWSTR
wchars
, int wsize, UINT flags);
844
static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, const BYTE *keystate, LPWSTR
wchars
, int wsize, UINT flags)
850
return MultiByteToWideChar(codepage, 0, (LPCSTR) chars, 1,
wchars
, wsize);
Completed in 652 milliseconds