(d, string, i)
| 112529 | return n ? (d.m = monthLookup.get(n[0].toLowerCase()), i + n[0].length) : -1; |
| 112530 | } |
| 112531 | function parseLocaleDateTime(d, string, i) { |
| 112532 | return parseSpecifier(d, locale_dateTime, string, i); |
| 112533 | } |
| 112534 | function parseLocaleDate(d, string, i) { |
| 112535 | return parseSpecifier(d, locale_date, string, i); |
| 112536 | } |
nothing calls this directly
no test coverage detected