Home
last modified time | relevance | path

Searched refs:getMonths (Results 1 – 8 of 8) 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/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDateFormatSymbolsTest.java147 String[] retVal = dfs.getMonths(); in test_getMonths()
280 String[] retVal = dfs.getMonths(); in test_setMonths$Ljava_lang_String()
281 assertTrue("Return is identical", retVal != dfs.getMonths()); in test_setMonths$Ljava_lang_String()
/libcore/luni/src/main/native/
Dlibcore_icu_ICU.cpp617 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in ICU_initLocaleDataNative()
620 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in ICU_initLocaleDataNative()
623 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in ICU_initLocaleDataNative()
636 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in ICU_initLocaleDataNative()
639 … dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in ICU_initLocaleDataNative()
642 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in ICU_initLocaleDataNative()
/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.java269 public String[] getMonths() { in getMonths() method in DateFormatSymbols
/libcore/luni/src/main/java/java/util/
DCalendar.java1313 return (style == LONG) ? dfs.getMonths() : dfs.getShortMonths(); in getDisplayNameArray()
DDate.java503 .getMonths(); in parse()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCalendarTest.java836 value = symbols.getMonths()[month]; in test_getDisplayNameIILjava_util_Locale()
976 values = symbols.getMonths(); in test_getDisplayNamesIILjava_util_Locale()