Home
last modified time | relevance | path

Searched refs:expectSets (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
Dtstnorm.cpp1729 UnicodeSet diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; in TestSkippable() local
1743 initExpectedSkippables(expectSets); in TestSkippable()
1746 if(skipSets[i]!=expectSets[i]) { in TestSkippable()
1754 (diff=skipSets[i]).removeAll(expectSets[i]).toPattern(pattern, TRUE); in TestSkippable()
1759 (diff=expectSets[i]).removeAll(skipSets[i]).toPattern(pattern, TRUE); in TestSkippable()
/external/chromium/third_party/icu/source/test/intltest/
Dtstnorm.cpp1718 UnicodeSet starts, diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; in TestSkippable() local
1781 initExpectedSkippables(expectSets); in TestSkippable()
1784 if(skipSets[i]!=expectSets[i]) { in TestSkippable()
1792 (diff=skipSets[i]).removeAll(expectSets[i]).toPattern(pattern, TRUE); in TestSkippable()
1797 (diff=expectSets[i]).removeAll(skipSets[i]).toPattern(pattern, TRUE); in TestSkippable()