Searched refs:BITS_WEEKDAYS (Results 1 – 1 of 1) sorted by relevance
24 #define BITS_WEEKDAYS 127 macro156 if (c->weekdays_bits <= 0 || c->weekdays_bits >= BITS_WEEKDAYS) in calendar_spec_normalize()218 if (c->weekdays_bits > BITS_WEEKDAYS) in calendar_spec_valid()258 assert(c->weekdays_bits > 0 && c->weekdays_bits <= BITS_WEEKDAYS); in format_weekdays()352 if (c->weekdays_bits > 0 && c->weekdays_bits <= BITS_WEEKDAYS) { in calendar_spec_to_string()1231 if (weekdays_bits < 0 || weekdays_bits >= BITS_WEEKDAYS) in matches_weekday()