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

  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 55 public int day2; field in class:TimeTest.DateTest
61 int offset, int year2, int month2, int day2, int hour2, int minute2,
72 this.day2 = day2;
79 int offset, int year2, int month2, int day2, int hour2, int minute2) {
89 this.day2 = day2;
191 || local.monthDay != test.day2 || local.hour != test.hour2
194 test.year2, test.month2, test.day2, test.hour2, test.minute2);
209 || local.monthDay != test.day2 || local.hour != test.hour
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 250 public int day2; field in class:TimeTest.DateTest
256 int offset, int year2, int month2, int day2, int hour2, int minute2,
267 this.day2 = day2;
274 int offset, int year2, int month2, int day2, int hour2, int minute2) {
284 this.day2 = day2;
402 || local.monthDay != test.day2 || local.hour != test.hour2
405 test.year2, test.month2, test.day2, test.hour2, test.minute2);
420 || local.monthDay != test.day2 || local.hour != test.hour
    [all...]
  /external/icu4c/test/intltest/
caltest.cpp 1437 int32_t day2 = cal.get(UCAL_DATE, status); local
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 543 int day2 = Time.getJulianDay(date2, sThenTime.gmtoff); local
544 return Math.abs(day2 - day1);
    [all...]

Completed in 200 milliseconds