Lines Matching refs:IntlTest
227 IntlTest::appendHex(uint32_t number, in appendHex()
270 IntlTest::toHex(uint32_t number, int32_t digits) { in toHex()
282 IntlTest::prettify(const UnicodeString &source, in prettify()
318 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) in prettify()
376 void IntlTest::setICU_DATA() { in setICU_DATA()
448 IntlTest* IntlTest::gTest = NULL;
454 if (IntlTest::gTest) in it_log()
455 IntlTest::gTest->log( message ); in it_log()
460 if (IntlTest::gTest) in it_logln()
461 IntlTest::gTest->logln( message ); in it_logln()
466 if (IntlTest::gTest) in it_logln()
467 IntlTest::gTest->logln(); in it_logln()
472 if (IntlTest::gTest) in it_info()
473 IntlTest::gTest->info( message ); in it_info()
478 if (IntlTest::gTest) in it_infoln()
479 IntlTest::gTest->infoln( message ); in it_infoln()
484 if (IntlTest::gTest) in it_infoln()
485 IntlTest::gTest->infoln(); in it_infoln()
490 if (IntlTest::gTest) in it_err()
491 IntlTest::gTest->err(); in it_err()
496 if (IntlTest::gTest) in it_err()
497 IntlTest::gTest->err( message ); in it_err()
502 if (IntlTest::gTest) in it_errln()
503 IntlTest::gTest->errln( message ); in it_errln()
508 if (IntlTest::gTest) in it_dataerr()
509 IntlTest::gTest->dataerr( message ); in it_dataerr()
514 if (IntlTest::gTest) in it_dataerrln()
515 IntlTest::gTest->dataerrln( message ); in it_dataerrln()
518 IntlTest::IntlTest() in IntlTest() function in IntlTest
538 void IntlTest::setCaller( IntlTest* callingTest ) in setCaller()
555 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) in callTest()
565 void IntlTest::setPath( char* pathVal ) in setPath()
570 UBool IntlTest::setVerbose( UBool verboseVal ) in setVerbose()
577 UBool IntlTest::setNotime( UBool no_time ) in setNotime()
584 UBool IntlTest::setWarnOnMissingData( UBool warn_on_missing_dataVal ) in setWarnOnMissingData()
591 UBool IntlTest::setNoErrMsg( UBool no_err_msgVal ) in setNoErrMsg()
598 UBool IntlTest::setQuick( UBool quickVal ) in setQuick()
605 UBool IntlTest::setLeaks( UBool leaksVal ) in setLeaks()
612 int32_t IntlTest::setThreadCount( int32_t count ) in setThreadCount()
619 int32_t IntlTest::getErrors( void ) in getErrors()
624 int32_t IntlTest::getDataErrors( void ) in getDataErrors()
629 UBool IntlTest::runTest( char* name, char* par, char *baseName ) in runTest()
671 void IntlTest::runIndexedTest( int32_t /*index*/, UBool /*exec*/, const char* & /*name*/, char* /*p… in runIndexedTest()
685 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) in runTestLoop()
705 IntlTest* saveTest = gTest; in runTestLoop()
788 void IntlTest::log( const UnicodeString &message ) in log()
799 void IntlTest::logln( const UnicodeString &message ) in logln()
806 void IntlTest::logln( void ) in logln()
816 void IntlTest::info( const UnicodeString &message ) in info()
825 void IntlTest::infoln( const UnicodeString &message ) in infoln()
830 void IntlTest::infoln( void ) in infoln()
835 int32_t IntlTest::IncErrorCount( void ) in IncErrorCount()
842 int32_t IntlTest::IncDataErrorCount( void ) in IncDataErrorCount()
849 void IntlTest::err() in err()
854 void IntlTest::err( const UnicodeString &message ) in err()
860 void IntlTest::errln( const UnicodeString &message ) in errln()
866 void IntlTest::dataerr( const UnicodeString &message ) in dataerr()
877 void IntlTest::dataerrln( const UnicodeString &message ) in dataerrln()
891 void IntlTest::errcheckln(UErrorCode status, const UnicodeString &message ) { in errcheckln()
900 void IntlTest::log(const char *fmt, ...) in log()
914 void IntlTest::logln(const char *fmt, ...) in logln()
929 void IntlTest::info(const char *fmt, ...) in info()
941 void IntlTest::infoln(const char *fmt, ...) in infoln()
953 void IntlTest::err(const char *fmt, ...) in err()
964 void IntlTest::errln(const char *fmt, ...) in errln()
975 void IntlTest::dataerrln(const char *fmt, ...) in dataerrln()
986 void IntlTest::errcheckln(UErrorCode status, const char *fmt, ...) in errcheckln()
1002 void IntlTest::printErrors() in printErrors()
1004 IntlTest::LL_message(errorList, TRUE); in printErrors()
1007 void IntlTest::LL_message( UnicodeString message, UBool newline ) in LL_message()
1058 void IntlTest::usage( void ) in usage()
1079 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks in run_phase2()
1114 const char *props[IntlTest::kMaxProps]; in main()
1158 if (nProps < IntlTest::kMaxProps) { in main()
1203 if (nProps > IntlTest::kMaxProps) { in main()
1281 IntlTest::setICU_DATA(); // Must set data directory before u_init() is called. in main()
1446 const char* IntlTest::loadTestData(UErrorCode& err){ in loadTestData()
1485 const char* IntlTest::getTestDataPath(UErrorCode& err) { in getTestDataPath()
1490 const char *IntlTest::getSourceTestData(UErrorCode& /*err*/) { in getSourceTestData()
1509 const char* IntlTest::fgDataDir = NULL;
1512 const char * IntlTest::pathToDataDirectory() in pathToDataDirectory()
1605 float IntlTest::random(int32_t* seedp) { in random()
1630 float IntlTest::random() { in random()
1657 UBool IntlTest::assertTrue(const char* message, UBool condition, UBool quiet, UBool possibleDataErr… in assertTrue()
1670 UBool IntlTest::assertFalse(const char* message, UBool condition, UBool quiet) { in assertFalse()
1679 UBool IntlTest::assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError) { in assertSuccess()
1692 UBool IntlTest::assertEquals(const char* message, in assertEquals()
1716 UBool IntlTest::assertEquals(const char* message, in assertEquals()
1733 UBool IntlTest::assertEquals(const char* message, in assertEquals()
1751 UBool IntlTest::assertEquals(const char* message, in assertEquals()
1779 UBool IntlTest::assertTrue(const UnicodeString& message, UBool condition, UBool quiet) { in assertTrue()
1783 UBool IntlTest::assertFalse(const UnicodeString& message, UBool condition, UBool quiet) { in assertFalse()
1787 UBool IntlTest::assertSuccess(const UnicodeString& message, UErrorCode ec) { in assertSuccess()
1791 UBool IntlTest::assertEquals(const UnicodeString& message, in assertEquals()
1797 UBool IntlTest::assertEquals(const UnicodeString& message, in assertEquals()
1807 UBool IntlTest::isICUVersionBefore(int major, int minor, int milli) { in isICUVersionBefore()
1815 UBool IntlTest::assertEquals(const UnicodeString& message, in assertEquals()
1822 void IntlTest::setProperty(const char* propline) { in setProperty()
1829 const char* IntlTest::getProperty(const char* prop) { in getProperty()