Searched refs:MONTH_LENGTH (Results 1 - 19 of 19) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.h91 static const int32_t MONTH_LENGTH[]; member in class:TimeZoneBoundaryTest
H A Dtzbdtest.cpp61 const int32_t TimeZoneBoundaryTest::MONTH_LENGTH[] = { member in class:TimeZoneBoundaryTest
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DGrego.java48 private static final int[] MONTH_LENGTH = new int[] { field in class:Grego
74 return MONTH_LENGTH[month + (isLeapYear(year) ? 12 : 0)];
/external/icu/icu4c/source/i18n/
H A Dgregoimp.h251 static const int8_t MONTH_LENGTH[24]; member in class:Grego
265 return MONTH_LENGTH[month + (isLeapYear(year) ? 12 : 0)];
H A Dhebrwcal.cpp72 static const int8_t MONTH_LENGTH[][3] = { variable
91 * Although this can be calculated from the MONTH_LENGTH table,
515 return MONTH_LENGTH[month][yearType(extendedYear)];
519 return MONTH_LENGTH[month][0];
H A Dgregoimp.cpp81 const int8_t Grego::MONTH_LENGTH[24] = member in class:Grego
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DGrego.java46 private static final int[] MONTH_LENGTH = new int[] { field in class:Grego
72 return MONTH_LENGTH[month + (isLeapYear(year) ? 12 : 0)];
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DHebrewCalendar.java192 private static final int MONTH_LENGTH[][] = { field in class:HebrewCalendar
211 * Although this can be calculated from the MONTH_LENGTH table,
709 return MONTH_LENGTH[month][yearType(extendedYear)];
713 return MONTH_LENGTH[month][0];
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHebrewCalendar.java205 private static final int MONTH_LENGTH[][] = { field in class:HebrewCalendar
224 * Although this can be calculated from the MONTH_LENGTH table,
734 return MONTH_LENGTH[month][yearType(extendedYear)];
738 return MONTH_LENGTH[month][0];
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java35 static final int MONTH_LENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31}; field in class:TimeZoneBoundaryTest
580 // for (int d = 1; d <= MONTH_LENGTH[m]; ++d)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java31 static final int MONTH_LENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31}; field in class:TimeZoneBoundaryTest
576 // for (int d = 1; d <= MONTH_LENGTH[m]; ++d)
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 223 milliseconds