Home | History | Annotate | Download | only in intltest

Lines Matching refs:logln

78     logln("The property tests begin : ");
79 logln("Test ctors : ");
100 logln("Collator::getVersion() result: %02x.%02x.%02x.%02x",
134 logln("Test ctors ends.");
135 logln("testing Collator::getStrength() method ...");
140 logln("testing Collator::setStrength() method ...");
148 logln("Get display name for the US English collation in German : ");
149 logln(Collator::getDisplayName(Locale::getUS(), Locale::getGerman(), name));
152 logln("Get display name for the US English collation in English : ");
153 logln(Collator::getDisplayName(Locale::getUS(), Locale::getEnglish(), name));
158 logln("Get display name for the US English in default locale language : ");
159 logln(Collator::getDisplayName(Locale::US, name));
185 logln("testing Collator::getStrength() method again ...");
189 logln("testing French Collator::setStrength() method ...");
196 logln("Create junk collation: ");
225 logln("Collator property test ended.");
247 logln("PASS: RuleBased Collator creation passed\n");
257 logln("PASS: RuleBased Collator creation passed\n");
268 logln("PASS: Fallback Collator creation passed\n");
279 logln("PASS: Default Collator creation passed\n");
328 logln("PASS: RuleBased Collator creation passed\n");
423 logln("hashCode tests begin.");
450 logln("Collator::hashCode() testing ...");
456 logln("hashCode tests end.");
482 logln("testing CollationKey begins...");
497 logln("Testing weird arguments");
534 logln("Use tertiary comparison level testing ....");
586 logln("Equality tests : ");
600 logln("testing sortkey ends...");
617 logln("testing sortkey begins...");
629 logln("Constructors and comparison testing....");
804 logln("testing CollationElementIterator ends...");
825 logln("The operator tests begin : ");
826 logln("testing operator==, operator!=, clone methods ...");
875 logln("operator tests ended.");
894 logln("Default collator creation failed.");
902 logln("Collation tailoring failed.");
941 logln("The compare tests begin : ");
950 logln("Use tertiary comparison level testing ....");
957 logln("Use secondary comparison level testing ....");
964 logln("Use primary comparison level testing ....");
993 logln("The compare tests end.");
1003 logln("Trying Collator::getAvailableLocales(int&)");
1008 logln(UnicodeString("Locale name: ")
1018 logln("Trying Collator::getAvailableLocales()");
1031 logln(UnicodeString("Locale name is: ") + *locStr);
1038 logln("Trying Collator::getAvailableLocales() clone");
1044 logln(UnicodeString("Locale name is: ") + UnicodeString(locCStr));
1088 logln("Use tertiary comparison level testing ....\n");
1157 logln("Use secondary comparision level testing ...\n");
1215 logln("testing sortkey ends...");
2292 logln("\ninit c0");
2304 logln("\ninit c1");
2316 logln("\ninit c2");
2361 logln("rbc->cloneBinary() -> %d bytes", (int)binLength);
2458 logln(msg + " " + c->compare(bigone, littleone) +
2464 if (exec) logln("TestSuite CollationAPITest: ");