Searched refs:utf8_normalizestr (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dutfconv.h168 * utf8_normalizestr - Normalize a UTF-8 string (NFC or NFD)
192 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c709 * utf8_normalizestr - Normalize a UTF-8 string (NFC or NFD)
732 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr, function
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c809 error = utf8_normalizestr(s, slen, nfcname, &nfclen, buflen, UTF_PRECOMPOSED|UTF_NO_NULL_TERM);
814 error = utf8_normalizestr(s, slen, nfcname, &nfclen, buflen, UTF_PRECOMPOSED|UTF_NO_NULL_TERM);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c683 retval = utf8_normalizestr(vcb->vcbVN, volname_length, (u_int8_t*)converted_volname, &conv_volname_length, 256, UTF_PRECOMPOSED);
H A Dhfs_vfsops.c7613 error = utf8_normalizestr(vcb->vcbVN, volname_length, (u_int8_t*)converted_volname, &conv_volname_length, 256, UTF_PRECOMPOSED);

Completed in 93 milliseconds