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

  /libcore/ojluni/src/main/java/java/time/
YearMonth.java 683 case YEAR_OF_ERA: return withYear((int) (year < 1 ? 1 - newValue : newValue));
684 case YEAR: return withYear((int) newValue);
685 case ERA: return (getLong(ERA) == newValue ? this : withYear(1 - year));
702 public YearMonth withYear(int year) {
    [all...]
LocalDateTime.java     [all...]
OffsetDateTime.java     [all...]
ZonedDateTime.java     [all...]
LocalDate.java     [all...]
  /libcore/ojluni/src/main/java/java/time/chrono/
JapaneseDate.java 528 return this.withYear(nvalue);
530 return with(isoDate.withYear(nvalue));
532 return this.withYear(JapaneseEra.of(nvalue), yearOfEra);
587 private JapaneseDate withYear(JapaneseEra era, int yearOfEra) {
589 return with(isoDate.withYear(year));
605 private JapaneseDate withYear(int year) {
606 return withYear(getEra(), year);
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 222 milliseconds