Home | History | Annotate | Download | only in intltest

Lines Matching refs:basePath

519     strcpy(basePath, "/");
543 strcpy(testToBeCalled.basePath, this->basePath );
544 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath );
545 strcpy(testToBeCalled.basePath, this->basePath ); // reset it.
676 if ((char *)this->basePath != baseName) {
677 strcpy(this->basePath, baseName);