Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DDataDrivenCalendarTest.java73 CalendarFieldsSet diffSet = new CalendarFieldsSet(); in testConvert() local
75 diffSet.clear(); in testConvert()
77 if (!fromSet.matches(fromCalendar, diffSet)) { in testConvert()
78 String diffs = diffSet.diffFrom(fromSet); in testConvert()
89 diffSet.clear(); in testConvert()
91 if (!fromSet.matches(fromCalendar, diffSet)) { in testConvert()
92 String diffs = diffSet.diffFrom(fromSet); in testConvert()
102 diffSet.clear(); in testConvert()
103 if (!toSet.matches(toCalendar, diffSet)) { in testConvert()
104 String diffs = diffSet.diffFrom(toSet); in testConvert()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DDataDrivenCalendarTest.java69 CalendarFieldsSet diffSet = new CalendarFieldsSet(); in testConvert() local
71 diffSet.clear(); in testConvert()
73 if (!fromSet.matches(fromCalendar, diffSet)) { in testConvert()
74 String diffs = diffSet.diffFrom(fromSet); in testConvert()
85 diffSet.clear(); in testConvert()
87 if (!fromSet.matches(fromCalendar, diffSet)) { in testConvert()
88 String diffs = diffSet.diffFrom(fromSet); in testConvert()
98 diffSet.clear(); in testConvert()
99 if (!toSet.matches(toCalendar, diffSet)) { in testConvert()
100 String diffs = diffSet.diffFrom(toSet); in testConvert()
[all …]
/external/icu/icu4c/source/test/intltest/
Ddadrcal.cpp87 CalendarFieldsSet fromSet, toSet, paramsSet, diffSet; in testOps() local
220 diffSet.clear(); in testOps()
222 if (!fromSet.matches(fromCalendar, diffSet, status)) { in testOps()
223 UnicodeString diffs = diffSet.diffFrom(fromSet, status); in testOps()
260 diffSet.clear(); in testOps()
270 } else if (!toSet.matches(toCalendar, diffSet, status)) { in testOps()
271 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testOps()
302 CalendarFieldsSet diffSet; in testConvert() local
304 diffSet.clear(); in testConvert()
306 if (!fromSet.matches(fromCalendar, diffSet, status)) { in testConvert()
[all …]
Dconvtest.cpp379 UnicodeSet cnvSet, mapSet, mapnotSet, diffSet; in TestGetUnicodeSet() local
470 (diffSet=mapSet).removeAll(cnvSet); in TestGetUnicodeSet()
471 if(!diffSet.isEmpty()) { in TestGetUnicodeSet()
472 diffSet.toPattern(s, TRUE); in TestGetUnicodeSet()
482 (diffSet=mapnotSet).retainAll(cnvSet); in TestGetUnicodeSet()
483 if(!diffSet.isEmpty()) { in TestGetUnicodeSet()
484 diffSet.toPattern(s, TRUE); in TestGetUnicodeSet()
646 UnicodeSet diffSet; in TestGetUnicodeSet2() local
650 (diffSet=expected).removeAll(set); in TestGetUnicodeSet2()
651 if(!diffSet.isEmpty()) { in TestGetUnicodeSet2()
[all …]
Ddadrfmt.cpp302 CalendarFieldsSet diffSet; in testConvertDate() local
304 if (!fromSet.matches(cal, diffSet, status)) { in testConvertDate()
305 UnicodeString diffs = diffSet.diffFrom(fromSet, status); in testConvertDate()
Dfldset.cpp273 UBool CalendarFieldsSet::matches(Calendar *cal, CalendarFieldsSet &diffSet, in matches() argument
286 diffSet.set((UCalendarDateFields)i, calVal); in matches()
Dfldset.h238 CalendarFieldsSet &diffSet,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCalendarFieldsSet.java26 public boolean matches(Calendar cal, CalendarFieldsSet diffSet) { in matches() argument
33 diffSet.set(i, calVal); in matches()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCalendarFieldsSet.java25 public boolean matches(Calendar cal, CalendarFieldsSet diffSet) { in matches() argument
32 diffSet.set(i, calVal); in matches()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDataDrivenFormatTest.java181 CalendarFieldsSet diffSet = new CalendarFieldsSet(); in testConvertDate() local
182 if(!fromSet.matches(cal, diffSet)) { in testConvertDate()
183 String diffs = diffSet.diffFrom(fromSet); in testConvertDate()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDataDrivenFormatTest.java185 CalendarFieldsSet diffSet = new CalendarFieldsSet(); in testConvertDate() local
186 if(!fromSet.matches(cal, diffSet)) { in testConvertDate()
187 String diffs = diffSet.diffFrom(fromSet); in testConvertDate()