Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dutfconv.h192 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr,
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_utfconv.c778 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 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()