Lines Matching refs:gTest
465 IntlTest* IntlTest::gTest = NULL; member in IntlTest
471 if (IntlTest::gTest) in it_log()
472 IntlTest::gTest->log( message ); in it_log()
477 if (IntlTest::gTest) in it_logln()
478 IntlTest::gTest->logln( message ); in it_logln()
483 if (IntlTest::gTest) in it_logln()
484 IntlTest::gTest->logln(); in it_logln()
489 if (IntlTest::gTest) in it_info()
490 IntlTest::gTest->info( message ); in it_info()
495 if (IntlTest::gTest) in it_infoln()
496 IntlTest::gTest->infoln( message ); in it_infoln()
501 if (IntlTest::gTest) in it_infoln()
502 IntlTest::gTest->infoln(); in it_infoln()
507 if (IntlTest::gTest) in it_err()
508 IntlTest::gTest->err(); in it_err()
513 if (IntlTest::gTest) in it_err()
514 IntlTest::gTest->err( message ); in it_err()
519 if (IntlTest::gTest) in it_errln()
520 IntlTest::gTest->errln( message ); in it_errln()
525 if (IntlTest::gTest) in it_dataerr()
526 IntlTest::gTest->dataerr( message ); in it_dataerr()
531 if (IntlTest::gTest) in it_dataerrln()
532 IntlTest::gTest->dataerrln( message ); in it_dataerrln()
724 IntlTest* saveTest = gTest; in runTestLoop()
725 gTest = this; in runTestLoop()
801 gTest = saveTest; in runTestLoop()