HomeSort by relevance Sort by last modified time
    Searched refs:infoln (Results 1 - 8 of 8) sorted by null

  /external/icu4c/test/intltest/
intltest.h 129 virtual void infoln( const UnicodeString &message );
131 virtual void infoln( void );
149 void infoln(const char *fmt, ...);
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...]
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...]
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...]
ucaconf.cpp 142 infoln(
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...]

Completed in 157 milliseconds