Lines Matching refs:IntlTest
267 IntlTest::appendHex(uint32_t number, in appendHex()
317 IntlTest::toHex(uint32_t number, int32_t digits) { in toHex()
329 IntlTest::prettify(const UnicodeString &source, in prettify()
365 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) in prettify()
423 void IntlTest::setICU_DATA() { in setICU_DATA()
495 IntlTest* IntlTest::gTest = NULL;
501 if (IntlTest::gTest) in it_log()
502 IntlTest::gTest->log( message ); in it_log()
507 if (IntlTest::gTest) in it_logln()
508 IntlTest::gTest->logln( message ); in it_logln()
513 if (IntlTest::gTest) in it_logln()
514 IntlTest::gTest->logln(); in it_logln()
519 if (IntlTest::gTest) in it_info()
520 IntlTest::gTest->info( message ); in it_info()
525 if (IntlTest::gTest) in it_infoln()
526 IntlTest::gTest->infoln( message ); in it_infoln()
531 if (IntlTest::gTest) in it_infoln()
532 IntlTest::gTest->infoln(); in it_infoln()
537 if (IntlTest::gTest) in it_err()
538 IntlTest::gTest->err(); in it_err()
543 if (IntlTest::gTest) in it_err()
544 IntlTest::gTest->err( message ); in it_err()
549 if (IntlTest::gTest) in it_errln()
550 IntlTest::gTest->errln( message ); in it_errln()
555 if (IntlTest::gTest) in it_dataerr()
556 IntlTest::gTest->dataerr( message ); in it_dataerr()
561 if (IntlTest::gTest) in it_dataerrln()
562 IntlTest::gTest->dataerrln( message ); in it_dataerrln()
565 IntlTest::IntlTest() in IntlTest() function in IntlTest
586 void IntlTest::setCaller( IntlTest* callingTest ) in setCaller()
604 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) in callTest()
614 void IntlTest::setPath( char* pathVal ) in setPath()
619 UBool IntlTest::setVerbose( UBool verboseVal ) in setVerbose()
626 UBool IntlTest::setNotime( UBool no_time ) in setNotime()
633 UBool IntlTest::setWarnOnMissingData( UBool warn_on_missing_dataVal ) in setWarnOnMissingData()
640 UBool IntlTest::setNoErrMsg( UBool no_err_msgVal ) in setNoErrMsg()
647 UBool IntlTest::setQuick( UBool quickVal ) in setQuick()
654 UBool IntlTest::setLeaks( UBool leaksVal ) in setLeaks()
661 int32_t IntlTest::setThreadCount( int32_t count ) in setThreadCount()
668 int32_t IntlTest::getErrors( void ) in getErrors()
673 int32_t IntlTest::getDataErrors( void ) in getDataErrors()
678 UBool IntlTest::runTest( char* name, char* par, char *baseName ) in runTest()
720 void IntlTest::runIndexedTest( int32_t /*index*/, UBool /*exec*/, const char* & /*name*/, char* /*p… in runIndexedTest()
734 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) in runTestLoop()
754 IntlTest* saveTest = gTest; in runTestLoop()
839 void IntlTest::log( const UnicodeString &message ) in log()
850 void IntlTest::logln( const UnicodeString &message ) in logln()
857 void IntlTest::logln( void ) in logln()
867 void IntlTest::info( const UnicodeString &message ) in info()
876 void IntlTest::infoln( const UnicodeString &message ) in infoln()
881 void IntlTest::infoln( void ) in infoln()
886 int32_t IntlTest::IncErrorCount( void ) in IncErrorCount()
893 int32_t IntlTest::IncDataErrorCount( void ) in IncDataErrorCount()
900 void IntlTest::err() in err()
905 void IntlTest::err( const UnicodeString &message ) in err()
911 void IntlTest::errln( const UnicodeString &message ) in errln()
917 void IntlTest::dataerr( const UnicodeString &message ) in dataerr()
928 void IntlTest::dataerrln( const UnicodeString &message ) in dataerrln()
948 void IntlTest::errcheckln(UErrorCode status, const UnicodeString &message ) { in errcheckln()
957 void IntlTest::log(const char *fmt, ...) in log()
971 void IntlTest::logln(const char *fmt, ...) in logln()
985 UBool IntlTest::logKnownIssue(const char *ticket, const char *fmt, ...) in logKnownIssue()
997 UBool IntlTest::logKnownIssue(const char *ticket) { in logKnownIssue()
1001 UBool IntlTest::logKnownIssue(const char *ticket, const UnicodeString &msg) { in logKnownIssue()
1023 void IntlTest::info(const char *fmt, ...) in info()
1035 void IntlTest::infoln(const char *fmt, ...) in infoln()
1047 void IntlTest::err(const char *fmt, ...) in err()
1058 void IntlTest::errln(const char *fmt, ...) in errln()
1069 void IntlTest::dataerrln(const char *fmt, ...) in dataerrln()
1080 void IntlTest::errcheckln(UErrorCode status, const char *fmt, ...) in errcheckln()
1096 void IntlTest::printErrors() in printErrors()
1098 IntlTest::LL_message(errorList, TRUE); in printErrors()
1101 UBool IntlTest::printKnownIssues() in printKnownIssues()
1114 void IntlTest::LL_message( UnicodeString message, UBool newline ) in LL_message()
1172 void IntlTest::usage( void ) in usage()
1193 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks in run_phase2()
1234 const char *props[IntlTest::kMaxProps]; in main()
1286 if (nProps < IntlTest::kMaxProps) { in main()
1330 if (nProps > IntlTest::kMaxProps) { in main()
1411 IntlTest::setICU_DATA(); // Must set data directory before u_init() is called. in main()
1591 const char* IntlTest::loadTestData(UErrorCode& err){ in loadTestData()
1630 const char* IntlTest::getTestDataPath(UErrorCode& err) { in getTestDataPath()
1635 const char *IntlTest::getSourceTestData(UErrorCode& /*err*/) { in getSourceTestData()
1655 char *IntlTest::getUnidataPath(char path[]) { in getUnidataPath()
1697 const char* IntlTest::fgDataDir = NULL;
1700 const char * IntlTest::pathToDataDirectory() in pathToDataDirectory()
1793 float IntlTest::random(int32_t* seedp) { in random()
1818 float IntlTest::random() { in random()
1827 IntlTest::icu_rand::icu_rand(uint32_t seed) { in icu_rand()
1835 IntlTest::icu_rand::~icu_rand() {} in ~icu_rand()
1837 void IntlTest::icu_rand::seed(uint32_t seed) { in seed()
1844 uint32_t IntlTest::icu_rand::operator() () { in operator ()()
1849 uint32_t IntlTest::icu_rand::getSeed() { in getSeed()
1878 UBool IntlTest::assertTrue(const char* message, UBool condition, UBool quiet, UBool possibleDataErr… in assertTrue()
1904 UBool IntlTest::assertFalse(const char* message, UBool condition, UBool quiet, UBool possibleDataEr… in assertFalse()
1917 UBool IntlTest::assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError, const ch… in assertSuccess()
1934 UBool IntlTest::assertEquals(const char* message, in assertEquals()
1958 UBool IntlTest::assertEquals(const char* message, in assertEquals()
1975 UBool IntlTest::assertEquals(const char* message, in assertEquals()
1992 UBool IntlTest::assertEquals(const char* message, in assertEquals()
2009 UBool IntlTest::assertEquals(const char* message, in assertEquals()
2028 UBool IntlTest::assertEquals(const char* message, in assertEquals()
2046 UBool IntlTest::assertEquals(const char* message, in assertEquals()
2063 UBool IntlTest::assertEquals(const char* message, in assertEquals()
2083 UBool IntlTest::assertEquals(const char* message, in assertEquals()
2118 UBool IntlTest::assertTrue(const UnicodeString& message, UBool condition, UBool quiet, UBool possib… in assertTrue()
2122 UBool IntlTest::assertFalse(const UnicodeString& message, UBool condition, UBool quiet, UBool possi… in assertFalse()
2126 UBool IntlTest::assertSuccess(const UnicodeString& message, UErrorCode ec) { in assertSuccess()
2130 UBool IntlTest::assertEquals(const UnicodeString& message, in assertEquals()
2137 UBool IntlTest::assertEquals(const UnicodeString& message, in assertEquals()
2142 UBool IntlTest::assertEquals(const UnicodeString& message, in assertEquals()
2147 UBool IntlTest::assertEquals(const UnicodeString& message, in assertEquals()
2152 UBool IntlTest::assertEquals(const UnicodeString& message, in assertEquals()
2157 UBool IntlTest::assertEquals(const UnicodeString& message, in assertEquals()
2162 UBool IntlTest::assertEquals(const UnicodeString& message, in assertEquals()
2167 UBool IntlTest::assertEquals(const UnicodeString& message, in assertEquals()
2174 UBool IntlTest::assertEquals(const UnicodeString& message, in assertEquals()
2181 void IntlTest::setProperty(const char* propline) { in setProperty()
2188 const char* IntlTest::getProperty(const char* prop) { in getProperty()