Home
last modified time | relevance | path

Searched refs:subst_table (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/locale/
H A Dcollate.h129 collate_subst_t *subst_table[COLL_WEIGHTS_MAX]; member
H A Dcollate.c214 table->subst_table[z] = (void *)TMP; in __collate_load_tables_l()
217 table->subst_table[z] = NULL; in __collate_load_tables_l()
250 p = table->subst_table[pass] + (key & ~COLLATE_SUBST_PRIORITY); in substsearch()