Lines Matching refs:gTest
497 IntlTest* IntlTest::gTest = NULL; member in IntlTest
503 if (IntlTest::gTest) in it_log()
504 IntlTest::gTest->log( message ); in it_log()
509 if (IntlTest::gTest) in it_logln()
510 IntlTest::gTest->logln( message ); in it_logln()
515 if (IntlTest::gTest) in it_logln()
516 IntlTest::gTest->logln(); in it_logln()
521 if (IntlTest::gTest) in it_info()
522 IntlTest::gTest->info( message ); in it_info()
527 if (IntlTest::gTest) in it_infoln()
528 IntlTest::gTest->infoln( message ); in it_infoln()
533 if (IntlTest::gTest) in it_infoln()
534 IntlTest::gTest->infoln(); in it_infoln()
539 if (IntlTest::gTest) in it_err()
540 IntlTest::gTest->err(); in it_err()
545 if (IntlTest::gTest) in it_err()
546 IntlTest::gTest->err( message ); in it_err()
551 if (IntlTest::gTest) in it_errln()
552 IntlTest::gTest->errln( message ); in it_errln()
557 if (IntlTest::gTest) in it_dataerr()
558 IntlTest::gTest->dataerr( message ); in it_dataerr()
563 if (IntlTest::gTest) in it_dataerrln()
564 IntlTest::gTest->dataerrln( message ); in it_dataerrln()
764 IntlTest* saveTest = gTest; in runTestLoop()
765 gTest = this; in runTestLoop()
841 gTest = saveTest; in runTestLoop()