(d, string, i)
| 16285 | } |
| 16286 | |
| 16287 | function parseLocaleDateTime(d, string, i) { |
| 16288 | return parseSpecifier(d, locale_dateTime, string, i); |
| 16289 | } |
| 16290 | |
| 16291 | function parseLocaleDate(d, string, i) { |
| 16292 | return parseSpecifier(d, locale_date, string, i); |
nothing calls this directly
no test coverage detected