Home
last modified time | relevance | path

Searched refs:setCaller (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/unicode/
Duperf.h142 void setCaller( UPerfTest* callingTest ); // for internal use only
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp507 void UPerfTest::setCaller( UPerfTest* callingTest ) in setCaller() function in UPerfTest
518 testToBeCalled.setCaller( this ); in callTest()
/external/icu/icu4c/source/test/intltest/
Dintltest.h159 virtual void setCaller( IntlTest* callingTest ); // for internal use only
Dintltest.cpp566 void IntlTest::setCaller( IntlTest* callingTest ) in setCaller() function in IntlTest
587 testToBeCalled.setCaller( this ); in callTest()
Dnumfmtst.cpp8270 dd.setCaller(this); in TestDataDriven()