/external/chromium_org/third_party/icu/source/test/intltest/ |
intltest.h | 129 virtual void infoln( const UnicodeString &message ); 131 virtual void infoln( void ); 149 void infoln(const char *fmt, ...);
|
srchtest.cpp | 281 infoln("Pattern: %s", str); 282 infoln("Error following match found at idx,len %d,%d; expected %d,%d", 402 infoln("failure with StringSearch.clone()"); 714 infoln("Error at test number %d", count); 731 infoln("Error at test number %d", count); 738 infoln("Error at test number %d", count); 746 infoln("Error at test number %d", count); 757 infoln("Error at test number %d", count); 843 infoln("Error at test number %d", count); 851 infoln("Error at test number %d", count) [all...] |
ucaconf.cpp | 142 infoln(
|
ssearch.cpp | 320 infoln("Found, expected match start = %d, %d \n" 349 infoln("Found, expected backwards match start = %d, %d \n" 411 infoln("Could not open the input file %s. Test skipped\n", testCases[t].file); 658 infoln("Found, expected match start = %d, %d \n" 1031 infoln("Forward offsets: [%s]", printOffsets(buffer, forwardList)); 1032 infoln("Backward offsets: [%s]", printOffsets(buffer, backwardList)); 1034 infoln("Forward CEs: [%s]", printOrders(buffer, forwardList)); 1035 infoln("Backward CEs: [%s]", printOrders(buffer, backwardList)); 1037 infoln(); [all...] |
intltest.cpp | 464 IntlTest::gTest->infoln( message ); 470 IntlTest::gTest->infoln(); 799 void IntlTest::infoln( const UnicodeString &message ) function in class:IntlTest 804 void IntlTest::infoln( void ) function in class:IntlTest 915 void IntlTest::infoln(const char *fmt, ...) function in class:IntlTest 924 infoln(UnicodeString(buffer, "")); [all...] |
tsmthred.cpp | 968 infoln( 1030 infoln("THREAD INFO: Couldn't spawn more than %i threads", noSpawned); [all...] |
regextst.cpp | [all...] |
tztest.cpp | 122 * We downgrade this from errln to infoln. When we see this message, 125 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset); [all...] |
/external/icu4c/test/intltest/ |
intltest.h | 156 virtual void infoln( const UnicodeString &message ); 158 virtual void infoln( void ); 176 void infoln(const char *fmt, ...);
|
ssearch.cpp | 286 infoln("Found, expected match start = %d, %d \n" 315 infoln("Found, expected backwards match start = %d, %d \n" 679 infoln("Forward offsets: [%s]", printOffsets(buffer, forwardList)); 680 infoln("Backward offsets: [%s]", printOffsets(buffer, backwardList)); 682 infoln("Forward CEs: [%s]", printOrders(buffer, forwardList)); 683 infoln("Backward CEs: [%s]", printOrders(buffer, backwardList)); 685 infoln(); [all...] |
srchtest.cpp | 505 infoln("failure with StringSearch.clone()"); 817 infoln("Error at test number %d", count); 834 infoln("Error at test number %d", count); 841 infoln("Error at test number %d", count); 849 infoln("Error at test number %d", count); 860 infoln("Error at test number %d", count); 946 infoln("Error at test number %d", count); 954 infoln("Error at test number %d", count); 974 infoln("Error at test number %d", count); [all...] |
ucaconf.cpp | 141 infoln(
|
intltest.cpp | 479 IntlTest::gTest->infoln( message ); 485 IntlTest::gTest->infoln(); 825 void IntlTest::infoln( const UnicodeString &message ) function in class:IntlTest 830 void IntlTest::infoln( void ) function in class:IntlTest 941 void IntlTest::infoln(const char *fmt, ...) function in class:IntlTest 950 infoln(UnicodeString(buffer, "")); [all...] |
ucharstrietest.cpp | 185 infoln("TestBranches length=%d", (int)length); 376 infoln("buildLargeTrie(%ld) added %ld strings", (long)numUniqueFirst, (long)gen.getIndex()); [all...] |
tsmthred.cpp | [all...] |
bytestrietest.cpp | 176 infoln("TestBranches length=%d", (int)length);
|
regextst.cpp | [all...] |
tztest.cpp | 131 * We downgrade this from errln to infoln. When we see this message, 134 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset); [all...] |
numfmtst.cpp | [all...] |