Lines Matching defs:srcPath
3106 const char *srcPath;
3113 srcPath=getPath(tdd, "regextst.txt");
3114 if(srcPath==NULL) {
3119 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status);
3150 errln("%s:%d: ICU Error \"%s\"", srcPath, lineNum, u_errorName(status));
3178 errln("Bad pattern (missing quotes?) at %s:%d", srcPath, lineNum);
3221 regex_find(testPattern, testFlags, matchString, srcPath, lineNum);
3285 const char *srcPath,
3404 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line);
3413 errln("%s, Line %d: Expected, but did not get, a pattern compilation error.", srcPath, line);
3501 logln("Unable to create UTF-8 matcher, skipping UTF-8 tests for %s:%d", srcPath, line);
3948 const char *srcPath;
3955 srcPath=getPath(tdd, "re_tests.txt");
3956 if(srcPath==NULL) {
3961 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status);
4306 const char *srcPath;
4324 srcPath=getPath(tdd, "re_tests.txt");
4325 if(srcPath==NULL) {
4330 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status);