Home | History | Annotate | Download | only in unicode

Lines Matching full:weekday

287           * Short width is currently only supported for weekday names.
318 * Gets wide weekday strings. For example: "Sunday", "Monday", etc.
320 * @return the weekday strings. (DateFormatSymbols retains ownership.)
327 * Sets wide weekday strings. For example: "Sunday", "Monday", etc.
328 * @param weekdays the new weekday strings. (not adopted; caller retains ownership)
335 * Gets abbreviated weekday strings. For example: "Sun", "Mon", etc. (Note: The method name is
336 * misleading; it does not get the CLDR-style "short" weekday strings, e.g. "Su", "Mo", etc.)
338 * @return the abbreviated weekday strings. (DateFormatSymbols retains ownership.)
344 * Sets abbreviated weekday strings. For example: "Sun", "Mon", etc. (Note: The method name is
345 * misleading; it does not set the CLDR-style "short" weekday strings, e.g. "Su", "Mo", etc.)
346 * @param abbrevWeekdays the new abbreviated weekday strings. (not adopted; caller retains ownership)
353 * Gets weekday strings by width and context. For example: "Sunday", "Monday", etc.
363 * Sets weekday strings by width and context. For example: "Sunday", "Monday", etc.
364 * @param weekdays The new weekday strings. (not adopted; caller retains ownership)
398 * @return the weekday strings. (DateFormatSymbols retains ownership.)
689 * CLDR-style format wide weekday strings. For example: "Sunday", "Monday", etc.
695 * CLDR-style format abbreviated (not short) weekday strings. For example: "Sun", "Mon", etc.
701 * CLDR-style format short weekday strings. For example: "Su", "Mo", etc.
707 * CLDR-style format narrow weekday strings. For example: "S", "M", etc.
713 * CLDR-style standalone wide weekday strings. For example: "Sunday", "Monday", etc.
719 * CLDR-style standalone abbreviated (not short) weekday strings. For example: "Sun", "Mon", etc.
725 * CLDR-style standalone short weekday strings. For example: "Su", "Mo", etc.
731 * Standalone Narrow weekday strings. For example: "Sun", "Mon", etc.