Searched defs:U8_ILLEGAL_NEXT_BYTE_COMMON (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/unicode/ | ||
H A D | u8_textprep.c | 202 #define U8_ILLEGAL_NEXT_BYTE_COMMON(c) ((c) < 0x80 || (c) > 0xBF) macro 414 } else if (U8_ILLEGAL_NEXT_BYTE_COMMON(*ib)) { |
Completed in 61 milliseconds