Searched refs:utf8nlen (Results 1 – 5 of 5) sorted by relevance
/linux/fs/unicode/tests/ |
H A D | utf8_kunit.c | 141 return utf8nlen(um, n, s, (size_t)-1); in utf8len() 164 KUNIT_EXPECT_EQ(test, utf8nlen(um, UTF8_NFDI, nfdi_test_data[i].str, len), in check_utf8_nfdi() 197 KUNIT_EXPECT_EQ(test, utf8nlen(um, UTF8_NFDICF, nfdicf_test_data[i].str, len), in check_utf8_nfdicf()
|
/linux/fs/unicode/ |
H A D | utf8n.h | 24 ssize_t utf8nlen(const struct unicode_map *um, enum utf8_normalization n,
|
H A D | utf8-norm.c | 386 ssize_t utf8nlen(const struct unicode_map *um, enum utf8_normalization n, in utf8nlen() function 591 EXPORT_SYMBOL_GPL(utf8nlen);
|
H A D | utf8-core.c | 14 if (utf8nlen(um, UTF8_NFDI, str->name, str->len) < 0) in utf8_validate()
|
H A D | mkutf8data.c | 2599 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
|