Home
last modified time | relevance | path

Searched defs:london (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKClock.java127 ZoneId london = ZoneId.of("Europe/London"); in test_mockInstantClock_withZone() local
131 assertEquals(changed.getZone(), london); in test_mockInstantClock_withZone() local
/libcore/luni/src/test/java/libcore/java/util/
DCalendarBuilderTest.java262 TimeZone london = TimeZone.getTimeZone("Europe/London"); in test_setTimeZone() local