Searched refs:PLANE_SIZE (Results 1 – 1 of 1) sorted by relevance
48 #define PLANE_SIZE 0x00010000 macro148 if (u >= PLANE_SIZE) { in utf8s_to_utf16s()151 u -= PLANE_SIZE; in utf8s_to_utf16s()214 u = PLANE_SIZE + ((u & SURROGATE_BITS) << 10) in utf16s_to_utf8s()