OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yearLength
(Results
1 - 4
of
4
) sorted by null
/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
...]
/frameworks/opt/calendar/src/com/android/calendarcommon/
RecurrenceProcessor.java
[
all
...]
Completed in 147 milliseconds