Home | History | Annotate | Download | only in i18n

Lines Matching refs:wim

374  * wim      day of week ordinal number in BYDAY, or 0 when not found
379 static void parseRRULE(const UnicodeString& rrule, int32_t& month, int32_t& dow, int32_t& wim,
388 wim = 0;
463 wim = n * sign;
833 int32_t wim = rule->getRuleWeekInMonth();
834 if (wim > 0) {
836 dom = 7 * (wim - 1) + 1;
839 dom = MONTHLENGTH[month] + 7 * (wim + 1);