• Home
  • Raw
  • Download

Lines Matching full:afternoon

571         "1997", "GMT-7", "-07", "-07", "1997", "PM", "in the afternoon",  in TestFieldPosition()
581 "1997", "GMT-07:00", "-0700", "-0700", "1997", "PM", "in the afternoon", in TestFieldPosition()
5387 assertEquals("yyyy-MM-dd B | 2015-11-13 in the afternoon", in TestDayPeriodParsing()
5388 k150000, sdf.parse(UnicodeString("2015-11-13 in the afternoon"), errorCode)); in TestDayPeriodParsing()
5402 assertEquals("yyyy-MM-dd hh:mm B | 2015-11-13 01:00 in the afternoon", in TestDayPeriodParsing()
5403 k130000, sdf.parse(UnicodeString("2015-11-13 01:00 in the afternoon"), errorCode)); in TestDayPeriodParsing()
5418 assertEquals("yyyy-MM-dd HH:mm B | 2015-11-13 13:37 in the afternoon", in TestDayPeriodParsing()
5419 k133700, sdf.parse(UnicodeString("2015-11-13 13:37 in the afternoon"), errorCode)); in TestDayPeriodParsing()
5441 assertEquals("yyyy-MM-dd HH:mm B | 2015-11-13 00:37 in the afternoon", in TestDayPeriodParsing()
5442 k003700, sdf.parse(UnicodeString("2015-11-13 00:37 in the afternoon"), errorCode)); in TestDayPeriodParsing()
5457 assertEquals("yyyy-MM-dd HH:mm B | 2015-11-13 01:00 in the afternoon", in TestDayPeriodParsing()
5458 k130000, sdf.parse(UnicodeString("2015-11-13 01:00 in the afternoon"), errorCode)); in TestDayPeriodParsing()
5468 // AFTERNOON1 is [12, 18), but "7 in the afternoon" parses to 19:00. in TestDayPeriodParsing()
5469 assertEquals("yyyy-MM-dd hh:mm B | 2015-11-13 07:00 in the afternoon", in TestDayPeriodParsing()
5470 k190000, sdf.parse(UnicodeString("2015-11-13 07:00 in the afternoon"), errorCode)); in TestDayPeriodParsing()