gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:UnicodeToUtf16LowSurrogate (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat_enc.h - 7.0KB - 238 lines
204:                         (UH)(((unicode - 0x10000) / 0x400) + 0xd800)
205: #define UnicodeToUtf16LowSurrogate(unicode)     \
206:                         (UH)(((unicode - 0x10000) % 0x400) + 0xdc00)