HomeSort by relevance Sort by last modified time
    Searched defs:MONTH_LENGTH (Results 1 - 7 of 7) sorted by null

  /external/icu4c/test/intltest/
tzbdtest.h 91 static const int32_t MONTH_LENGTH[];
tzbdtest.cpp 61 const int32_t TimeZoneBoundaryTest::MONTH_LENGTH[] = {
  /external/icu4c/i18n/
gregoimp.cpp 81 const int8_t Grego::MONTH_LENGTH[24] =
gregoimp.h 251 static const int8_t MONTH_LENGTH[24];
265 return MONTH_LENGTH[month + (isLeapYear(year) ? 12 : 0)];
hebrwcal.cpp 72 static const int8_t MONTH_LENGTH[][3] = {
91 * Although this can be calculated from the MONTH_LENGTH table,
515 return MONTH_LENGTH[month][yearType(extendedYear)];
519 return MONTH_LENGTH[month][0];
  /libcore/luni/src/main/java/java/util/
Grego.java 46 private static final int[] MONTH_LENGTH = new int[] {
72 return MONTH_LENGTH[month + (isLeapYear(year) ? 12 : 0)];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 53 milliseconds