Searched defs:GRUB_UCS2_LIMIT (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcharset.h41 #define GRUB_UCS2_LIMIT 0x10000 macro
43 (0xD800 + ((((code) - GRUB_UCS2_LIMIT) >> 12) & 0xfff))
45 (0xDC00 + (((code) - GRUB_UCS2_LIMIT) & 0xfff))

Completed in 20 milliseconds