Searched refs:COLLATE_MAX_PRIORITY (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollatefile.h51 #define COLLATE_MAX_PRIORITY (0x7fffffff) /* max signed value */ macro
H A Dwcscoll.c115 pri1 = COLLATE_MAX_PRIORITY;
124 pri2 = COLLATE_MAX_PRIORITY;
H A Dcollate.c346 *pri = (*t & COLLATE_MAX_PRIORITY);
446 pri = COLLATE_MAX_PRIORITY;
599 pri = COLLATE_MAX_PRIORITY;
/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c458 set_pri(pri_undefined[i], COLLATE_MAX_PRIORITY, UNKNOWN);
1121 collinfo.undef_pri[i] = COLLATE_MAX_PRIORITY;
1127 collinfo.undef_pri[NUM_WT] = COLLATE_MAX_PRIORITY;

Completed in 62 milliseconds