Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/locale/
H A Dcollate.h91 } collate_large_t; typedef
112 collate_large_t *lc_large_table;
H A Dcollate.c130 (sizeof (collate_large_t) * info->large_count); in __lc_collate_load()
248 static collate_large_t *
254 collate_large_t *p; in largesearch()
255 collate_large_t *tab = lcc->lc_large_table; in largesearch()
279 collate_large_t *match; in _collate_lookup()
/titanic_44/usr/src/cmd/localedef/
H A Dcollate.c1067 collate_large_t *large; in dump_collate()
1206 large = calloc(sizeof (collate_large_t) * avl_numnodes(&collchars), 1); in dump_collate()
1257 sz = sizeof (collate_large_t) * collinfo.large_count; in dump_collate()