HomeSort by relevance Sort by last modified time
    Searched refs:yearLength (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
hebrwcal.cpp 320 int32_t yearLength = monthsInYear(year);
321 int32_t newMonth = month + (amount % yearLength);
443 int32_t yearLength = handleGetYearLength(year);
445 if (yearLength > 380) {
446 yearLength -= 30; // Subtract length of leap month.
451 switch (yearLength) {
459 //throw new RuntimeException("Illegal year length " + yearLength + " in year " + year);
gregocal.cpp 610 GregorianCalendar::yearLength(int32_t year) const
618 GregorianCalendar::yearLength() const
667 if (days < 1 || days > yearLength()) {
    [all...]
calendar.cpp     [all...]
  /external/icu4c/i18n/
hebrwcal.cpp 320 int32_t yearLength = monthsInYear(year);
321 int32_t newMonth = month + (amount % yearLength);
443 int32_t yearLength = handleGetYearLength(year);
445 if (yearLength > 380) {
446 yearLength -= 30; // Subtract length of leap month.
451 switch (yearLength) {
459 //throw new RuntimeException("Illegal year length " + yearLength + " in year " + year);
gregocal.cpp 610 GregorianCalendar::yearLength(int32_t year) const
618 GregorianCalendar::yearLength() const
667 if (days < 1 || days > yearLength()) {
    [all...]
calendar.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
gregocal.h 562 int32_t yearLength(int32_t year) const;
569 int32_t yearLength(void) const;
    [all...]
  /external/icu4c/i18n/unicode/
gregocal.h 563 int32_t yearLength(int32_t year) const;
570 int32_t yearLength(void) const;
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java     [all...]
  /prebuilts/tools/common/m2/internal/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 524 milliseconds