HomeSort by relevance Sort by last modified time
    Searched refs:EPOCH_YEAR (Results 1 - 25 of 28) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
tzfile.h 134 #define EPOCH_YEAR 1970
Time.c 157 y = EPOCH_YEAR;
308 else if (yourtm.tm_year + TM_YEAR_BASE < EPOCH_YEAR) {
ZoneProc.c 639 ** Two transitions per year, from EPOCH_YEAR to 2037.
641 sp->timecnt = 2 * (2037 - EPOCH_YEAR + 1);
653 for (year = EPOCH_YEAR; year <= 2037; ++year) {
  /bionic/libc/tzcode/
tzfile.h 150 #define EPOCH_YEAR 1970
localtime.c 1100 ** Two transitions per year, from EPOCH_YEAR forward.
1107 yearlim = EPOCH_YEAR + YEARSPERREPEAT;
1108 for (year = EPOCH_YEAR; year < yearlim; year++) {
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tzfile.h 150 #define EPOCH_YEAR 1970
localtime.c 1004 ** Two transitions per year, from EPOCH_YEAR forward.
1016 yearlim = EPOCH_YEAR + YEARSPERREPEAT;
1017 for (year = EPOCH_YEAR; year < yearlim; year++) {
    [all...]
zdump.c 131 #ifndef EPOCH_YEAR
132 #define EPOCH_YEAR 1970
133 #endif /* !defined EPOCH_YEAR */
695 myy = EPOCH_YEAR;
zic.c 1293 j = EPOCH_YEAR;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
GregorianCalendar.java 230 private static final int EPOCH_YEAR = 1970;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
GregorianCalendar.java 232 private static final int EPOCH_YEAR = 1970;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 71 EPOCH_YEAR = 1970
74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and
    [all...]
  /external/python/cpython2/Lib/
cookielib.py 71 EPOCH_YEAR = 1970
74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and
    [all...]
  /external/python/cpython3/Lib/http/
cookiejar.py 74 EPOCH_YEAR = 1970
77 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and
    [all...]
  /libcore/ojluni/src/main/java/java/util/
GregorianCalendar.java 399 private static final int EPOCH_YEAR = 1970;
    [all...]
JapaneseImperialCalendar.java 104 private static final int EPOCH_YEAR = 1970;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 71 EPOCH_YEAR = 1970
74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 71 EPOCH_YEAR = 1970
74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 71 EPOCH_YEAR = 1970
74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 71 EPOCH_YEAR = 1970
74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 

Completed in 631 milliseconds

1 2