Lines Matching refs:srcPath
3101 const char *srcPath;
3108 srcPath=getPath(tdd, "regextst.txt");
3109 if(srcPath==NULL) {
3114 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status);
3145 errln("%s:%d: ICU Error \"%s\"", srcPath, lineNum, u_errorName(status));
3173 errln("Bad pattern (missing quotes?) at %s:%d", srcPath, lineNum);
3216 regex_find(testPattern, testFlags, matchString, srcPath, lineNum);
3280 const char *srcPath,
3399 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line);
3408 errln("%s, Line %d: Expected, but did not get, a pattern compilation error.", srcPath, line);
3496 logln("Unable to create UTF-8 matcher, skipping UTF-8 tests for %s:%d", srcPath, line);
3940 const char *srcPath;
3947 srcPath=getPath(tdd, "re_tests.txt");
3948 if(srcPath==NULL) {
3953 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status);
4298 const char *srcPath;
4316 srcPath=getPath(tdd, "re_tests.txt");
4317 if(srcPath==NULL) {
4322 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status);