Home
last modified time | relevance | path

Searched refs:yearLength (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DHebrewCalendar.java545 int yearLength = monthsInYear(year); in roll() local
546 int newMonth = month + (amount % yearLength); in roll()
664 int yearLength = handleGetYearLength(year); in yearType() local
666 if (yearLength > 380) { in yearType()
667 yearLength -= 30; // Subtract length of leap month. in yearType()
672 switch (yearLength) { in yearType()
680 … throw new IllegalArgumentException("Illegal year length " + yearLength + " in year " + year); in yearType()
DCalendar.java3094 int yearLength = getActualMaximum(DAY_OF_YEAR); in roll() local
3095 time = (time + delta - min2) % (yearLength*ONE_DAY); in roll()
3096 if (time < 0) time += yearLength*ONE_DAY; in roll()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DHebrewCalendar.java521 int yearLength = monthsInYear(year); in roll() local
522 int newMonth = month + (amount % yearLength); in roll()
640 int yearLength = handleGetYearLength(year); in yearType() local
642 if (yearLength > 380) { in yearType()
643 yearLength -= 30; // Subtract length of leap month. in yearType()
648 switch (yearLength) { in yearType()
656 … throw new IllegalArgumentException("Illegal year length " + yearLength + " in year " + year); in yearType()
DCalendar.java2998 int yearLength = getActualMaximum(DAY_OF_YEAR); in roll() local
2999 time = (time + delta - min2) % (yearLength*ONE_DAY); in roll()
3000 if (time < 0) time += yearLength*ONE_DAY; in roll()
/external/cronet/third_party/icu/source/i18n/
Dhebrwcal.cpp323 int32_t yearLength = monthsInYear(year); in roll() local
324 int32_t newMonth = month + (amount % yearLength); in roll()
447 int32_t yearLength = handleGetYearLength(year); in yearType() local
449 if (yearLength > 380) { in yearType()
450 yearLength -= 30; // Subtract length of leap month. in yearType()
455 switch (yearLength) { in yearType()
Dgregocal.cpp612 GregorianCalendar::yearLength(int32_t year) const in yearLength() function in GregorianCalendar
620 GregorianCalendar::yearLength() const in yearLength() function in GregorianCalendar
669 if (days < 1 || days > yearLength()) { in validateFields()
Dcalendar.cpp2111 double yearLength = getActualMaximum(UCAL_DAY_OF_YEAR,status); in roll() local
2112 double oneYear = yearLength; in roll()
/external/icu/icu4c/source/i18n/
Dhebrwcal.cpp323 int32_t yearLength = monthsInYear(year); in roll() local
324 int32_t newMonth = month + (amount % yearLength); in roll()
447 int32_t yearLength = handleGetYearLength(year); in yearType() local
449 if (yearLength > 380) { in yearType()
450 yearLength -= 30; // Subtract length of leap month. in yearType()
455 switch (yearLength) { in yearType()
Dgregocal.cpp612 GregorianCalendar::yearLength(int32_t year) const in yearLength() function in GregorianCalendar
620 GregorianCalendar::yearLength() const in yearLength() function in GregorianCalendar
669 if (days < 1 || days > yearLength()) { in validateFields()
Dcalendar.cpp2111 double yearLength = getActualMaximum(UCAL_DAY_OF_YEAR,status); in roll() local
2112 double oneYear = yearLength; in roll()
/external/icu/icu4c/source/i18n/unicode/
Dgregocal.h556 int32_t yearLength(int32_t year) const;
563 int32_t yearLength(void) const;
/external/icu/libicu/cts_headers/unicode/
Dgregocal.h556 int32_t yearLength(int32_t year) const;
563 int32_t yearLength(void) const;
/external/cronet/third_party/icu/source/i18n/unicode/
Dgregocal.h556 int32_t yearLength(int32_t year) const;
563 int32_t yearLength(void) const;
/external/ow2-asm/tools/retrofitter/src/main/resources/
Djdk1.5.0.12.txt.gz