Searched defs:U8_ILLEGAL_NEXT_BYTE_COMMON (Results 1 - 1 of 1) sorted by relevance

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

Completed in 47 milliseconds