Searched refs:C3_KASHIDA (Results 1 – 3 of 3) sorted by relevance
273 #define C3_KASHIDA 512 macro
4120 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()
3147 if (c == 0x0640) type3 |= C3_KASHIDA; in GetStringTypeW()