Home | History | Annotate | Download | only in intl

Lines Matching full:mask

172 		    int mask, const char *language, const char *territory,
194 + ((mask & TERRITORY) != 0
196 + ((mask & XPG_CODESET) != 0
198 + ((mask & XPG_NORM_CODESET) != 0
200 + (((mask & XPG_MODIFIER) != 0
201 || (mask & CEN_AUDIENCE) != 0)
203 + ((mask & CEN_SPECIAL) != 0
205 + (((mask & CEN_SPONSOR) != 0
206 || (mask & CEN_REVISION) != 0)
207 ? (1 + ((mask & CEN_SPONSOR) != 0
209 + ((mask & CEN_REVISION) != 0
228 if ((mask & TERRITORY) != 0)
233 if ((mask & XPG_CODESET) != 0)
238 if ((mask & XPG_NORM_CODESET) != 0)
243 if ((mask & (XPG_MODIFIER | CEN_AUDIENCE)) != 0)
247 *cp++ = (mask & CEN_AUDIENCE) != 0 ? '+' : '@';
250 if ((mask & CEN_SPECIAL) != 0)
255 if ((mask & (CEN_SPONSOR | CEN_REVISION)) != 0)
258 if ((mask & CEN_SPONSOR) != 0)
260 if ((mask & CEN_REVISION) != 0)
302 + (((dirlist_count << pop (mask)) + (dirlist_count > 1 ? 1 : 0))
314 || ((mask & XPG_CODESET) != 0
315 && (mask & XPG_NORM_CODESET) != 0));
326 across all bit patterns dominated by MASK.
329 MASK, excluding MASK itself.
330 In either case, we loop down from MASK to 0. This has the effect
334 for (cnt = dirlist_count > 1 ? mask : mask - 1; cnt >= 0; --cnt)
335 if ((cnt & ~mask) == 0