Searched refs:getMonths (Results 1 - 16 of 16) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
H A DOldAndroidLocaleTest.java58 assertEquals("January", engSymbols.getMonths()[0]);
59 assertEquals("Januar", deuSymbols.getMonths()[0]);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DDateFormatSymbolsTest.java142 * @tests java.text.DateFormatSymbols#getMonths()
146 // java.text.DateFormatSymbols.getMonths()
147 String[] retVal = dfs.getMonths();
280 String[] retVal = dfs.getMonths();
281 assertTrue("Return is identical", retVal != dfs.getMonths());
/libcore/luni/src/main/native/
H A Dlibcore_icu_ICU.cpp636 dateFormatSym.getMonths(count, icu::DateFormatSymbols::FORMAT, icu::DateFormatSymbols::WIDE);
639 dateFormatSym.getMonths(count, icu::DateFormatSymbols::FORMAT, icu::DateFormatSymbols::ABBREVIATED);
642 dateFormatSym.getMonths(count, icu::DateFormatSymbols::FORMAT, icu::DateFormatSymbols::NARROW);
655 dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::WIDE);
658 dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::ABBREVIATED);
661 dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::NARROW);
/libcore/ojluni/src/main/java/java/time/
H A DPeriod.java430 return getMonths();
520 public int getMonths() { method in class:Period
/libcore/luni/src/main/java/javax/xml/datatype/
H A DDuration.java242 public int getMonths() { method in class:Duration
/libcore/ojluni/src/main/java/sun/util/locale/provider/
H A DCalendarDataUtility.java166 return symbols.getMonths(context, width);
/libcore/ojluni/src/main/java/java/time/chrono/
H A DMinguoDate.java428 return getChronology().period(period.getYears(), period.getMonths(), period.getDays());
H A DThaiBuddhistDate.java428 return getChronology().period(period.getYears(), period.getMonths(), period.getDays());
H A DJapaneseDate.java669 return getChronology().period(period.getYears(), period.getMonths(), period.getDays());
/libcore/ojluni/src/main/java/java/text/
H A DDateFormatSymbols.java460 public String[] getMonths() { method in class:DateFormatSymbols
H A DSimpleDateFormat.java1412 months = standalone ? formatData.getStandAloneMonths() : formatData.getMonths();
2412 standalone ? formatData.getStandAloneMonths() : formatData.getMonths(),
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DCalendarTest.java836 value = symbols.getMonths()[month];
977 values = symbols.getMonths();
/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKPeriod.java357 expected.getMonths() == Integer.MIN_VALUE ||
1258 assertEquals(test.getMonths(), m, "months");
H A DTCKLocalDate.java1871 assertEquals(test.getMonths(), me);
/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java2136 * and {@link DateFormatSymbols#getMonths()}.
2239 strings = (baseStyle == LONG) ? symbols.getMonths() : symbols.getShortMonths();
H A DFormatter.java452 * <td> Locale-specific {@linkplain java.text.DateFormatSymbols#getMonths
1628 * <td> Locale-specific {@linkplain java.text.DateFormatSymbols#getMonths
4058 sb.append(dfs.getMonths()[i]);
4291 sb.append(dfs.getMonths()[i]);

Completed in 288 milliseconds