Lines Matching refs:fromCalendar
102 Calendar *fromCalendar= NULL; in testOps() local
120 fromCalendar = Calendar::createInstance(toCalLoc, status); in testOps()
207 fromCalendar->setTime(fromDate, status); in testOps()
214 fromSet.setOnCalendar(fromCalendar, status); in testOps()
224 if (!fromSet.matches(fromCalendar, diffSet, status)) { in testOps()
237 toCalendar = fromCalendar->clone(); in testOps()
284 delete fromCalendar; in testOps()
290 const CalendarFieldsSet &fromSet, Calendar *fromCalendar, in testConvert() argument
294 : "reverse")+" "+fromCalendar->getType()+"->"+toCalendar->getType(); in testConvert()
296 fromCalendar->clear(); in testConvert()
298 fromSet.setOnCalendar(fromCalendar, status); in testConvert()
308 if (!fromSet.matches(fromCalendar, diffSet, status)) { in testConvert()
322 UDate fromTime = fromCalendar->getTime(status); in testConvert()
330 if (!fromSet.matches(fromCalendar, diffSet, status)) { in testConvert()
358 +fromCalendar->getType()); in testConvert()
396 Calendar *fromCalendar= NULL; in testConvert() local
400 fromCalendar = Calendar::createInstance(fromCalLoc, status); in testConvert()
438 testConvert(n, fromSet, fromCalendar, toSet, toCalendar, forward); in testConvert()
442 testConvert(n, toSet, toCalendar, fromSet, fromCalendar, forward); in testConvert()
445 delete fromCalendar; in testConvert()