Searched refs:UTF_SURROGATE_OFFSET (Results 1 – 5 of 5) sorted by relevance
543 #define UTF_SURROGATE_OFFSET ((0xd800<<10UL)+0xdc00-0x10000) macro547 (((first)<<10UL)+(second)-UTF_SURROGATE_OFFSET)