Searched refs:expectSets (Results 1 – 3 of 3) sorted by relevance
1381 UnicodeSet diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; in TestSkippable() local1395 initExpectedSkippables(expectSets, errorCode); in TestSkippable()1399 if(skipSets[i]!=expectSets[i]) { in TestSkippable()1408 (diff=skipSets[i]).removeAll(expectSets[i]).toPattern(pattern, TRUE); in TestSkippable()1413 (diff=expectSets[i]).removeAll(skipSets[i]).toPattern(pattern, TRUE); in TestSkippable()
2424 UnicodeSet[] expectSets = new UnicodeSet[] { in TestSkippable() local2438 expectSets = initSkippables(expectSets); in TestSkippable()2439 if(expectSets[D].contains(0x0350)){ in TestSkippable()2442 for(int i=0; i<expectSets.length; ++i) { in TestSkippable()2443 if(!skipSets[i].equals(expectSets[i])) { in TestSkippable()2458 …pattern = new StringBuilder(((UnicodeSet)skipSets[i].clone()).removeAll(expectSets[i]).toPattern(t… in TestSkippable()2463 …pattern = new StringBuilder(((UnicodeSet)expectSets[i].clone()).removeAll(skipSets[i]).toPattern(t… in TestSkippable()2469 … UnicodeSet intersection = ((UnicodeSet) expectSets[i].clone()).retainAll(skipSets[i]); in TestSkippable()
2423 UnicodeSet[] expectSets = new UnicodeSet[] { in TestSkippable() local2437 expectSets = initSkippables(expectSets); in TestSkippable()2438 if(expectSets[D].contains(0x0350)){ in TestSkippable()2441 for(int i=0; i<expectSets.length; ++i) { in TestSkippable()2442 if(!skipSets[i].equals(expectSets[i])) { in TestSkippable()2457 …pattern = new StringBuilder(((UnicodeSet)skipSets[i].clone()).removeAll(expectSets[i]).toPattern(t… in TestSkippable()2462 …pattern = new StringBuilder(((UnicodeSet)expectSets[i].clone()).removeAll(skipSets[i]).toPattern(t… in TestSkippable()2468 … UnicodeSet intersection = ((UnicodeSet) expectSets[i].clone()).retainAll(skipSets[i]); in TestSkippable()