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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 106 long start = getUTCMillis(STARTYEAR, Calendar.JANUARY, 1);
107 long until = getUTCMillis(STARTYEAR + 10, Calendar.JANUARY, 1);
267 long jan1_1950 = getUTCMillis(1950, Calendar.JANUARY, 1);
268 long jan1_1967 = getUTCMillis(1971, Calendar.JANUARY, 1);
269 long jan1_2010 = getUTCMillis(2010, Calendar.JANUARY, 1);
296 getUTCMillis(2006, Calendar.MARCH, 15),
297 getUTCMillis(2006, Calendar.NOVEMBER, 1),
298 getUTCMillis(2007, Calendar.MARCH, 15),
299 getUTCMillis(2007, Calendar.NOVEMBER, 1),
300 getUTCMillis(2008, Calendar.MARCH, 15)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 102 long start = getUTCMillis(STARTYEAR, Calendar.JANUARY, 1);
103 long until = getUTCMillis(STARTYEAR + 10, Calendar.JANUARY, 1);
263 long jan1_1950 = getUTCMillis(1950, Calendar.JANUARY, 1);
264 long jan1_1967 = getUTCMillis(1971, Calendar.JANUARY, 1);
265 long jan1_2010 = getUTCMillis(2010, Calendar.JANUARY, 1);
292 getUTCMillis(2006, Calendar.MARCH, 15),
293 getUTCMillis(2006, Calendar.NOVEMBER, 1),
294 getUTCMillis(2007, Calendar.MARCH, 15),
295 getUTCMillis(2007, Calendar.NOVEMBER, 1),
296 getUTCMillis(2008, Calendar.MARCH, 15)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.h 48 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,
tzrulets.cpp 237 UDate start = getUTCMillis(STARTYEAR, UCAL_JANUARY, 1);
238 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1);
513 UDate jan1_1950 = getUTCMillis(1950, UCAL_JANUARY, 1);
514 UDate jan1_1967 = getUTCMillis(1971, UCAL_JANUARY, 1);
515 UDate jan1_2010 = getUTCMillis(2010, UCAL_JANUARY, 1);
557 getUTCMillis(2006, UCAL_MARCH, 15),
558 getUTCMillis(2006, UCAL_NOVEMBER, 1),
559 getUTCMillis(2007, UCAL_MARCH, 15),
560 getUTCMillis(2007, UCAL_NOVEMBER, 1),
561 getUTCMillis(2008, UCAL_MARCH, 15)
    [all...]

Completed in 82 milliseconds