Lines Matching refs:logln
193 logln(message); in confirmBoolean()
211 logln(temp);
228 logln(temp); in confirmEqual()
245 logln(temp); in confirmEqual()
262 logln(temp); in confirmEqual()
282 logln(temp); in confirmStringsEqual()
295 logln(temp); in confirmIdentical()
305 logln(message + " lhs: " + lhs + " rhs: " + rhs); in confirmIdentical()
316 logln(message + *str); in msgstr()
689 logln(" " + *id + " --> " + *result); in testAPI_Two()
706 logln(" " + pair->displayName + " --> " + pair->id); in testAPI_Two()
746 logln(" " + pair->displayName + " --> " + pair->id); in testAPI_Two()
760 logln("actual id: " + actualID); in testAPI_Two()
762 logln("found actual: " + *gal + " with display name: " + displayName); in testAPI_Two()
766 logln("found actual: " + *gal + " with display name: " + displayName); in testAPI_Two()
784 logln("found actual: " + *bozo + " with display name: " + displayName); in testAPI_Two()
788 logln("found actual: " + *bozo + " with display name: " + displayName); in testAPI_Two()
902 logln("all visible ids:"); in testRBF()
905 logln(*id); in testRBF()
915 logln("service display names for de_DE"); in testRBF()
918 logln(" " + pair->displayName + " --> " + pair->id); in testRBF()
926 logln("californio language factory:"); in testRBF()
936 logln(UnicodeString("\n --- ") + idNames[i] + " ---"); in testRBF()
943 logln(" " + pair->displayName + " --> " + pair->id); in testRBF()
965 _test->logln(serviceName); in serviceChanged()
977 logln("simple registration notification"); in testNotification()
982 logln("registering foo... "); in testNotification()
984 logln("registering bar... "); in testNotification()
986 logln("getting foo..."); in testNotification()
988 logln(*result); in testNotification()
991 logln("removing listener 2..."); in testNotification()
993 logln("registering baz..."); in testNotification()
995 logln("removing listener 1"); in testNotification()
997 logln("registering burp..."); in testNotification()
1001 logln("... trying multiple registration"); in testNotification()
1007 logln("... registered foo"); in testNotification()
1014 logln("listener 3 report " + n++ + " service changed..."); in testNotification()
1016 logln("registering boink..."); in testNotification()
1022 logln("registering boo..."); in testNotification()
1026 logln("...done"); in testNotification()
1132 logln("lkey prefix: " + lkey->prefix(result)); in testLocale()
1134 logln("lkey descriptor: " + lkey->currentDescriptor(result)); in testLocale()
1136 logln(UnicodeString("lkey current locale: ") + lkey->currentLocale(localeResult).getName()); in testLocale()
1140 logln("lkey descriptor 2: " + lkey->currentDescriptor(result)); in testLocale()
1144 logln("lkey descriptor 3: " + lkey->currentDescriptor(result)); in testLocale()
1169 logln("all visible ids:"); in testLocale()
1172 logln(*id); in testLocale()
1181 logln("all visible ids:"); in testLocale()
1184 logln(*id); in testLocale()
1200 logln("locales: "); in testLocale()
1204 logln(p); in testLocale()
1207 logln(" "); in testLocale()
1289 logln("test one: " + *result); in testWrapFactory()
1313 logln("ID: " + key.getID()); in testCoverage()
1314 logln("canonicalID: " + key.canonicalID(temp)); in testCoverage()
1315 logln("currentID: " + key.currentID(temp.remove())); in testCoverage()
1316 logln("has fallback: " + UnicodeString(key.fallback() ? "true" : "false")); in testCoverage()
1331 logln(sf->getDisplayName("object", Locale::getDefault(), temp)); in testCoverage()
1345 logln("object is: " + *result); in testCoverage()
1364 logln("object is: " + *result); in testCoverage()
1404 logln(UnicodeString("current locale: ") + key->currentLocale(loc).getName()); in testCoverage()
1405 logln(UnicodeString("canonical locale: ") + key->canonicalLocale(loc).getName()); in testCoverage()
1406 logln(UnicodeString("is fallback of en: ") + (key->isFallbackOf("en") ? "true" : " false")); in testCoverage()
1418 logln("obj: " + UnicodeString(obj ? "obj" : "null")); in testCoverage()
1419 logln(lkf.getDisplayName("en_US", Locale::getDefault(), result)); in testCoverage()
1428 logln("obj: " + UnicodeString(obj ? "obj" : "null")); in testCoverage()
1429 logln(invisibleLKF.getDisplayName("en_US", Locale::getDefault(), result.remove())); in testCoverage()
1462 logln("got resource bundle for key"); in testCoverage()
1476 logln(e.getMessage()); in testCoverage()
1487 logln(e.getMessage()); in testCoverage()
1498 logln(e.getMessage()); in testCoverage()