Lines Matching refs:toSet
87 CalendarFieldsSet fromSet, toSet, paramsSet, diffSet; in testOps() local
177 toSet.clear(); in testOps()
190 } else if(toSet.parseFrom(testSetting, &fromSet, status)<0 || U_FAILURE(status)){ in testOps()
270 } else if (!toSet.matches(toCalendar, diffSet, status)) { in testOps()
271 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testOps()
289 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) { in testConvert() argument
348 if (!toSet.matches(toCalendar, diffSet, status)) { in testConvert()
349 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testConvert()
382 CalendarFieldsSet fromSet, toSet, diffSet; in testConvert() local
409 toSet.clear(); in testConvert()
426 toSet.parseFrom(to, &fromSet, status); in testConvert()
436 testConvert(n, fromSet, fromCalendar, toSet, toCalendar, forward); in testConvert()
440 testConvert(n, toSet, toCalendar, fromSet, fromCalendar, forward); in testConvert()