Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dcollate.h42 #define COLLATE_SUBST_PRIORITY (0x40000000) /* bit indicates subst table */ macro
H A Dcollate.c199 if (!(key & COLLATE_SUBST_PRIORITY)) in substsearch()
202 p = lcc->lc_subst_table[pass] + (key & ~COLLATE_SUBST_PRIORITY); in substsearch()
/titanic_41/usr/src/cmd/localedef/
H A Dcollate.c922 (nextsubst[curr_weight] | COLLATE_SUBST_PRIORITY), in add_order_subst()
1010 if (srch.pri & COLLATE_SUBST_PRIORITY) in add_weight()
1041 if (pri & COLLATE_SUBST_PRIORITY) { in get_weight()
1169 if (st[n].key != (n | COLLATE_SUBST_PRIORITY)) { in dump_collate()