OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMERICA_NEW_YORK
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKZoneIdPrinterParser.java
91
private static final ZoneId
AMERICA_NEW_YORK
= ZoneId.of("America/New_York");
108
{DT_2012_06_30_12_30_40,
AMERICA_NEW_YORK
, "America/New_York"},
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
GregorianCalendarTest.java
32
private static final TimeZone
AMERICA_NEW_YORK
= TimeZone.getTimeZone("America/New_York");
152
GregorianCalendar gc1 = new GregorianCalendar(
AMERICA_NEW_YORK
);
187
GregorianCalendar gc1 = new GregorianCalendar(
AMERICA_NEW_YORK
, Locale.JAPAN);
189
GregorianCalendar gc2 = new GregorianCalendar(
AMERICA_NEW_YORK
, Locale.JAPAN);
223
gc1 = new GregorianCalendar(
AMERICA_NEW_YORK
);
409
GregorianCalendar returnedChange = new GregorianCalendar(
AMERICA_NEW_YORK
);
[
all
...]
Completed in 522 milliseconds