Lines Matching refs:toSet
89 CalendarFieldsSet fromSet, toSet, paramsSet, diffSet; in testOps() local
179 toSet.clear(); in testOps()
192 } else if(toSet.parseFrom(testSetting, &fromSet, status)<0 || U_FAILURE(status)){ in testOps()
272 } else if (!toSet.matches(toCalendar, diffSet, status)) { in testOps()
273 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testOps()
291 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) { in testConvert() argument
350 if (!toSet.matches(toCalendar, diffSet, status)) { in testConvert()
351 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testConvert()
384 CalendarFieldsSet fromSet, toSet, diffSet; in testConvert() local
411 toSet.clear(); in testConvert()
428 toSet.parseFrom(to, &fromSet, status); in testConvert()
438 testConvert(n, fromSet, fromCalendar, toSet, toCalendar, forward); in testConvert()
442 testConvert(n, toSet, toCalendar, fromSet, fromCalendar, forward); in testConvert()