Home | History | Annotate | Download | only in unicode

Lines Matching full:weekday

277  * Constant for date skeleton with weekday.
282 * Constant for date skeleton with abbreviated weekday.
287 * Constant for date skeleton with year, month, weekday, and day.
293 * Constant for date skeleton with year, abbreviated month, weekday, and day.
299 * Constant for date skeleton with year, numeric month, weekday, and day.
323 * Constant for date skeleton with month, weekday, and day.
329 * Constant for date skeleton with abbreviated month, weekday, and day.
335 * Constant for date skeleton with numeric month, weekday, and day.
1367 /** The CLDR-style format "wide" weekday names, for example Monday */
1370 * The CLDR-style format "abbreviated" (not "short") weekday names, for example "Mon."
1371 * For the CLDR-style format "short" weekday names, use UDAT_SHORTER_WEEKDAYS.
1382 /** The CLDR-style format "narrow" weekday names, for example "M" */
1388 /** The CLDR-style stand-alone "wide" weekday names */
1391 * The CLDR-style stand-alone "abbreviated" (not "short") weekday names.
1392 * For the CLDR-style stand-alone "short" weekday names, use UDAT_STANDALONE_SHORTER_WEEKDAYS.
1395 /** The CLDR-style stand-alone "narrow" weekday names */
1405 * The CLDR-style short weekday names, e.g. "Su", Mo", etc.