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