Home | History | Annotate | Download | only in intltest

Lines Matching refs:rval

572     UBool rval = this->verbose;
574 return rval;
579 UBool rval = this->no_time;
581 return rval;
586 UBool rval = this->warn_on_missing_data;
588 return rval;
593 UBool rval = this->no_err_msg;
595 return rval;
600 UBool rval = this->quick;
602 return rval;
607 UBool rval = this->leaks;
609 return rval;
614 int32_t rval = this->threadCount;
616 return rval;
631 UBool rval;
652 rval = runTestLoop( NULL, par, baseName );
656 rval = TRUE;
659 rval = runTestLoop( name, par, baseName );
667 return rval;
691 UBool rval = FALSE;
733 rval = TRUE; // at least one test has been called
781 return rval;