Searched refs:PLANE_SIZE (Results 1 – 3 of 3) 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()
27 #define PLANE_SIZE 0x10000 macro76 c = PLANE_SIZE + in get_utf16_char()332 uni_char -= PLANE_SIZE; in udf_name_to_CS0()
77 #define PLANE_SIZE 0x00010000 macro130 if (u >= PLANE_SIZE) { in _utf8s_to_utf16s()134 u -= PLANE_SIZE; in _utf8s_to_utf16s()
Completed in 7 milliseconds