OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gcfrance
(Results
1 - 1
of
1
) sorted by null
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
GregorianCalendarTest.java
164
GregorianCalendar
gcFrance
= new GregorianCalendar(Locale.FRANCE);
165
gcFrance
.setTime(date);
167
assertFalse("Locales not created correctly", gcUS.equals(
gcFrance
));
[
all
...]
Completed in 12 milliseconds