Searched refs:getDateFormatSymbols (Results 1 – 7 of 7) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | DateFormatTest.java | 85 assertEquals(f2.getDateFormatSymbols(), new DateFormatSymbols()); in test_getDateInstance() 102 assertTrue("Wrong symbols1", f2.getDateFormatSymbols().equals( in test_getDateInstanceI() 111 assertTrue("Wrong symbols2", f2.getDateFormatSymbols().equals( in test_getDateInstanceI() 120 assertTrue("Wrong symbols3", f2.getDateFormatSymbols().equals( in test_getDateInstanceI() 129 assertTrue("Wrong symbols4", f2.getDateFormatSymbols().equals( in test_getDateInstanceI() 150 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals( in test_getDateInstanceILjava_util_Locale() 158 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals( in test_getDateInstanceILjava_util_Locale() 166 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals( in test_getDateInstanceILjava_util_Locale() 174 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals( in test_getDateInstanceILjava_util_Locale() 197 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals( in test_getDateTimeInstance() [all …]
|
D | SimpleDateFormatTest.java | 52 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(new DateFormatSymbols())); in test_Constructor() 62 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(new DateFormatSymbols())); in test_ConstructorLjava_lang_String() 90 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(symbols)); in test_ConstructorLjava_lang_StringLjava_text_DateFormatSymbols() 112 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals( in test_ConstructorLjava_lang_StringLjava_util_Locale() 519 DateFormatSymbols dfs = df.getDateFormatSymbols(); in test_getDateFormatSymbols() 520 assertTrue("Symbols identical", dfs != df.getDateFormatSymbols()); in test_getDateFormatSymbols() 859 DateFormatSymbols newSym = f1.getDateFormatSymbols(); in test_setDateFormatSymbolsLjava_text_DateFormatSymbols() 861 assertTrue("Not a clone", f1.getDateFormatSymbols() != symbols); in test_setDateFormatSymbolsLjava_text_DateFormatSymbols() 865 assertTrue("Identical symbols", !f1.getDateFormatSymbols().equals(symbols)); in test_setDateFormatSymbolsLjava_text_DateFormatSymbols()
|
/libcore/ojluni/src/main/java/sun/util/locale/provider/ |
D | CalendarDataUtility.java | 334 DateFormatSymbols symbols = getDateFormatSymbols(id, locale); in getNames() 358 private static DateFormatSymbols getDateFormatSymbols(@NonNull String id, Locale locale) { in getDateFormatSymbols() method in CalendarDataUtility
|
/libcore/ojluni/src/main/java/java/time/format/ |
D | DateTimeTextProvider.java | 494 DateFormatSymbols dfs = extendedDfs.getDateFormatSymbols(); in createStore()
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | SimpleDateFormatTest.java | 700 DateFormatSymbols dfs = dateFormat.getDateFormatSymbols(); in testTimeZoneParsingErrorIndexWithZoneStrings()
|
/libcore/ojluni/src/main/java/java/text/ |
D | SimpleDateFormat.java | 2954 public DateFormatSymbols getDateFormatSymbols() in getDateFormatSymbols() method
|
/libcore/api/ |
D | current.txt | 11348 method public java.text.DateFormatSymbols getDateFormatSymbols();
|