• Home
  • Raw
  • Download

Lines Matching refs:aDate

417     UDate aDate = 999932400000.0;   in TestBuddhistFormat()  local
426 fmt2->format(aDate, str); in TestBuddhistFormat()
429 fmt->format(aDate, str); in TestBuddhistFormat()
436 if(otherDate != aDate) { in TestBuddhistFormat()
439 …errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate +… in TestBuddhistFormat()
503 UDate aDate = 999932400000.0; in TestJapaneseFormat() local
511 fmt2->format(aDate, str); in TestJapaneseFormat()
514 fmt->format(aDate, str); in TestJapaneseFormat()
521 if(otherDate != aDate) { in TestJapaneseFormat()
526 …errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate… in TestJapaneseFormat()
536 aDate = -3197117222000.0; in TestJapaneseFormat()
542 fmt2->format(aDate, str); in TestJapaneseFormat()
545 fmt->format(aDate, str); in TestJapaneseFormat()
552 if(otherDate != aDate) { in TestJapaneseFormat()
557 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + in TestJapaneseFormat()
628 UDate aDate = 0; in TestJapanese3860() local
642 aDate = fmt->parse(samplestr, s2); in TestJapanese3860()
648 fmt2->format(aDate, str); in TestJapanese3860()
651 cal2->setTime(aDate, s2); in TestJapanese3860()
668 UDate aDate = 0; in TestJapanese3860() local
682 aDate = fmt->parse(samplestr, s2); in TestJapanese3860()
688 fmt2->format(aDate, str); in TestJapanese3860()
691 cal2->setTime(aDate, s2); in TestJapanese3860()
744 UDate aDate = fmt2->parse(gregorianDate, status); in TestPersianFormat() local
749 fmt->format(aDate, str); in TestPersianFormat()
756 if(otherDate != aDate) { in TestPersianFormat()
759 …errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate +… in TestPersianFormat()
766 fmt->format(aDate, str); in TestPersianFormat()
772 if (otherDate != aDate) { in TestPersianFormat()
773 … errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate); in TestPersianFormat()