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

  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 44 public int year1; field in class:TimeTest.DateTest
60 public DateTest(int year1, int month1, int day1, int hour1, int minute1, int dst1,
63 this.year1 = year1;
78 public DateTest(int year1, int month1, int day1, int hour1, int minute1,
80 this.year1 = year1;
185 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
202 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
224 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 239 public int year1; field in class:TimeTest.DateTest
255 public DateTest(int year1, int month1, int day1, int hour1, int minute1, int dst1,
258 this.year1 = year1;
273 public DateTest(int year1, int month1, int day1, int hour1, int minute1,
275 this.year1 = year1;
396 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
413 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
435 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
calregts.cpp 1499 int32_t year1 = calendar->get(UCAL_YEAR,status); local
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 1528 int32_t year1 = calendar->get(UCAL_YEAR,status); local
    [all...]

Completed in 213 milliseconds