Home
last modified time | relevance | path

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

/dports/misc/libpostal/libpostal-1.1-alpha/test/
H A Dtest_string_utils.c56 size_t prefix = utf8_common_prefix_ignore_separators(str1, str2); in test_utf8_compare_ignore_separators()
67 bool equal = utf8_common_prefix_ignore_separators(str1, str2); in test_utf8_equal_ignore_separators()
72 equal = utf8_common_prefix_ignore_separators(str1, str2); in test_utf8_equal_ignore_separators()
77 equal = utf8_common_prefix_ignore_separators(str1, str2); in test_utf8_equal_ignore_separators()
/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dstring_utils.h85 size_t utf8_common_prefix_ignore_separators(const char *str1, const char *str2);
H A Dstring_utils.c615 inline size_t utf8_common_prefix_ignore_separators(const char *str1, const char *str2) { in utf8_common_prefix_ignore_separators() function