HomeSort by relevance Sort by last modified time
    Searched refs:STARTYEARS (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 348 int[] STARTYEARS = {
361 for (int j = 0; j < STARTYEARS.length; j++) {
362 long startTime = getUTCMillis(STARTYEARS[j], Calendar.JANUARY, 1);
371 long until = getUTCMillis(STARTYEARS[j] + 20, Calendar.JANUARY, 1);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 344 int[] STARTYEARS = {
357 for (int j = 0; j < STARTYEARS.length; j++) {
358 long startTime = getUTCMillis(STARTYEARS[j], Calendar.JANUARY, 1);
367 long until = getUTCMillis(STARTYEARS[j] + 20, Calendar.JANUARY, 1);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 637 const int32_t STARTYEARS[] = {
680 for (int32_t idx = 0; STARTYEARS[idx] != 0; idx++) {
681 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1);
682 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1);
    [all...]

Completed in 48 milliseconds