Home | History | Annotate | Download | only in i18n

Lines Matching defs:wim

373  * wim      day of week ordinal number in BYDAY, or 0 when not found
378 static void parseRRULE(const UnicodeString& rrule, int32_t& month, int32_t& dow, int32_t& wim,
387 wim = 0;
462 wim = n * sign;
832 int32_t wim = rule->getRuleWeekInMonth();
833 if (wim > 0) {
835 dom = 7 * (wim - 1) + 1;
838 dom = MONTHLENGTH[month] + 7 * (wim + 1);