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

  /external/chromium_org/third_party/icu/source/i18n/
hebrwcal.cpp 95 static const int16_t MONTH_START[][3] = {
576 int32_t momax = sizeof(MONTH_START) / (3 * sizeof(MONTH_START[0][0]));
577 while (month < momax && dayOfYear > ( isLeap ? LEAP_MONTH_START[month][type] : MONTH_START[month][type] ) ) {
594 int dayOfMonth = dayOfYear - (isLeap ? LEAP_MONTH_START[month][type] : MONTH_START[month][type]);
651 day += MONTH_START[month][yearType(eyear)];
  /external/icu/icu4c/source/i18n/
hebrwcal.cpp 95 static const int16_t MONTH_START[][3] = {
583 int32_t momax = sizeof(MONTH_START) / (3 * sizeof(MONTH_START[0][0]));
584 while (month < momax && dayOfYear > ( isLeap ? LEAP_MONTH_START[month][type] : MONTH_START[month][type] ) ) {
601 int dayOfMonth = dayOfYear - (isLeap ? LEAP_MONTH_START[month][type] : MONTH_START[month][type]);
658 day += MONTH_START[month][yearType(eyear)];
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 70 milliseconds