(d, string, i)
| 16289 | } |
| 16290 | |
| 16291 | function parseLocaleDate(d, string, i) { |
| 16292 | return parseSpecifier(d, locale_date, string, i); |
| 16293 | } |
| 16294 | |
| 16295 | function parseLocaleTime(d, string, i) { |
| 16296 | return parseSpecifier(d, locale_time, string, i); |
nothing calls this directly
no test coverage detected