Searched refs:utf8_normalizestr (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/bsd/sys/ |
| H A D | utfconv.h | 192 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr,
|
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_utfconv.c | 778 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr, in utf8_normalizestr() function
|
| /xnu-8020.140.41/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()
|