Searched refs:getMonthString (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/format/
H A DDateFormat.java499 replacement = getMonthString(localeData,
544 private static String getMonthString(LocaleData ld, int month, int count, int kind) { method in class:DateFormat
H A DDateUtils.java126 * {@link #getDayOfWeekString} and {@link #getMonthString}.
137 * parameter of {@link #getDayOfWeekString} and {@link #getMonthString}.
148 * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString}.
169 * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString}.
231 public static String getMonthString(int month, int abbrev) { method in class:DateUtils

Completed in 48 milliseconds