Searched refs:expectSets (Results 1 – 3 of 3) sorted by relevance
2430 UnicodeSet[] expectSets = new UnicodeSet[] { in TestSkippable() local2444 expectSets = initSkippables(expectSets); in TestSkippable()2445 if(expectSets[D].contains(0x0350)){ in TestSkippable()2448 for(int i=0; i<expectSets.length; ++i) { in TestSkippable()2449 if(!skipSets[i].equals(expectSets[i])) { in TestSkippable()2465 …pattern = new StringBuilder(((UnicodeSet)skipSets[i].clone()).removeAll(expectSets[i]).toPattern(t… in TestSkippable()2470 …pattern = new StringBuilder(((UnicodeSet)expectSets[i].clone()).removeAll(skipSets[i]).toPattern(t… in TestSkippable()2476 … UnicodeSet intersection = ((UnicodeSet) expectSets[i].clone()).retainAll(skipSets[i]); in TestSkippable()
2433 UnicodeSet[] expectSets = new UnicodeSet[] { in TestSkippable() local2447 expectSets = initSkippables(expectSets); in TestSkippable()2448 if(expectSets[D].contains(0x0350)){ in TestSkippable()2451 for(int i=0; i<expectSets.length; ++i) { in TestSkippable()2452 if(!skipSets[i].equals(expectSets[i])) { in TestSkippable()2468 …pattern = new StringBuilder(((UnicodeSet)skipSets[i].clone()).removeAll(expectSets[i]).toPattern(t… in TestSkippable()2473 …pattern = new StringBuilder(((UnicodeSet)expectSets[i].clone()).removeAll(skipSets[i]).toPattern(t… in TestSkippable()2479 … UnicodeSet intersection = ((UnicodeSet) expectSets[i].clone()).retainAll(skipSets[i]); in TestSkippable()
1411 UnicodeSet diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; in TestSkippable() local1425 initExpectedSkippables(expectSets, errorCode); in TestSkippable()1429 if(skipSets[i]!=expectSets[i]) { in TestSkippable()1439 (diff=skipSets[i]).removeAll(expectSets[i]).toPattern(pattern, TRUE); in TestSkippable()1444 (diff=expectSets[i]).removeAll(skipSets[i]).toPattern(pattern, TRUE); in TestSkippable()