Lines Matching full:weekday
296 * Short width is currently only supported for weekday names.
331 * Gets wide weekday strings. For example: "Sunday", "Monday", etc.
333 * @return the weekday strings. (DateFormatSymbols retains ownership.)
340 * Sets wide weekday strings. For example: "Sunday", "Monday", etc.
341 * @param weekdays the new weekday strings. (not adopted; caller retains ownership)
348 * Gets abbreviated weekday strings. For example: "Sun", "Mon", etc. (Note: The method name is
349 * misleading; it does not get the CLDR-style "short" weekday strings, e.g. "Su", "Mo", etc.)
351 * @return the abbreviated weekday strings. (DateFormatSymbols retains ownership.)
357 * Sets abbreviated weekday strings. For example: "Sun", "Mon", etc. (Note: The method name is
358 * misleading; it does not set the CLDR-style "short" weekday strings, e.g. "Su", "Mo", etc.)
359 * @param abbrevWeekdays the new abbreviated weekday strings. (not adopted; caller retains ownership)
366 * Gets weekday strings by width and context. For example: "Sunday", "Monday", etc.
376 * Sets weekday strings by width and context. For example: "Sunday", "Monday", etc.
377 * @param weekdays The new weekday strings. (not adopted; caller retains ownership)
411 * @return the weekday strings. (DateFormatSymbols retains ownership.)
700 * CLDR-style format wide weekday strings. For example: "Sunday", "Monday", etc.
706 * CLDR-style format abbreviated (not short) weekday strings. For example: "Sun", "Mon", etc.
712 * CLDR-style format short weekday strings. For example: "Su", "Mo", etc.
718 * CLDR-style format narrow weekday strings. For example: "S", "M", etc.
724 * CLDR-style standalone wide weekday strings. For example: "Sunday", "Monday", etc.
730 * CLDR-style standalone abbreviated (not short) weekday strings. For example: "Sun", "Mon", etc.
736 * CLDR-style standalone short weekday strings. For example: "Su", "Mo", etc.
742 * Standalone Narrow weekday strings. For example: "Sun", "Mon", etc.