HomeSort by relevance Sort by last modified time
    Searched defs:wim (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/i18n/
vtzone.cpp 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(); local
833 if (wim > 0) {
835 dom = 7 * (wim - 1) + 1;
838 dom = MONTHLENGTH[month] + 7 * (wim + 1);
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 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(); local
833 if (wim > 0) {
835 dom = 7 * (wim - 1) + 1;
838 dom = MONTHLENGTH[month] + 7 * (wim + 1);
    [all...]

Completed in 2669 milliseconds