Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dutfconv.h44 #define UTF_PRECOMPOSED 0x0008 /* generate precomposed UCS-2 */ macro
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_utfconv.c453 precompose = (flags & UTF_PRECOMPOSED); in utf8_decodestr()
792 if (flags & ~(UTF_DECOMPOSED | UTF_PRECOMPOSED | UTF_NO_NULL_TERM | UTF_ESCAPE_ILLEGAL)) { in utf8_normalizestr()
796 precompose = (flags & UTF_PRECOMPOSED); in utf8_normalizestr()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_subs.c969 error = utf8_normalizestr(s, slen, nfcname, &nfclen, buflen, UTF_PRECOMPOSED | UTF_NO_NULL_TERM); in nfsm_chain_add_string_nfc()
973 error = utf8_normalizestr(s, slen, nfcname, &nfclen, buflen, UTF_PRECOMPOSED | UTF_NO_NULL_TERM); in nfsm_chain_add_string_nfc()