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

  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 53 public int year2; field in class:TimeTest.DateTest
61 int offset, int year2, int month2, int day2, int hour2, int minute2,
70 this.year2 = year2;
79 int offset, int year2, int month2, int day2, int hour2, int minute2) {
87 this.year2 = year2;
190 if (local.year != test.year2 || local.month != test.month2
194 test.year2, test.month2, test.day2, test.hour2, test.minute2);
208 if (local.year != test.year2 || local.month != test.month
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 248 public int year2; field in class:TimeTest.DateTest
256 int offset, int year2, int month2, int day2, int hour2, int minute2,
265 this.year2 = year2;
274 int offset, int year2, int month2, int day2, int hour2, int minute2) {
282 this.year2 = year2;
401 if (local.year != test.year2 || local.month != test.month2
405 test.year2, test.month2, test.day2, test.hour2, test.minute2);
419 if (local.year != test.year2 || local.month != test.month
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
calregts.cpp 1503 int32_t year2 = calendar->get(UCAL_YEAR,status); local
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 1532 int32_t year2 = calendar->get(UCAL_YEAR,status); local
    [all...]

Completed in 100 milliseconds