Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c135 (sizeof (collate_large_t) * info->large_count); in __lc_collate_load()
244 static collate_large_t *
250 collate_large_t *p; in largesearch()
251 collate_large_t *tab = lcc->lc_large_table; in largesearch()
275 collate_large_t *match; in _collate_lookup()
H A Dcollate.h59 collate_large_t *lc_large_table;
H A Dcollatefile.h101 } collate_large_t; typedef
/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c1070 collate_large_t *large; in dump_collate()
1209 large = calloc(avl_numnodes(&collchars), sizeof (collate_large_t)); in dump_collate()
1263 sz = sizeof (collate_large_t) * collinfo.large_count; in dump_collate()