Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c204 #define U8_ILLEGAL_NEXT_BYTE_COMMON(c) ((c) < 0x80 || (c) > 0xBF) macro
416 } else if (U8_ILLEGAL_NEXT_BYTE_COMMON(*ib)) { in u8_validate()