Searched refs:SURROGATE_BITS (Results 1 – 1 of 1) 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()