• Home
  • Raw
  • Download

Lines Matching refs:aDate

414     UDate aDate = 999932400000.0;   in TestBuddhistFormat()  local
423 fmt2->format(aDate, str); in TestBuddhistFormat()
426 fmt->format(aDate, str); in TestBuddhistFormat()
433 if(otherDate != aDate) { in TestBuddhistFormat()
436 …errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate +… in TestBuddhistFormat()
500 UDate aDate = 999932400000.0; in TestJapaneseFormat() local
508 fmt2->format(aDate, str); in TestJapaneseFormat()
511 fmt->format(aDate, str); in TestJapaneseFormat()
518 if(otherDate != aDate) { in TestJapaneseFormat()
523 …errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate… in TestJapaneseFormat()
533 aDate = -3197117222000.0; in TestJapaneseFormat()
539 fmt2->format(aDate, str); in TestJapaneseFormat()
542 fmt->format(aDate, str); in TestJapaneseFormat()
549 if(otherDate != aDate) { in TestJapaneseFormat()
554 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + in TestJapaneseFormat()
625 UDate aDate = 0; in TestJapanese3860() local
639 aDate = fmt->parse(samplestr, s2); in TestJapanese3860()
645 fmt2->format(aDate, str); in TestJapanese3860()
648 cal2->setTime(aDate, s2); in TestJapanese3860()
665 UDate aDate = 0; in TestJapanese3860() local
679 aDate = fmt->parse(samplestr, s2); in TestJapanese3860()
685 fmt2->format(aDate, str); in TestJapanese3860()
688 cal2->setTime(aDate, s2); in TestJapanese3860()
839 UDate aDate = fmt2->parse(gregorianDate, status); in TestPersianFormat() local
844 fmt->format(aDate, str); in TestPersianFormat()
851 if(otherDate != aDate) { in TestPersianFormat()
854 …errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate +… in TestPersianFormat()
861 fmt->format(aDate, str); in TestPersianFormat()
867 if (otherDate != aDate) { in TestPersianFormat()
868 … errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate); in TestPersianFormat()