Home | History | Annotate | Download | only in unicode

Lines Matching full:weekday

279  * Constant for date skeleton with weekday.
284 * Constant for date skeleton with abbreviated weekday.
289 * Constant for date skeleton with year, month, weekday, and day.
295 * Constant for date skeleton with year, abbreviated month, weekday, and day.
301 * Constant for date skeleton with year, numeric month, weekday, and day.
325 * Constant for date skeleton with month, weekday, and day.
331 * Constant for date skeleton with abbreviated month, weekday, and day.
337 * Constant for date skeleton with numeric month, weekday, and day.
1381 /** The CLDR-style format "wide" weekday names, for example Monday */
1384 * The CLDR-style format "abbreviated" (not "short") weekday names, for example "Mon."
1385 * For the CLDR-style format "short" weekday names, use UDAT_SHORTER_WEEKDAYS.
1396 /** The CLDR-style format "narrow" weekday names, for example "M" */
1402 /** The CLDR-style stand-alone "wide" weekday names */
1405 * The CLDR-style stand-alone "abbreviated" (not "short") weekday names.
1406 * For the CLDR-style stand-alone "short" weekday names, use UDAT_STANDALONE_SHORTER_WEEKDAYS.
1409 /** The CLDR-style stand-alone "narrow" weekday names */
1419 * The CLDR-style short weekday names, e.g. "Su", Mo", etc.