Searched refs:infoln (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/test/intltest/ |
D | intltest.h | 129 virtual void infoln( const UnicodeString &message ); 131 virtual void infoln( void ); 149 void infoln(const char *fmt, ...);
|
D | ssearch.cpp | 320 infoln("Found, expected match start = %d, %d \n" in searchTest() 349 infoln("Found, expected backwards match start = %d, %d \n" in searchTest() 411 infoln("Could not open the input file %s. Test skipped\n", testCases[t].file); in udhrTest() 658 infoln("Found, expected match start = %d, %d \n" in bmSearchTest() 1031 infoln("Forward offsets: [%s]", printOffsets(buffer, forwardList)); in offsetTest() 1032 infoln("Backward offsets: [%s]", printOffsets(buffer, backwardList)); in offsetTest() 1034 infoln("Forward CEs: [%s]", printOrders(buffer, forwardList)); in offsetTest() 1035 infoln("Backward CEs: [%s]", printOrders(buffer, backwardList)); in offsetTest() 1037 infoln(); in offsetTest() 2288 infoln("SSearchTest built with UCONFIG_NO_REGULAR_EXPRESSIONS: ignoring parameters."); in monkeyTest() [all …]
|
D | intltest.cpp | 464 IntlTest::gTest->infoln( message ); in it_infoln() 470 IntlTest::gTest->infoln(); in it_infoln() 799 void IntlTest::infoln( const UnicodeString &message ) in infoln() function in IntlTest 804 void IntlTest::infoln( void ) in infoln() function in IntlTest 915 void IntlTest::infoln(const char *fmt, ...) in infoln() function in IntlTest 924 infoln(UnicodeString(buffer, "")); in infoln()
|
D | srchtest.cpp | 505 infoln("failure with StringSearch.clone()"); in assertEqual() 817 infoln("Error at test number %d", count); in TestBasic() 834 infoln("Error at test number %d", count); in TestNormExact() 841 infoln("Error at test number %d", count); in TestNormExact() 849 infoln("Error at test number %d", count); in TestNormExact() 860 infoln("Error at test number %d", count); in TestStrength() 946 infoln("Error at test number %d", count); in TestBreakIterator() 954 infoln("Error at test number %d", count); in TestBreakIterator() 974 infoln("Error at test number %d", count); in TestVariable()
|
D | ucaconf.cpp | 142 infoln( in openTestFile()
|
D | tsmthred.cpp | 968 infoln( in TestCollators() 1030 infoln("THREAD INFO: Couldn't spawn more than %i threads", noSpawned); in TestCollators()
|
D | ucharstrietest.cpp | 185 infoln("TestBranches length=%d", (int)length); in TestBranches() 376 infoln("buildLargeTrie(%ld) added %ld strings", (long)numUniqueFirst, (long)gen.getIndex()); in buildLargeTrie()
|
D | bytestrietest.cpp | 176 infoln("TestBranches length=%d", (int)length); in TestBranches()
|
D | regextst.cpp | 3692 infoln((UnicodeString)"\""+pattern+(UnicodeString)"\" " in regex_find() 4247 …infoln((UnicodeString)"Expected \""+expectedS+(UnicodeString)"\"; got \""+resultString+(UnicodeStr… in PerlTests() 4635 …infoln((UnicodeString)"Expected \""+expectedS+(UnicodeString)"\"; got \""+resultString+(UnicodeStr… in PerlTestsUTF8()
|
D | tztest.cpp | 127 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset); in TestGenericAPI()
|