Lines Matching refs:srcPath
3165 const char *srcPath; in Extended() local
3172 srcPath=getPath(tdd, "regextst.txt"); in Extended()
3173 if(srcPath==NULL) { in Extended()
3178 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status); in Extended()
3209 errln("%s:%d: ICU Error \"%s\"", srcPath, lineNum, u_errorName(status)); in Extended()
3237 errln("Bad pattern (missing quotes?) at %s:%d", srcPath, lineNum); in Extended()
3280 regex_find(testPattern, testFlags, matchString, srcPath, lineNum); in Extended()
3344 const char *srcPath, in regex_find() argument
3463 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line); in regex_find()
3472 … errln("%s, Line %d: Expected, but did not get, a pattern compilation error.", srcPath, line); in regex_find()
3569 logln("Unable to create UTF-8 matcher, skipping UTF-8 tests for %s:%d", srcPath, line); in regex_find()
4023 const char *srcPath; in PerlTests() local
4030 srcPath=getPath(tdd, "re_tests.txt"); in PerlTests()
4031 if(srcPath==NULL) { in PerlTests()
4036 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status); in PerlTests()
4383 const char *srcPath; in PerlTestsUTF8() local
4401 srcPath=getPath(tdd, "re_tests.txt"); in PerlTestsUTF8()
4402 if(srcPath==NULL) { in PerlTestsUTF8()
4407 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status); in PerlTestsUTF8()