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