Searched defs:abbrev (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java257 * Request the full spelled-out name. For use with the 'abbrev' parameter of
266 * Request an abbreviated version of the name. For use with the 'abbrev'
276 * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString}.
293 * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString}.
305 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_SHORT},
313 public static String getDayOfWeekString(int dayOfWeek, int abbrev) { argument
315 switch (abbrev) {
343 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_MEDIUM},
349 public static String getMonthString(int month, int abbrev) { argument
355 switch (abbrev) {
382 getStandaloneMonthString(int month, int abbrev) argument
[all...]

Completed in 26 milliseconds