Home
last modified time | relevance | path

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

/openbmc/linux/fs/nls/
H A Dnls_base.c51 #define SURROGATE_PAIR 0x0000d800 macro
69 (l & SURROGATE_MASK) == SURROGATE_PAIR) in utf8_to_utf32()
96 if (l > UNICODE_MAX || (l & SURROGATE_MASK) == SURROGATE_PAIR) in utf32_to_utf8()
152 put_utf16(op++, SURROGATE_PAIR | in utf8s_to_utf16s()
155 put_utf16(op++, SURROGATE_PAIR | in utf8s_to_utf16s()
201 if ((u & SURROGATE_MASK) == SURROGATE_PAIR) { in utf16s_to_utf8s()
209 if ((v & SURROGATE_MASK) != SURROGATE_PAIR || in utf16s_to_utf8s()
/openbmc/linux/fs/udf/
H A Dunicode.c30 #define SURROGATE_PAIR 0x0000d800 macro
52 if ((c & SURROGATE_MASK) == SURROGATE_PAIR) { in get_utf16_char()
70 if ((next & SURROGATE_MASK) != SURROGATE_PAIR || in get_utf16_char()
333 c = SURROGATE_PAIR | in udf_name_to_CS0()
338 uni_char = SURROGATE_PAIR | SURROGATE_LOW | in udf_name_to_CS0()
/openbmc/linux/fs/exfat/
H A Dnls.c537 #define SURROGATE_PAIR 0x0000d800 macro
553 if ((*uniname & SURROGATE_MASK) != SURROGATE_PAIR) { in __exfat_utf16_to_nls()
560 (*(uniname+1) & SURROGATE_MASK) == SURROGATE_PAIR && in __exfat_utf16_to_nls()
/openbmc/linux/fs/ntfs3/
H A Ddir.c79 #define SURROGATE_PAIR 0x0000d800 macro
136 SURROGATE_PAIR | in _utf8s_to_utf16s()
140 SURROGATE_PAIR | SURROGATE_LOW | in _utf8s_to_utf16s()