Home | History | Annotate | Download | only in i18n

Lines Matching full:week

23 *   11/15/99    weiv        Added support for week of year/day of week format
1353 // for "ee" or "e", use local numeric day-of-the-week
1354 // for "EEEEEE" or "eeeeee", write out the short day-of-the-week name
1355 // for "EEEEE" or "eeeee", write out the narrow day-of-the-week name
1356 // for "EEEE" or "eeee", write out the wide day-of-the-week name
1357 // for "EEE" or "EE" or "E" or "eee", write out the abbreviated day-of-the-week name
1363 // fall through to EEEEE-EEE handling, but for that we don't want local day-of-week,
1364 // we want standard day-of-week, so first fix value to work for EEEEE-EEE.
1390 // for "ccc", write out the abbreviated day-of-the-week name
1391 // for "cccc", write out the wide day-of-the-week name
1392 // for "ccccc", use the narrow day-of-the-week name
1393 // for "ccccc", use the short day-of-the-week name
1399 // fall through to alpha DOW handling, but for that we don't want local day-of-week,
1400 // we want standard day-of-week, so first fix value.