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

  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 178 static time_t transtime(time_t janfirst, int year,
813 transtime(janfirst, year, rulep, offset)
814 const time_t janfirst;
836 value = janfirst + (rulep->r_day - 1) * SECSPERDAY;
847 value = janfirst + rulep->r_day * SECSPERDAY;
854 value = janfirst;
978 register time_t janfirst; local
1003 janfirst = 0;
1010 starttime = transtime(janfirst, year, &start,
1012 endtime = transtime(janfirst, year, &end
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 178 static time_t transtime(time_t janfirst, int year,
813 transtime(janfirst, year, rulep, offset)
814 const time_t janfirst;
836 value = janfirst + (rulep->r_day - 1) * SECSPERDAY;
847 value = janfirst + rulep->r_day * SECSPERDAY;
854 value = janfirst;
978 register time_t janfirst; local
1003 janfirst = 0;
1010 starttime = transtime(janfirst, year, &start,
1012 endtime = transtime(janfirst, year, &end
    [all...]
  /bionic/libc/tzcode/
localtime.c 1003 time_t janfirst; local
    [all...]

Completed in 50 milliseconds