Lines Matching refs:logln
43 logln(#test "---"); \
44 logln(); \
67 // if (exec) logln((UnicodeString)"TestSuite UnicodeSetTest");
242 //logln(source + " => " + pat0 + ", " + pat1 + ", " + pat2 + ", " + pat3);
243 logln((UnicodeString)source + " => " + pat0 + ", " + pat2);
342 logln("Testing copy construction");
351 logln("Testing =operator");
359 logln("Testing clone()");
368 logln("Testing hashcode");
580 logln((UnicodeString)"a [3-10]: " + a);
581 logln((UnicodeString)"b [7-15]: " + b);
586 logln((UnicodeString)"c.set(a).add(b): " + c);
594 logln((UnicodeString)"c.complement(): " + c);
601 logln((UnicodeString)"c.complement(): " + c);
610 logln((UnicodeString)"c.set(a).exclusiveOr(b): " + c);
618 logln((UnicodeString)"bitsToSet(setToBits(c)): " + c);
853 logln((UnicodeString)"Ok: " + pat0 + " == " + pat1);
855 logln((UnicodeString)"FAIL: " + pat0 + " != " + pat1);
1294 logln((UnicodeString)"Ok: " + pat + ".closeOver(" + selector + ") => " + exp);
1417 logln(escape(pat) + " => " + newpat);
1434 logln(escape(str));
1446 logln
1537 logln((UnicodeString)"[\\u0000-\\U0010FFFF].contains(" + c +
1547 logln((UnicodeString)"* [\\u0000-\\U0010FFFF].contains(" + c +
1551 logln((UnicodeString)"* [\\u0000-\\U0010FFFF].containsNone(" + c +
1555 logln((UnicodeString)"* [\\u0000-\\U0010FFFF].containsSome(" + c +
1560 logln((UnicodeString)"[\\u0000-\\U0010FFFF].indexOf(" + c +
1688 logln((UnicodeString)"Ok, got " + us.toPattern(a, TRUE));
1703 logln((UnicodeString)"Test pattern " + i + " :" + UnicodeString(DATA[i], -1, US_INV));
1730 logln((UnicodeString)"Testing " + i + ", " + x);
1958 logln((UnicodeString)"Ok: " + message
2008 logln((UnicodeString)"Ok: set " + setName + " contains " + prettify(charsIn));
2022 logln((UnicodeString)"Ok: set " + setName + " does not contain " + prettify(charsOut));
2043 logln(UnicodeString("Ok: applyPattern(\"") + pattern +
2062 logln(UnicodeString("Ok: applyPattern(\""+ pattern + "\").toPattern() => " + temppattern + " => pairs \"" + escape(getPairs(*tempset)) + "\""));
2084 logln((UnicodeString)"Ok: toPattern() => \"" + pat + "\"");
2101 logln((UnicodeString)"Ok: " + expPat +