Searched refs:UTF_PRECOMPOSED (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | utfconv.h | 44 #define UTF_PRECOMPOSED 0x0008 /* generate precomposed UCS-2 */ macro
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_utfconv.c | 453 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 D | nfs_subs.c | 969 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()
|