Lines Matching defs:table
71 struct xlocale_collate *table = t; in destruct_collate() local
84 struct xlocale_collate *table = calloc(sizeof(struct xlocale_collate), 1); in __collate_load() local
105 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table) in __collate_load_tables_l()
200 substsearch(struct xlocale_collate *table, const wchar_t key, int pass) in substsearch()
220 chainsearch(struct xlocale_collate *table, const wchar_t *key, int *len) in chainsearch()
252 largesearch(struct xlocale_collate *table, const wchar_t key) in largesearch()
278 _collate_lookup(struct xlocale_collate *table, const wchar_t *t, int *len, in _collate_lookup()
381 _collate_wxfrm(struct xlocale_collate *table, const wchar_t *src, wchar_t *xf, in _collate_wxfrm()
510 xfrm(struct xlocale_collate *table, unsigned char *p, int pri, int pass) in xfrm()
527 _collate_sxfrm(struct xlocale_collate *table, const wchar_t *src, char *xf, in _collate_sxfrm()
664 struct xlocale_collate *table = in __collate_equiv_value() local