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

  /bionic/libc/tzcode/
tzfile.h 125 #define MONSPERYEAR 12
asctime.c 93 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR)
strftime.c 46 const char * mon[MONSPERYEAR];
47 const char * month[MONSPERYEAR];
196 t->tm_mon >= MONSPERYEAR) ?
203 t->tm_mon >= MONSPERYEAR) ?
localtime.c 720 static const int mon_lengths[2][MONSPERYEAR] = {
882 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tzfile.h 125 #define MONSPERYEAR 12
asctime.c 93 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR)
localtime.c 633 static const int mon_lengths[2][MONSPERYEAR] = {
795 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
    [all...]
zic.c 388 static const int len_months[2][MONSPERYEAR] = {
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 42 const wchar_t * mon[MONSPERYEAR];
43 const wchar_t * month[MONSPERYEAR];
167 t->tm_mon >= MONSPERYEAR) ?
174 t->tm_mon >= MONSPERYEAR) ?
  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 44 private static final int MONSPERYEAR = 12;
171 || wallTime.getMonth() >= MONSPERYEAR)
177 || wallTime.getMonth() >= MONSPERYEAR)
184 modifyAndAppend((wallTime.getMonth() < 0 || wallTime.getMonth() >= MONSPERYEAR)

Completed in 564 milliseconds