Searched refs:expectSets (Results 1 – 3 of 3) sorted by relevance
1378 UnicodeSet diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; in TestSkippable() local1392 initExpectedSkippables(expectSets, errorCode); in TestSkippable()1396 if(skipSets[i]!=expectSets[i]) { in TestSkippable()1405 (diff=skipSets[i]).removeAll(expectSets[i]).toPattern(pattern, TRUE); in TestSkippable()1410 (diff=expectSets[i]).removeAll(skipSets[i]).toPattern(pattern, TRUE); in TestSkippable()
2369 UnicodeSet[] expectSets = new UnicodeSet[] { in TestSkippable() local2383 expectSets = initSkippables(expectSets); in TestSkippable()2384 if(expectSets[D].contains(0x0350)){ in TestSkippable()2387 for(int i=0; i<expectSets.length; ++i) { in TestSkippable()2388 if(!skipSets[i].equals(expectSets[i])) { in TestSkippable()2403 …pattern = new StringBuilder(((UnicodeSet)skipSets[i].clone()).removeAll(expectSets[i]).toPattern(t… in TestSkippable()2408 …pattern = new StringBuilder(((UnicodeSet)expectSets[i].clone()).removeAll(skipSets[i]).toPattern(t… in TestSkippable()2414 … UnicodeSet intersection = ((UnicodeSet) expectSets[i].clone()).retainAll(skipSets[i]); in TestSkippable()
2365 UnicodeSet[] expectSets = new UnicodeSet[] { in TestSkippable() local2379 expectSets = initSkippables(expectSets); in TestSkippable()2380 if(expectSets[D].contains(0x0350)){ in TestSkippable()2383 for(int i=0; i<expectSets.length; ++i) { in TestSkippable()2384 if(!skipSets[i].equals(expectSets[i])) { in TestSkippable()2399 …pattern = new StringBuilder(((UnicodeSet)skipSets[i].clone()).removeAll(expectSets[i]).toPattern(t… in TestSkippable()2404 …pattern = new StringBuilder(((UnicodeSet)expectSets[i].clone()).removeAll(skipSets[i]).toPattern(t… in TestSkippable()2410 … UnicodeSet intersection = ((UnicodeSet) expectSets[i].clone()).retainAll(skipSets[i]); in TestSkippable()