Home | History | Annotate | Download | only in intltest

Lines Matching full:testfilename

1031     char testFileName[1000];
1032 if (testDataDirectory == NULL || strlen(testDataDirectory) >= sizeof(testFileName)) {
1036 strcpy(testFileName, testDataDirectory);
1037 strcat(testFileName, "rbbitst.txt");
1040 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1582 char testFileName[1000];
1583 if (testDataDirectory == NULL || strlen(testDataDirectory) >= sizeof(testFileName)) {
1587 strcpy(testFileName, testDataDirectory);
1588 strcat(testFileName, fileName);
1593 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1720 void RBBITest::checkUnicodeTestCase(const char *testFileName, int lineNumber,
1735 testFileName, lineNumber, pos);
1741 testFileName, lineNumber, pos);
1746 testFileName, lineNumber, expectedPos);
1755 testFileName, lineNumber, breakPositions->elementAti(expectedI));