Searched defs:Uni_UTF32ToSurrogate2 (Results 1 – 1 of 1) sorted by relevance
/trunk/main/vcl/win/source/window/ | ||
H A D | salframe.cxx | 160 #define Uni_UTF32ToSurrogate2(ch) (((unsigned long) (ch) - 0x10000) % 0x400 + 0xDC00) macro |
Completed in 46 milliseconds