Searched refs:_collate_lookup (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/string/ |
H A D | wcscoll.c | 120 _collate_lookup(table, w1, &len1, in wcscoll_l() 133 _collate_lookup(table, w2, &len2, in wcscoll_l() 167 _collate_lookup(table, w1, &len1, &pri1, in wcscoll_l() 183 _collate_lookup(table, w2, &len2, &pri2, in wcscoll_l()
|
/freebsd/lib/libc/locale/ |
H A D | collate.c | 314 _collate_lookup(struct xlocale_collate *table, const wchar_t *t, int *len, in _collate_lookup() function 474 _collate_lookup(table, t, &len, &pri, pass, &state); in _collate_wxfrm() 493 _collate_lookup(table, t, &len, &pri, pass, &state); in _collate_wxfrm() 622 _collate_lookup(table, t, &len, &pri, pass, &state); in _collate_sxfrm() 648 _collate_lookup(table, t, &len, &pri, pass, &state); in _collate_sxfrm()
|
H A D | collate.h | 131 void _collate_lookup(struct xlocale_collate *,const wchar_t *, int *, int *,
|