Home | History | Annotate | Download | only in i18n

Lines Matching defs:wim

375  * wim      day of week ordinal number in BYDAY, or 0 when not found
380 static void parseRRULE(const UnicodeString& rrule, int32_t& month, int32_t& dow, int32_t& wim,
389 wim = 0;
464 wim = n * sign;
834 int32_t wim = rule->getRuleWeekInMonth();
835 if (wim > 0) {
837 dom = 7 * (wim - 1) + 1;
840 dom = MONTHLENGTH[month] + 7 * (wim + 1);