Lines Matching refs:IntlDateFormatter
24 IntlDateFormatter::FULL,
25 IntlDateFormatter::LONG,
26 IntlDateFormatter::MEDIUM,
27 IntlDateFormatter::SHORT,
28 IntlDateFormatter::NONE
36 …array("Sunday, September 18, 2039 4:06:40 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::FULL…
37 …array("Wednesday, December 17, 1969 6:40:00 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::FU…
38 …array("Thursday, December 18, 1969 8:49:59 PM PST", IntlDateFormatter::FULL, IntlDateFormatter::FU…
39 array("December 18, 1969 8:49:59 AM PST", IntlDateFormatter::LONG, IntlDateFormatter::FULL),
40 array("12/18/69 8:49 AM", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT),
41 array("19691218 08:49 AM", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT),
43 …array("Sunday, September 18, 2039 4:06:40 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::NONE…
44 …array("Sunday, September 18, 2039 4:06:40 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::SHOR…
45 array("December 18, 1969 8:49:59 AM PST", IntlDateFormatter::LONG, IntlDateFormatter::NONE),
46 array("December 18, 1969 8:49:59 AM PST", IntlDateFormatter::LONG, IntlDateFormatter::SHORT),
47 array("12/18/69 8:49 AM", IntlDateFormatter::SHORT, IntlDateFormatter::LONG),
48 array("19691218 08:49 AM", IntlDateFormatter::SHORT, IntlDateFormatter::LONG),