Searched refs:SURROGATE_LOW (Results 1 – 4 of 4) sorted by relevance
52 #define SURROGATE_LOW 0x00000400 macro156 SURROGATE_LOW | in utf8s_to_utf16s()202 if (u & SURROGATE_LOW) { in utf16s_to_utf8s()210 !(v & SURROGATE_LOW)) { in utf16s_to_utf8s()
35 #define SURROGATE_LOW 0x00000400 macro66 if (c & SURROGATE_LOW) { in get_utf16_char()75 !(next & SURROGATE_LOW)) { in get_utf16_char()342 uni_char = SURROGATE_PAIR | SURROGATE_LOW | in udf_name_to_CS0()
538 #define SURROGATE_LOW 0x00000400 macro558 if (!(*uniname & SURROGATE_LOW) && in __exfat_utf16_to_nls()561 (*(uniname+1) & SURROGATE_LOW)) { in __exfat_utf16_to_nls()
80 #define SURROGATE_LOW 0x00000400 macro140 SURROGATE_PAIR | SURROGATE_LOW | in _utf8s_to_utf16s()
Completed in 8 milliseconds