Searched refs:gotDate (Results 1 – 3 of 3) sorted by relevance
172 Date gotDate = cal.getTime(); in testConvertDate() local173 if(gotDate.equals(fromDate)) { in testConvertDate()177 basicFmt.format(gotDate) + " - " + gotDate + " expected " + in testConvertDate()
176 Date gotDate = cal.getTime(); in testConvertDate() local177 if(gotDate.equals(fromDate)) { in testConvertDate()181 basicFmt.format(gotDate) + " - " + gotDate + " expected " + in testConvertDate()
280 UDate gotDate = cal->getTime(status); in testConvertDate() local285 if(gotDate == fromDate) { in testConvertDate()290 basicFmt.format(gotDate,gotDateStr); in testConvertDate()