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

  /external/chromium/third_party/icu/source/i18n/
vtzone.cpp 603 int32_t earliestDay = 31;
607 earliestDay = dom < earliestDay ? dom : earliestDay;
649 earliestDay = 31;
666 earliestDay = tmp_days[j] < earliestDay ? tmp_days[j] : earliestDay;
676 dayOfMonth = earliestDay;
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 603 int32_t earliestDay = 31;
607 earliestDay = dom < earliestDay ? dom : earliestDay;
649 earliestDay = 31;
666 earliestDay = tmp_days[j] < earliestDay ? tmp_days[j] : earliestDay;
676 dayOfMonth = earliestDay;
    [all...]

Completed in 53 milliseconds