Home
last modified time | relevance | path

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