Home
last modified time | relevance | path

Searched refs:getMonths (Results 1 – 15 of 15) 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.cpp637 dateFormatSym.getMonths(count, icu::DateFormatSymbols::FORMAT, icu::DateFormatSymbols::WIDE); in ICU_initLocaleDataNative()
640 …dateFormatSym.getMonths(count, icu::DateFormatSymbols::FORMAT, icu::DateFormatSymbols::ABBREVIATED… in ICU_initLocaleDataNative()
643 … dateFormatSym.getMonths(count, icu::DateFormatSymbols::FORMAT, icu::DateFormatSymbols::NARROW); in ICU_initLocaleDataNative()
656 … dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::WIDE); in ICU_initLocaleDataNative()
659 …dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::ABBREVI… in ICU_initLocaleDataNative()
662 …dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::NARROW); in ICU_initLocaleDataNative()
/libcore/ojluni/src/main/java/java/time/
DPeriod.java430 return getMonths(); in get()
520 public int getMonths() { in getMonths() method in Period
/libcore/ojluni/src/main/java/sun/util/locale/provider/
DCalendarDataUtility.java267 return symbols.getMonths(context, width); in getNames()
/libcore/luni/src/main/java/javax/xml/datatype/
DDuration.java242 public int getMonths() { in getMonths() method in Duration
/libcore/ojluni/src/main/java/java/time/chrono/
DThaiBuddhistDate.java428 return getChronology().period(period.getYears(), period.getMonths(), period.getDays()); in until()
DMinguoDate.java428 return getChronology().period(period.getYears(), period.getMonths(), period.getDays()); in until()
DJapaneseDate.java673 return getChronology().period(period.getYears(), period.getMonths(), period.getDays()); in until()
/libcore/ojluni/src/main/java/java/text/
DDateFormatSymbols.java482 public String[] getMonths() { in getMonths() method in DateFormatSymbols
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKPeriod.java357 expected.getMonths() == Integer.MIN_VALUE || in factory_parse_minus()
1258 assertEquals(test.getMonths(), m, "months"); in assertPeriod()
DTCKLocalDate.java1871 assertEquals(test.getMonths(), me);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCalendarTest.java836 value = symbols.getMonths()[month]; in test_getDisplayNameIILjava_util_Locale()
977 values = symbols.getMonths(); in test_getDisplayNamesIILjava_util_Locale()
/libcore/ojluni/src/main/java/java/util/
DCalendar.java2239 strings = (baseStyle == LONG) ? symbols.getMonths() : symbols.getShortMonths(); in getFieldStrings()
DFormatter.java4059 sb.append(dfs.getMonths()[i]);
4292 sb.append(dfs.getMonths()[i]);