Home
last modified time | relevance | path

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

/fs/nls/
A 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/
A Dunicode.c27 #define PLANE_SIZE 0x10000 macro
76 c = PLANE_SIZE + in get_utf16_char()
332 uni_char -= PLANE_SIZE; in udf_name_to_CS0()
/fs/ntfs3/
A Ddir.c77 #define PLANE_SIZE 0x00010000 macro
130 if (u >= PLANE_SIZE) { in _utf8s_to_utf16s()
134 u -= PLANE_SIZE; in _utf8s_to_utf16s()

Completed in 7 milliseconds