Home
last modified time | relevance | path

Searched refs:PLANE_SIZE (Results 1 – 2 of 2) sorted by relevance

/fs/nls/
Dnls_base.c48 #define PLANE_SIZE 0x00010000 macro
148 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()
/fs/udf/
Dunicode.c31 #define PLANE_SIZE 0x10000 macro
80 c = PLANE_SIZE + in get_utf16_char()
336 uni_char -= PLANE_SIZE; in udf_name_to_CS0()