Lines Matching refs:UBool
59 static UBool noKnownIssues = FALSE; // if TRUE, don't emit known issues
237 UnicodeString toString(UBool b) {
323 static inline UBool isPrintable(UChar32 c) {
365 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash)
604 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par )
609 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath );
619 UBool IntlTest::setVerbose( UBool verboseVal )
621 UBool rval = this->verbose;
626 UBool IntlTest::setNotime( UBool no_time )
628 UBool rval = this->no_time;
633 UBool IntlTest::setWarnOnMissingData( UBool warn_on_missing_dataVal )
635 UBool rval = this->warn_on_missing_data;
640 UBool IntlTest::setNoErrMsg( UBool no_err_msgVal )
642 UBool rval = this->no_err_msg;
647 UBool IntlTest::setQuick( UBool quickVal )
649 UBool rval = this->quick;
654 UBool IntlTest::setLeaks( UBool leaksVal )
656 UBool rval = this->leaks;
678 UBool IntlTest::runTest( char* name, char* par, char *baseName )
680 UBool rval;
720 void IntlTest::runIndexedTest( int32_t /*index*/, UBool /*exec*/, const char* & /*name*/, char* /*par*/ )
734 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName )
738 UBool run_this_test;
740 UBool rval = FALSE;
741 UBool lastTestFailed;
766 run_this_test = (UBool) (strcmp( name, testname ) == 0);
985 UBool IntlTest::logKnownIssue(const char *ticket, const char *fmt, ...)
997 UBool IntlTest::logKnownIssue(const char *ticket) {
1001 UBool IntlTest::logKnownIssue(const char *ticket, const UnicodeString &msg) {
1008 UBool firstForTicket = TRUE, firstForWhere = TRUE;
1101 UBool IntlTest::printKnownIssues()
1114 void IntlTest::LL_message( UnicodeString message, UBool newline )
1174 UBool save_verbose = setVerbose( TRUE );
1192 UBool
1216 UBool syntax = FALSE;
1217 UBool all = FALSE;
1218 UBool verbose = FALSE;
1219 UBool no_err_msg = FALSE;
1220 UBool no_time = FALSE;
1221 UBool quick = TRUE;
1222 UBool name = FALSE;
1223 UBool leaks = FALSE;
1224 UBool utf8 = FALSE;
1226 UBool warnOnMissingData = FALSE;
1227 UBool defaultDataFound = FALSE;
1500 UBool res = major.runTest( name, parameter, baseName );
1795 static UBool first=TRUE;
1878 UBool IntlTest::assertTrue(const char* message, UBool condition, UBool quiet, UBool possibleDataError, const char *file, int line) {
1904 UBool IntlTest::assertFalse(const char* message, UBool condition, UBool quiet, UBool possibleDataError) {
1917 UBool IntlTest::assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError, const char *file, int line) {
1934 UBool IntlTest::assertEquals(const char* message,
1937 UBool possibleDataError) {
1958 UBool IntlTest::assertEquals(const char* message,
1975 UBool IntlTest::assertEquals(const char* message,
1992 UBool IntlTest::assertEquals(const char* message,
2009 UBool IntlTest::assertEquals(const char* message,
2028 UBool IntlTest::assertEquals(const char* message,
2029 UBool expected,
2030 UBool actual) {
2046 UBool IntlTest::assertEquals(const char* message,
2063 UBool IntlTest::assertEquals(const char* message,
2083 UBool IntlTest::assertEquals(const char* message,
2086 UBool possibleDataError) {
2118 UBool IntlTest::assertTrue(const UnicodeString& message, UBool condition, UBool quiet, UBool possibleDataError) {
2122 UBool IntlTest::assertFalse(const UnicodeString& message, UBool condition, UBool quiet, UBool possibleDataError) {
2126 UBool IntlTest::assertSuccess(const UnicodeString& message, UErrorCode ec) {
2130 UBool IntlTest::assertEquals(const UnicodeString& message,
2133 UBool possibleDataError) {
2137 UBool IntlTest::assertEquals(const UnicodeString& message,
2142 UBool IntlTest::assertEquals(const UnicodeString& message,
2143 UBool expected,
2144 UBool actual) {
2147 UBool IntlTest::assertEquals(const UnicodeString& message,
2152 UBool IntlTest::assertEquals(const UnicodeString& message,
2157 UBool IntlTest::assertEquals(const UnicodeString& message,
2162 UBool IntlTest::assertEquals(const UnicodeString& message,
2167 UBool IntlTest::assertEquals(const UnicodeString& message,
2174 UBool IntlTest::assertEquals(const UnicodeString& message,