Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dutfconv.h45 #define UTF_ESCAPE_ILLEGAL 0x0010 /* escape illegal UTF-8 */ macro
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_utfconv.c454 escaping = (flags & UTF_ESCAPE_ILLEGAL); in utf8_decodestr()
792 if (flags & ~(UTF_DECOMPOSED | UTF_PRECOMPOSED | UTF_NO_NULL_TERM | UTF_ESCAPE_ILLEGAL)) { in utf8_normalizestr()