Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nls/
Dnls_base.c52 #define SURROGATE_LOW 0x00000400 macro
156 SURROGATE_LOW | in utf8s_to_utf16s()
202 if (u & SURROGATE_LOW) { in utf16s_to_utf8s()
210 !(v & SURROGATE_LOW)) { in utf16s_to_utf8s()