Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/locale/
HDcollate.h58 #define COLLATE_SUBST_PRIORITY (0x40000000) /* bit indicates subst table */ macro
HDcollate.c246 if (!(key & COLLATE_SUBST_PRIORITY)) in substsearch()
249 p = table->subst_table[pass] + (key & ~COLLATE_SUBST_PRIORITY); in substsearch()
/freebsd-14-stable/usr.bin/localedef/
HDcollate.c949 (nextsubst[curr_weight] | COLLATE_SUBST_PRIORITY), in add_order_subst()
1036 if (srch.pri & COLLATE_SUBST_PRIORITY) in add_weight()
1067 if (pri & COLLATE_SUBST_PRIORITY) { in get_weight()
1226 if (st[n].key != (n | COLLATE_SUBST_PRIORITY)) { in dump_collate()