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

  /external/chromium_org/third_party/icu/source/samples/cal/
cal.c 551 int32_t left_firstday, right_firstday, left_current, right_current; local
622 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status);
634 left_firstday += (DAY_COUNT - fdow);
635 left_firstday %= DAY_COUNT;
640 left_current = left_firstday;
  /external/icu/icu4c/source/samples/cal/
cal.c 551 int32_t left_firstday, right_firstday, left_current, right_current; local
622 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status);
634 left_firstday += (DAY_COUNT - fdow);
635 left_firstday %= DAY_COUNT;
640 left_current = left_firstday;

Completed in 2453 milliseconds