Searched refs:COLLATE_SUBST_PRIORITY (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/libc/locale/
H A Dcollate.h57 #define COLLATE_SUBST_PRIORITY (0x40000000) /* bit indicates subst table */ macro
H A Dcollate.c220 if (!(key & COLLATE_SUBST_PRIORITY))
223 p = table->subst_table[pass] + (key & ~COLLATE_SUBST_PRIORITY);

Completed in 80 milliseconds