Home
last modified time | relevance | path

Searched refs:diffSet (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DDataDrivenCalendarTest.java86 CalendarFieldsSet diffSet = new CalendarFieldsSet(); in testConvert() local
88 diffSet.clear(); in testConvert()
90 if (!fromSet.matches(fromCalendar, diffSet)) { in testConvert()
91 String diffs = diffSet.diffFrom(fromSet); in testConvert()
102 diffSet.clear(); in testConvert()
104 if (!fromSet.matches(fromCalendar, diffSet)) { in testConvert()
105 String diffs = diffSet.diffFrom(fromSet); in testConvert()
115 diffSet.clear(); in testConvert()
116 if (!toSet.matches(toCalendar, diffSet)) { in testConvert()
117 String diffs = diffSet.diffFrom(toSet); in testConvert()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DDataDrivenCalendarTest.java89 CalendarFieldsSet diffSet = new CalendarFieldsSet(); in testConvert() local
91 diffSet.clear(); in testConvert()
93 if (!fromSet.matches(fromCalendar, diffSet)) { in testConvert()
94 String diffs = diffSet.diffFrom(fromSet); in testConvert()
105 diffSet.clear(); in testConvert()
107 if (!fromSet.matches(fromCalendar, diffSet)) { in testConvert()
108 String diffs = diffSet.diffFrom(fromSet); in testConvert()
118 diffSet.clear(); in testConvert()
119 if (!toSet.matches(toCalendar, diffSet)) { in testConvert()
120 String diffs = diffSet.diffFrom(toSet); in testConvert()
[all …]
/external/icu/icu4c/source/test/intltest/
Ddadrcal.cpp89 CalendarFieldsSet fromSet, toSet, paramsSet, diffSet; in testOps() local
222 diffSet.clear(); in testOps()
224 if (!fromSet.matches(fromCalendar, diffSet, status)) { in testOps()
225 UnicodeString diffs = diffSet.diffFrom(fromSet, status); in testOps()
262 diffSet.clear(); in testOps()
272 } else if (!toSet.matches(toCalendar, diffSet, status)) { in testOps()
273 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testOps()
304 CalendarFieldsSet diffSet; in testConvert() local
306 diffSet.clear(); in testConvert()
308 if (!fromSet.matches(fromCalendar, diffSet, status)) { in testConvert()
[all …]
Dconvtest.cpp377 UnicodeSet cnvSet, mapSet, mapnotSet, diffSet; in TestGetUnicodeSet() local
468 (diffSet=mapSet).removeAll(cnvSet); in TestGetUnicodeSet()
469 if(!diffSet.isEmpty()) { in TestGetUnicodeSet()
470 diffSet.toPattern(s, TRUE); in TestGetUnicodeSet()
480 (diffSet=mapnotSet).retainAll(cnvSet); in TestGetUnicodeSet()
481 if(!diffSet.isEmpty()) { in TestGetUnicodeSet()
482 diffSet.toPattern(s, TRUE); in TestGetUnicodeSet()
639 UnicodeSet diffSet; in TestGetUnicodeSet2() local
643 (diffSet=expected).removeAll(set); in TestGetUnicodeSet2()
644 if(!diffSet.isEmpty()) { in TestGetUnicodeSet2()
[all …]
Ddadrfmt.cpp304 CalendarFieldsSet diffSet; in testConvertDate() local
306 if (!fromSet.matches(cal, diffSet, status)) { in testConvertDate()
307 UnicodeString diffs = diffSet.diffFrom(fromSet, status); in testConvertDate()
Dfldset.cpp275 UBool CalendarFieldsSet::matches(Calendar *cal, CalendarFieldsSet &diffSet, in matches() argument
288 diffSet.set((UCalendarDateFields)i, calVal); in matches()
Dfldset.h240 CalendarFieldsSet &diffSet,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCalendarFieldsSet.java27 public boolean matches(Calendar cal, CalendarFieldsSet diffSet) { in matches() argument
34 diffSet.set(i, calVal); in matches()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCalendarFieldsSet.java30 public boolean matches(Calendar cal, CalendarFieldsSet diffSet) { in matches() argument
37 diffSet.set(i, calVal); in matches()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDataDrivenFormatTest.java196 CalendarFieldsSet diffSet = new CalendarFieldsSet(); in testConvertDate() local
197 if(!fromSet.matches(cal, diffSet)) { in testConvertDate()
198 String diffs = diffSet.diffFrom(fromSet); in testConvertDate()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDataDrivenFormatTest.java193 CalendarFieldsSet diffSet = new CalendarFieldsSet(); in testConvertDate() local
194 if(!fromSet.matches(cal, diffSet)) { in testConvertDate()
195 String diffs = diffSet.diffFrom(fromSet); in testConvertDate()