• Home
  • Raw
  • Download

Lines Matching refs:aDate

416     UDate aDate = 999932400000.0;   in TestBuddhistFormat()  local
425 fmt2->format(aDate, str); in TestBuddhistFormat()
428 fmt->format(aDate, str); in TestBuddhistFormat()
435 if(otherDate != aDate) { in TestBuddhistFormat()
438 …errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate +… in TestBuddhistFormat()
502 UDate aDate = 999932400000.0; in TestJapaneseFormat() local
510 fmt2->format(aDate, str); in TestJapaneseFormat()
513 fmt->format(aDate, str); in TestJapaneseFormat()
520 if(otherDate != aDate) { in TestJapaneseFormat()
525 …errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate… in TestJapaneseFormat()
535 aDate = -3197117222000.0; in TestJapaneseFormat()
541 fmt2->format(aDate, str); in TestJapaneseFormat()
544 fmt->format(aDate, str); in TestJapaneseFormat()
551 if(otherDate != aDate) { in TestJapaneseFormat()
556 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + in TestJapaneseFormat()
627 UDate aDate = 0; in TestJapanese3860() local
641 aDate = fmt->parse(samplestr, s2); in TestJapanese3860()
647 fmt2->format(aDate, str); in TestJapanese3860()
650 cal2->setTime(aDate, s2); in TestJapanese3860()
667 UDate aDate = 0; in TestJapanese3860() local
681 aDate = fmt->parse(samplestr, s2); in TestJapanese3860()
687 fmt2->format(aDate, str); in TestJapanese3860()
690 cal2->setTime(aDate, s2); in TestJapanese3860()
841 UDate aDate = fmt2->parse(gregorianDate, status); in TestPersianFormat() local
846 fmt->format(aDate, str); in TestPersianFormat()
853 if(otherDate != aDate) { in TestPersianFormat()
856 …errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate +… in TestPersianFormat()
863 fmt->format(aDate, str); in TestPersianFormat()
869 if (otherDate != aDate) { in TestPersianFormat()
870 … errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate); in TestPersianFormat()