HomeSort by relevance Sort by last modified time
    Searched refs:wim (Results 1 - 3 of 3) 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...]
  /external/qemu/
gdbstub.c 751 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
755 case 66: GET_REGA(env->wim);
815 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
819 case 66: env->wim = tmp; break;
    [all...]

Completed in 2876 milliseconds