Lines Matching refs:srcPath
3132 const char *srcPath; in Extended() local
3139 srcPath=getPath(tdd, "regextst.txt"); in Extended()
3140 if(srcPath==NULL) { in Extended()
3145 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status); in Extended()
3176 errln("%s:%d: ICU Error \"%s\"", srcPath, lineNum, u_errorName(status)); in Extended()
3204 errln("Bad pattern (missing quotes?) at %s:%d", srcPath, lineNum); in Extended()
3247 regex_find(testPattern, testFlags, matchString, srcPath, lineNum); in Extended()
3311 const char *srcPath, in regex_find() argument
3430 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line); in regex_find()
3439 … errln("%s, Line %d: Expected, but did not get, a pattern compilation error.", srcPath, line); in regex_find()
3527 logln("Unable to create UTF-8 matcher, skipping UTF-8 tests for %s:%d", srcPath, line); in regex_find()
3981 const char *srcPath; in PerlTests() local
3988 srcPath=getPath(tdd, "re_tests.txt"); in PerlTests()
3989 if(srcPath==NULL) { in PerlTests()
3994 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status); in PerlTests()
4339 const char *srcPath; in PerlTestsUTF8() local
4357 srcPath=getPath(tdd, "re_tests.txt"); in PerlTestsUTF8()
4358 if(srcPath==NULL) { in PerlTestsUTF8()
4363 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status); in PerlTestsUTF8()