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

/external/chromium/third_party/icu/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/icu4c/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/chromium/third_party/icu/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/icu4c/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

Completed in 102 milliseconds