Searched refs:getMonths (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldAndroidLocaleTest.java | 58 assertEquals("January", engSymbols.getMonths()[0]); in testResourceBundles() 59 assertEquals("Januar", deuSymbols.getMonths()[0]); in testResourceBundles()
|
/libcore/luni/src/main/native/ |
D | libcore_icu_ICU.cpp | 566 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in ICU_initLocaleDataImpl() 569 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in ICU_initLocaleDataImpl() 572 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in ICU_initLocaleDataImpl() 585 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in ICU_initLocaleDataImpl() 588 … dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in ICU_initLocaleDataImpl() 591 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in ICU_initLocaleDataImpl()
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
D | Duration.java | 242 public int getMonths() { in getMonths() method in Duration
|
/libcore/luni/src/main/java/java/text/ |
D | DateFormatSymbols.java | 268 public String[] getMonths() { in getMonths() method in DateFormatSymbols
|
/libcore/luni/src/main/java/java/util/ |
D | Calendar.java | 1301 return (style == LONG) ? dfs.getMonths() : dfs.getShortMonths(); in getDisplayNameArray()
|
D | Date.java | 506 .getMonths(); in parse()
|
/libcore/luni/src/test/java/tests/api/java/util/ |
D | CalendarTest.java | 836 value = symbols.getMonths()[month]; in test_getDisplayNameIILjava_util_Locale() 976 values = symbols.getMonths(); in test_getDisplayNamesIILjava_util_Locale()
|