gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:UnicodeIsSurrogate (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat_enc.h - 7.0KB - 238 lines
197:                         ((0 < (unicode)) && ((unicode) < 0x10000))
198: #define UnicodeIsSurrogate(unicode)     \
199:                         ((0x10000 <= (unicode)) && ((unicode) < 0x20000))