Home
last modified time | relevance | path

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

/freebsd/lib/libc/locale/
H A Dcollate.h137 size_t __collate_equiv_match(int, wchar_t *, size_t, wchar_t, const char *,
H A Dcollate.c900 __collate_equiv_match(int equiv_class, wchar_t *dst, size_t dlen, wchar_t start, in __collate_equiv_match() function
/freebsd/lib/libc/gen/
H A Dfnmatch.c361 len = __collate_equiv_match(ec, NULL, 0, test, in rangematch()