Home | History | Annotate | Download | only in intltest

Lines Matching defs:testFileName

1030     char testFileName[1000];
1031 if (testDataDirectory == NULL || strlen(testDataDirectory) >= sizeof(testFileName)) {
1035 strcpy(testFileName, testDataDirectory);
1036 strcat(testFileName, "rbbitst.txt");
1039 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1581 char testFileName[1000];
1582 if (testDataDirectory == NULL || strlen(testDataDirectory) >= sizeof(testFileName)) {
1586 strcpy(testFileName, testDataDirectory);
1587 strcat(testFileName, fileName);
1592 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1719 void RBBITest::checkUnicodeTestCase(const char *testFileName, int lineNumber,
1734 testFileName, lineNumber, pos);
1740 testFileName, lineNumber, pos);
1745 testFileName, lineNumber, expectedPos);
1754 testFileName, lineNumber, breakPositions->elementAti(expectedI));