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

  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 1008 time_t newfirst; local
1026 newfirst = janfirst;
1027 newfirst += year_lengths[isleap(year)] *
1029 if (newfirst <= janfirst)
1031 janfirst = newfirst;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 1008 time_t newfirst; local
1026 newfirst = janfirst;
1027 newfirst += year_lengths[isleap(year)] *
1029 if (newfirst <= janfirst)
1031 janfirst = newfirst;
    [all...]

Completed in 44 milliseconds