Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nls/
A Dnls_base.c50 #define SURROGATE_MASK 0xfffff800 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()
201 if ((u & SURROGATE_MASK) == SURROGATE_PAIR) { in utf16s_to_utf8s()
209 if ((v & SURROGATE_MASK) != SURROGATE_PAIR || in utf16s_to_utf8s()
/linux-6.3-rc2/fs/udf/
A Dunicode.c33 #define SURROGATE_MASK 0xfffff800 macro
56 if ((c & SURROGATE_MASK) == SURROGATE_PAIR) { in get_utf16_char()
74 if ((next & SURROGATE_MASK) != SURROGATE_PAIR || in get_utf16_char()
/linux-6.3-rc2/fs/exfat/
A Dnls.c536 #define SURROGATE_MASK 0xfffff800 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()

Completed in 8 milliseconds