• Home
  • Raw
  • Download

Lines Matching full:afternoon

572         "1997", "GMT-7", "-07", "-07", "1997", "PM", "in the afternoon",  in TestFieldPosition()
582 "1997", "GMT-07:00", "-0700", "-0700", "1997", "PM", "in the afternoon", in TestFieldPosition()
5401 assertEquals("yyyy-MM-dd B | 2015-11-13 in the afternoon", in TestDayPeriodParsing()
5402 k150000, sdf.parse(UnicodeString("2015-11-13 in the afternoon"), errorCode)); in TestDayPeriodParsing()
5416 assertEquals("yyyy-MM-dd hh:mm B | 2015-11-13 01:00 in the afternoon", in TestDayPeriodParsing()
5417 k130000, sdf.parse(UnicodeString("2015-11-13 01:00 in the afternoon"), errorCode)); in TestDayPeriodParsing()
5432 assertEquals("yyyy-MM-dd HH:mm B | 2015-11-13 13:37 in the afternoon", in TestDayPeriodParsing()
5433 k133700, sdf.parse(UnicodeString("2015-11-13 13:37 in the afternoon"), errorCode)); in TestDayPeriodParsing()
5455 assertEquals("yyyy-MM-dd HH:mm B | 2015-11-13 00:37 in the afternoon", in TestDayPeriodParsing()
5456 k003700, sdf.parse(UnicodeString("2015-11-13 00:37 in the afternoon"), errorCode)); in TestDayPeriodParsing()
5471 assertEquals("yyyy-MM-dd HH:mm B | 2015-11-13 01:00 in the afternoon", in TestDayPeriodParsing()
5472 k130000, sdf.parse(UnicodeString("2015-11-13 01:00 in the afternoon"), errorCode)); in TestDayPeriodParsing()
5482 // AFTERNOON1 is [12, 18), but "7 in the afternoon" parses to 19:00. in TestDayPeriodParsing()
5483 assertEquals("yyyy-MM-dd hh:mm B | 2015-11-13 07:00 in the afternoon", in TestDayPeriodParsing()
5484 k190000, sdf.parse(UnicodeString("2015-11-13 07:00 in the afternoon"), errorCode)); in TestDayPeriodParsing()