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

  /external/chromium_org/third_party/icu/source/i18n/
gregoimp.cpp 77 const int16_t Grego::DAYS_BEFORE[24] =
91 DAYS_BEFORE[month + (isLeapYear(year) ? 12 : 0)] + dom; // => month/dom
130 dom = doy - DAYS_BEFORE[month + (isLeap ? 12 : 0)] + 1; // one-based DOM
gregoimp.h 250 static const int16_t DAYS_BEFORE[24];
  /external/icu/icu4c/source/i18n/
gregoimp.cpp 77 const int16_t Grego::DAYS_BEFORE[24] =
91 DAYS_BEFORE[month + (isLeapYear(year) ? 12 : 0)] + dom; // => month/dom
130 dom = doy - DAYS_BEFORE[month + (isLeap ? 12 : 0)] + 1; // one-based DOM
gregoimp.h 250 static const int16_t DAYS_BEFORE[24];
  /libcore/luni/src/main/java/java/util/
Grego.java 51 private static final int[] DAYS_BEFORE = new int[] {
98 DAYS_BEFORE[month + (isLeapYear(year) ? 12 : 0)] + dom; // => month/dom
144 int dayOfMonth = dayOfYear - DAYS_BEFORE[isLeap ? month + 12 : month] + 1; // one-based DOM
  /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 195 milliseconds