(localeSorted, format, index)
| 5113 | } |
| 5114 | |
| 5115 | function listWeekdaysShort(localeSorted, format, index) { |
| 5116 | return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort'); |
| 5117 | } |
| 5118 | |
| 5119 | function listWeekdaysMin(localeSorted, format, index) { |
| 5120 | return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin'); |
nothing calls this directly
no test coverage detected