Home
last modified time | relevance | path

Searched refs:lastDateFieldSet (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/
DGregorianCalendar.java695 && lastDateFieldSet != DAY_OF_YEAR; in computeTime()
697 && (lastDateFieldSet == DAY_OF_WEEK || lastDateFieldSet == WEEK_OF_YEAR)) { in computeTime()
699 if (lastDateFieldSet == WEEK_OF_YEAR) { in computeTime()
701 } else if (lastDateFieldSet == DAY_OF_WEEK) { in computeTime()
726 && (lastDateFieldSet == DAY_OF_WEEK in computeTime()
727 … || lastDateFieldSet == WEEK_OF_MONTH || lastDateFieldSet == DAY_OF_WEEK_IN_MONTH)) { in computeTime()
745 && lastDateFieldSet != DAY_OF_WEEK_IN_MONTH) { in computeTime()
766 && lastDateFieldSet != DAY_OF_YEAR; in computeTime()
795 lastDateFieldSet = 0; in computeTime()
1216 lastDateFieldSet = WEEK_OF_MONTH; in roll()
DCalendar.java336 transient int lastDateFieldSet; field in Calendar
1126 lastDateFieldSet = field; in set()