Searched refs:gotDate (Results 1 – 3 of 3) sorted by relevance
187 Date gotDate = cal.getTime(); in testConvertDate() local188 if(gotDate.equals(fromDate)) { in testConvertDate()192 basicFmt.format(gotDate) + " - " + gotDate + " expected " + in testConvertDate()
184 Date gotDate = cal.getTime(); in testConvertDate() local185 if(gotDate.equals(fromDate)) { in testConvertDate()189 basicFmt.format(gotDate) + " - " + gotDate + " expected " + in testConvertDate()
282 UDate gotDate = cal->getTime(status); in testConvertDate() local287 if(gotDate == fromDate) { in testConvertDate()292 basicFmt.format(gotDate,gotDateStr); in testConvertDate()