Home
last modified time | relevance | path

Searched refs:utf8nlen (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/fs/unicode/
H A Dutf8-selftest.c164 return utf8nlen(um, n, s, (size_t)-1); in utf8len()
185 test((utf8nlen(um, UTF8_NFDI, nfdi_test_data[i].str, len) == in check_utf8_nfdi()
215 test((utf8nlen(um, UTF8_NFDICF, nfdicf_test_data[i].str, len) == in check_utf8_nfdicf()
H A Dutf8n.h24 ssize_t utf8nlen(const struct unicode_map *um, enum utf8_normalization n,
H A Dutf8-norm.c386 ssize_t utf8nlen(const struct unicode_map *um, enum utf8_normalization n, in utf8nlen() function
591 EXPORT_SYMBOL_GPL(utf8nlen); variable
H A Dutf8-core.c14 if (utf8nlen(um, UTF8_NFDI, str->name, str->len) < 0) in utf8_validate()
H A Dmkutf8data.c2599 ssize_t utf8nlen(struct tree *, const char *, size_t);
2939 ssize_t utf8nlen(struct tree *tree, const char *s, size_t len) in utf8nlen() function
/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8n.h69 extern ssize_t utf8nlen(const struct utf8data *data, const char *s, size_t len);
H A Dutf8-selftest.c183 test((utf8nlen(data, nfdi_test_data[i].str, len) == nlen)); in check_utf8_nfdi()
219 test((utf8nlen(data, nfdicf_test_data[i].str, len) == nlen)); in check_utf8_nfdicf()
H A Dutf8-norm.c548 ssize_t utf8nlen(const struct utf8data *data, const char *s, size_t len) in utf8nlen() function
571 EXPORT_SYMBOL(utf8nlen); variable
H A Dutf8-core.c17 if (utf8nlen(data, str->name, str->len) < 0) in utf8_validate()
H A Dmkutf8data.c2599 ssize_t utf8nlen(struct tree *, const char *, size_t);
2939 ssize_t utf8nlen(struct tree *tree, const char *s, size_t len) in utf8nlen() function

Completed in 13 milliseconds