Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/unicode/
H A Du8_textprep.c201 #define U8_ILLEGAL_NEXT_BYTE_COMMON(c) ((c) < 0x80 || (c) > 0xBF) macro
413 } else if (U8_ILLEGAL_NEXT_BYTE_COMMON(*ib)) { in u8_validate()