Searched refs:gTest (Results 1 – 6 of 6) sorted by relevance
146 } gTest[] = { in TestUTF() local160 for (size_t i = 0; i < SK_ARRAY_COUNT(gTest); i++) { in TestUTF()161 const char* p = gTest[i].fUtf8; in TestUTF()163 SkUnichar u0 = SkUTF8_ToUnichar(gTest[i].fUtf8); in TestUTF()168 REPORTER_ASSERT(reporter, u0 == gTest[i].fUni); in TestUTF()170 p - gTest[i].fUtf8 == (int)strlen(gTest[i].fUtf8)); in TestUTF()
433 IntlTest* IntlTest::gTest = NULL; member in IntlTest439 if (IntlTest::gTest) in it_log()440 IntlTest::gTest->log( message ); in it_log()445 if (IntlTest::gTest) in it_logln()446 IntlTest::gTest->logln( message ); in it_logln()451 if (IntlTest::gTest) in it_logln()452 IntlTest::gTest->logln(); in it_logln()457 if (IntlTest::gTest) in it_info()458 IntlTest::gTest->info( message ); in it_info()463 if (IntlTest::gTest) in it_infoln()[all …]
269 static IntlTest* gTest;
19 UPerfTest* UPerfTest::gTest = NULL; member in UPerfTest344 UPerfTest* saveTest = gTest; in runTestLoop()345 gTest = this; in runTestLoop()468 gTest = saveTest; in runTestLoop()
173 static UPerfTest* gTest;
45 // it makes little sense to wrap the code below into a gTest test case.