Searched refs:utf8_validatestr (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dutfconv.h197 * utf8_validatestr - validates a UTF-8 string
207 utf8_validatestr(const u_int8_t* utf8p, size_t utf8len);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c625 * utf8_validatestr - Check for a valid UTF-8 string.
628 utf8_validatestr(const u_int8_t* utf8p, size_t utf8len) function
H A Dvfs_xattr.c381 if (utf8_validatestr((const unsigned char *)name, namelen) != 0)

Completed in 17 milliseconds