Home | History | Annotate | Download | only in intltest

Lines Matching defs:srcPath

3095     const char *srcPath;
3102 srcPath=getPath(tdd, "regextst.txt");
3103 if(srcPath==NULL) {
3108 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status);
3139 errln("%s:%d: ICU Error \"%s\"", srcPath, lineNum, u_errorName(status));
3167 errln("Bad pattern (missing quotes?) at %s:%d", srcPath, lineNum);
3210 regex_find(testPattern, testFlags, matchString, srcPath, lineNum);
3274 const char *srcPath,
3390 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line);
3399 errln("%s, Line %d: Expected, but did not get, a pattern compilation error.", srcPath, line);
3487 logln("Unable to create UTF-8 matcher, skipping UTF-8 tests for %s:%d", srcPath, line);
3931 const char *srcPath;
3938 srcPath=getPath(tdd, "re_tests.txt");
3939 if(srcPath==NULL) {
3944 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status);
4289 const char *srcPath;
4307 srcPath=getPath(tdd, "re_tests.txt");
4308 if(srcPath==NULL) {
4313 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status);