Format: AllC/C++CSSTextshell script Advanced Search
197: ((0 < (unicode)) && ((unicode) < 0x10000)) 198: #define UnicodeIsSurrogate(unicode) \ 199: ((0x10000 <= (unicode)) && ((unicode) < 0x20000))