Searched refs:expectSets (Results 1 – 2 of 2) sorted by relevance
1729 UnicodeSet diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; in TestSkippable() local1743 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()
1718 UnicodeSet starts, diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; in TestSkippable() local1781 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()