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

  /bionic/libc/tzcode/
tzfile.h 136 #define MONSPERYEAR 12
asctime.c 97 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR)
strftime.c 49 const char * mon[MONSPERYEAR];
50 const char * month[MONSPERYEAR];
227 t->tm_mon >= MONSPERYEAR) ?
232 t->tm_mon >= MONSPERYEAR) ?
240 t->tm_mon >= MONSPERYEAR) ?
localtime.c 690 static const int mon_lengths[2][MONSPERYEAR] = {
863 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
    [all...]
  /external/chromium/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/icu4c/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...]
  /system/core/libcutils/
tzfile.h 136 #define MONSPERYEAR 12
tzstrftime.c 177 t->tm_mon >= MONSPERYEAR) ?
182 t->tm_mon >= MONSPERYEAR) ?
190 t->tm_mon >= MONSPERYEAR) ?
tztime.c 623 static const int mon_lengths[2][MONSPERYEAR] = {
796 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
    [all...]

Completed in 499 milliseconds