Searched refs:Uni_UTF32ToSurrogate2 (Results 1 – 1 of 1) sorted by relevance
160 #define Uni_UTF32ToSurrogate2(ch) (((unsigned long) (ch) - 0x10000) % 0x400 + 0xDC00) macro3828 wParam = (sal_Unicode) Uni_UTF32ToSurrogate2( wParam ); in ImplHandleKeyMsg()
Completed in 34 milliseconds