Home | History | Annotate | Download | only in intltest

Lines Matching full:exec

41                           if (exec) {                         \
48 void IntlTestUtilities::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
50 if (exec) logln("TestSuite Utilities: ");
70 if (exec) {
78 if (exec) {
86 if (exec) {
94 if (exec) {
102 if (exec) {
110 if (exec) {
120 void ErrorCodeTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) {
121 if (exec) logln("TestSuite Utilities: ");
123 case 0: name = "TestErrorCode"; if (exec) TestErrorCode(); break;
124 case 1: name = "TestSubclass"; if (exec) TestSubclass(); break;
240 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
252 void LocalPointerTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) {
253 if(exec) {
503 virtual void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
511 void EnumSetTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) {