Searched refs:C3_HIGHSURROGATE (Results 1 – 3 of 3) sorted by relevance
277 #define C3_HIGHSURROGATE 0x0800 macro
3150 if ((c>=0xD800)&&(c<=0xDBFF)) type3 |= C3_HIGHSURROGATE; in GetStringTypeW()
4097 ok(types[0] == C3_HIGHSURROGATE, "got %x\n", types[0]); in test_GetStringTypeW()