Lines Matching refs:gTest
498 IntlTest* IntlTest::gTest = NULL; member in IntlTest
504 if (IntlTest::gTest) in it_log()
505 IntlTest::gTest->log( message ); in it_log()
510 if (IntlTest::gTest) in it_logln()
511 IntlTest::gTest->logln( message ); in it_logln()
516 if (IntlTest::gTest) in it_logln()
517 IntlTest::gTest->logln(); in it_logln()
522 if (IntlTest::gTest) in it_info()
523 IntlTest::gTest->info( message ); in it_info()
528 if (IntlTest::gTest) in it_infoln()
529 IntlTest::gTest->infoln( message ); in it_infoln()
534 if (IntlTest::gTest) in it_infoln()
535 IntlTest::gTest->infoln(); in it_infoln()
540 if (IntlTest::gTest) in it_err()
541 IntlTest::gTest->err(); in it_err()
546 if (IntlTest::gTest) in it_err()
547 IntlTest::gTest->err( message ); in it_err()
552 if (IntlTest::gTest) in it_errln()
553 IntlTest::gTest->errln( message ); in it_errln()
558 if (IntlTest::gTest) in it_dataerr()
559 IntlTest::gTest->dataerr( message ); in it_dataerr()
564 if (IntlTest::gTest) in it_dataerrln()
565 IntlTest::gTest->dataerrln( message ); in it_dataerrln()
765 IntlTest* saveTest = gTest; in runTestLoop()
766 gTest = this; in runTestLoop()
842 gTest = saveTest; in runTestLoop()