Home
last modified time | relevance | path

Searched refs:getMonths (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DOldAndroidLocaleTest.java58 assertEquals("January", engSymbols.getMonths()[0]); in testResourceBundles()
59 assertEquals("Januar", deuSymbols.getMonths()[0]); in testResourceBundles()
/libcore/luni/src/main/native/
Dlibcore_icu_ICU.cpp566 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/
DDuration.java242 public int getMonths() { in getMonths() method in Duration
/libcore/luni/src/main/java/java/text/
DDateFormatSymbols.java268 public String[] getMonths() { in getMonths() method in DateFormatSymbols
/libcore/luni/src/main/java/java/util/
DCalendar.java1301 return (style == LONG) ? dfs.getMonths() : dfs.getShortMonths(); in getDisplayNameArray()
DDate.java506 .getMonths(); in parse()
/libcore/luni/src/test/java/tests/api/java/util/
DCalendarTest.java836 value = symbols.getMonths()[month]; in test_getDisplayNameIILjava_util_Locale()
976 values = symbols.getMonths(); in test_getDisplayNamesIILjava_util_Locale()