Lines Matching refs:fromCalendar
100 Calendar *fromCalendar= NULL; in testOps() local
118 fromCalendar = Calendar::createInstance(toCalLoc, status); in testOps()
205 fromCalendar->setTime(fromDate, status); in testOps()
212 fromSet.setOnCalendar(fromCalendar, status); in testOps()
222 if (!fromSet.matches(fromCalendar, diffSet, status)) { in testOps()
235 toCalendar = fromCalendar->clone(); in testOps()
282 delete fromCalendar; in testOps()
288 const CalendarFieldsSet &fromSet, Calendar *fromCalendar, in testConvert() argument
292 : "reverse")+" "+fromCalendar->getType()+"->"+toCalendar->getType(); in testConvert()
294 fromCalendar->clear(); in testConvert()
296 fromSet.setOnCalendar(fromCalendar, status); in testConvert()
306 if (!fromSet.matches(fromCalendar, diffSet, status)) { in testConvert()
320 UDate fromTime = fromCalendar->getTime(status); in testConvert()
328 if (!fromSet.matches(fromCalendar, diffSet, status)) { in testConvert()
356 +fromCalendar->getType()); in testConvert()
394 Calendar *fromCalendar= NULL; in testConvert() local
398 fromCalendar = Calendar::createInstance(fromCalLoc, status); in testConvert()
436 testConvert(n, fromSet, fromCalendar, toSet, toCalendar, forward); in testConvert()
440 testConvert(n, toSet, toCalendar, fromSet, fromCalendar, forward); in testConvert()
443 delete fromCalendar; in testConvert()