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

  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 52 public int month1; field in class:TimeTest.DateTest
67 public DateTest(int year1, int month1, int day1, int hour1, int minute1, int dst1,
71 this.month1 = month1;
85 public DateTest(int year1, int month1, int day1, int hour1, int minute1,
88 this.month1 = month1;
192 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
209 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
231 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1)
    [all...]
  /libcore/ojluni/src/main/java/sun/util/calendar/
BaseCalendar.java 454 long month1 = jan1 + ACCUMULATED_DAYS_IN_MONTH[month]; local
456 ++month1;
458 int dayOfMonth = (int)(fixedDate - month1) + 1;
  /libcore/ojluni/src/main/java/java/util/
JapaneseImperialCalendar.java 810 long month1; \/\/ fixed date of the first day (usually 1) of the month local
858 long month1 = getFixedDateMonth1(jdate, cachedFixedDate); local
944 long month1 = getFixedDateMonth1(jdate, fd); local
    [all...]
GregorianCalendar.java 1367 long month1; \/\/ fixed date of the first day (usually 1) of the month local
1422 long month1 = getFixedDateMonth1(cdate, fd); local
1503 long month1 = getFixedDateMonth1(cdate, fd); local
1702 long month1 = getFixedDateMonth1(gc.cdate, gc.calsys.getFixedDate(gc.cdate)); local
3312 long month1 = getFixedDateMonth1(date, fd); local
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 233 public int month1; field in class:TimeTest.DateTest
248 public DateTest(int year1, int month1, int day1, int hour1, int minute1, int dst1,
252 this.month1 = month1;
266 public DateTest(int year1, int month1, int day1, int hour1, int minute1,
269 this.month1 = month1;
374 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
386 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
403 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1)
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 691 milliseconds