Home
last modified time | relevance | path

Searched refs:C3_KASHIDA (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/psdk/
H A Dwinnls.h273 #define C3_KASHIDA 512 macro
/reactos/modules/rostests/winetests/kernel32/
H A Dlocale.c4120 ok(types[0] & C3_KASHIDA, "%#x: type %#x\n", ch[0], types[0]); in test_GetStringTypeW()
4122 ok(!(types[0] & C3_KASHIDA), "%#x: type %#x\n", ch[0], types[0]); in test_GetStringTypeW()
/reactos/dll/win32/kernel32/winnls/string/
H A Dlocale.c3147 if (c == 0x0640) type3 |= C3_KASHIDA; in GetStringTypeW()