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