Lines Matching refs:exp
273 UnicodeString exp;
274 exp.append((UChar)0x0000).append("aeeoouu").append((UChar)(0x007a+1)).append((UChar)0xFFFF);
275 expectPairs(set, exp);
586 UnicodeSet exp((UChar32)3,(UChar32)15);
587 if (c == exp) {
590 errln((UnicodeString)"FAIL: c.set(a).add(b) = " + c + ", expect " + exp);
593 exp.set((UChar32)0, (UChar32)2);
594 exp.add((UChar32)16, UnicodeSet::MAX_VALUE);
595 if (c == exp) {
598 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp);
601 exp.set((UChar32)3, (UChar32)15);
602 if (c == exp) {
605 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp);
609 exp.set((UChar32)3,(UChar32)6);
610 exp.add((UChar32)11,(UChar32) 15);
611 if (c == exp) {
614 errln((UnicodeString)"FAIL: c.set(a).exclusiveOr(b) = " + c + ", expect " + exp);
617 exp = c;
619 if (c == exp) {
622 errln((UnicodeString)"FAIL: bitsToSet(setToBits(c)) = " + c + ", expect " + exp);
639 exp.applyPattern("[{ab}]", status);
641 if (set != exp) { errln("FAIL: complement(\"ab\")"); return; }
652 exp.applyPattern("[{ab}b-kmo-z]", status);
654 if (set != exp) { errln("FAIL: complementAll(\"alan\")"); return; }
656 exp.applyPattern("[a-z]", status);
658 if (set.containsNone(exp)) { errln("FAIL: containsNone(UnicodeSet)"); }
659 if (!set.containsSome(exp)) { errln("FAIL: containsSome(UnicodeSet)"); }
660 exp.applyPattern("[aln]", status);
662 if (!set.containsNone(exp)) { errln("FAIL: containsNone(UnicodeSet)"); }
663 if (set.containsSome(exp)) { errln("FAIL: containsSome(UnicodeSet)"); }
679 exp.applyPattern("[{ab}b-hj-kmo-tv-z]", status);
681 if (set != exp) { errln("FAIL: removeAll(\"liu\")"); return; }
684 exp.applyPattern("[rst]", status);
686 if (set != exp) { errln("FAIL: retainAll(\"star\")"); return; }
689 exp.applyPattern("[s]", status);
691 if (set != exp) { errln("FAIL: retain('s')"); return; }
1287 UnicodeString exp(DATA[i+2], -1, US_INV);
1290 t.applyPattern(exp, ec);
1296 logln((UnicodeString)"Ok: " + pat + ".closeOver(" + selector + ") => " + exp);
1299 s.toPattern(buf, TRUE) + ", expected " + exp);
1388 const char exp[] =
1418 if (newpat == UnicodeString(exp, -1, US_INV)) {
1445 UnicodeSet exp
1447 if (set == exp) {
1453 ", expected " + exp.toPattern(xpat, TRUE));
1633 // var, value, var, value,..., input pat., exp. output pat., null