Searched refs:SURROGATE_BITS (Results 1 – 2 of 2) sorted by relevance
53 #define SURROGATE_BITS 0x000003ff macro156 ((u >> 10) & SURROGATE_BITS), in utf8s_to_utf16s()160 (u & SURROGATE_BITS), in utf8s_to_utf16s()217 u = PLANE_SIZE + ((u & SURROGATE_BITS) << 10) in utf16s_to_utf8s()218 + (v & SURROGATE_BITS); in utf16s_to_utf8s()
82 #define SURROGATE_BITS 0x000003ff macro138 ((u >> 10) & SURROGATE_BITS), in _utf8s_to_utf16s()142 (u & SURROGATE_BITS), in _utf8s_to_utf16s()