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

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java175 * Request the full spelled-out name. For use with the 'abbrev' parameter of
186 * Request an abbreviated version of the name. For use with the 'abbrev'
198 * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString}.
219 * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString}.
233 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_SHORT},
243 public static String getDayOfWeekString(int dayOfWeek, int abbrev) { argument
246 switch (abbrev) {
273 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_MEDIUM},
281 public static String getMonthString(int month, int abbrev) { argument
288 switch (abbrev) {
315 getStandaloneMonthString(int month, int abbrev) argument
[all...]

Completed in 686 milliseconds