HomeSort by relevance Sort by last modified time
    Searched refs:MONSPERYEAR (Results 1 - 14 of 14) 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];
211 t->tm_mon >= MONSPERYEAR) ?
218 t->tm_mon >= MONSPERYEAR) ?
localtime.c 646 static const int mon_lengths[2][MONSPERYEAR] = {
808 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tzfile.h 136 #define MONSPERYEAR 12
asctime.c 97 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR)
localtime.c 603 static const int mon_lengths[2][MONSPERYEAR] = {
776 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
    [all...]
zic.c 391 static const int len_months[2][MONSPERYEAR] = {
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tzfile.h 136 #define MONSPERYEAR 12
asctime.c 97 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR)
localtime.c 603 static const int mon_lengths[2][MONSPERYEAR] = {
776 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
    [all...]
zic.c 391 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 1591 milliseconds