Searched refs:SURROGATE_BITS (Results 1 – 2 of 2) sorted by relevance
53 #define SURROGATE_BITS 0x000003ff macro153 ((u >> 10) & SURROGATE_BITS), in utf8s_to_utf16s()157 (u & SURROGATE_BITS), in utf8s_to_utf16s()214 u = PLANE_SIZE + ((u & SURROGATE_BITS) << 10) in utf16s_to_utf8s()215 + (v & SURROGATE_BITS); in utf16s_to_utf8s()
81 #define SURROGATE_BITS 0x000003ff macro137 ((u >> 10) & SURROGATE_BITS), in _utf8s_to_utf16s()141 (u & SURROGATE_BITS), in _utf8s_to_utf16s()