Searched refs:_collate_lookup (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/lib/libc/string/ |
| HD | wcscoll.c | 116 _collate_lookup(table, w1, &len1, in wcscoll_l() 129 _collate_lookup(table, w2, &len2, in wcscoll_l() 155 _collate_lookup(table, w1, in wcscoll_l() 168 _collate_lookup(table, w2, in wcscoll_l()
|
| /dragonfly/lib/libc/locale/ |
| HD | collate.c | 278 _collate_lookup(struct xlocale_collate *table, const wchar_t *t, int *len, in _collate_lookup() function 439 _collate_lookup(table, t, &len, &pri, pass, &state); in _collate_wxfrm() 458 _collate_lookup(table, t, &len, &pri, pass, &state); in _collate_wxfrm() 588 _collate_lookup(table, t, &len, &pri, pass, &state); in _collate_sxfrm() 614 _collate_lookup(table, t, &len, &pri, pass, &state); in _collate_sxfrm()
|
| HD | collate.h | 132 void _collate_lookup(struct xlocale_collate *,const wchar_t *, int *, int *,
|