Home | History | Annotate | Download | only in intltest

Lines Matching refs:FILE

40     errln("Failure in file %s, line %d", __FILE__, __LINE__);}}
43 errcheckln(errcode, "Failure in file %s, line %d, status = \"%s\"", __FILE__, __LINE__, u_errorName(errcode));}}
264 // incorrectly broken test data appeared in the source file.
588 errcheckln(status, "Fail at file %s, line %d, status = %s", __FILE__, __LINE__, u_errorName(status));
595 errln("Fail at file %s, line %d expected start of word at 4, got %d",
600 errln("Fail at file %s, line %d expected start of word at 4, got %d",
635 // Open and read the test data file.
685 // Now add each non-comment line of the file as a word.
732 errln("MutableTrieDictionary word count (%d) differs from file word count (%d), with status %s\n",
751 errln("CompactTrieDictionary word count (%d) differs from file word count (%d), with status %s\n",
778 errln("Cloned MutableTrieDictionary word count (%d) differs from file word count (%d), with status %s\n",
834 errln("CompactTrieDictionary 2 word count (%d) differs from file
1319 // RBBITest::Extended Run RBBI Tests from an external test data file
1348 errln("Forward Iteration, no forward progress. Break Pos=%4d File line,col=%4d,%4d",
1359 errln("Forward Iteration, break expected, but not found. Pos=%4d File line,col= %4d,%4d",
1368 errln("Forward Iteration, break found, but not expected. Pos=%4d File line,col= %4d,%4d",
1380 errln("Incorrect status for forward break. Pos=%4d File line,col= %4d,%4d.\n"
1393 errln("Forward Iteration, break expected, but not found. Pos=%4d File line,col= %4d,%4d",
1405 errln("Reverse Iteration, no progress. Break Pos=%4d File line,col=%4d,%4d",
1414 errln("Reverse Itertion, break expected, but not found. Pos=%4d File line,col= %4d,%4d",
1421 errln("Reverse Itertion, break found, but not expected. Pos=%4d File line,col= %4d,%4d",
1433 errln("Incorrect status for reverse break. Pos=%4d File line,col= %4d,%4d.\n"
1445 errln("Forward Itertion, break expected, but not found. Pos=%4d File line,col= %4d,%4d",
1466 dataerrln("Failure in file %s, line %d, status = \"%s\"", __FILE__, __LINE__, u_errorName(status));
1471 // Open and read the test data file.
1607 errln("line %d: Tag expected in test file.", lineNum);
1627 // Add final entry to mappings from break location to source file position.
1660 errln("Error in named character in test file at line %d, col %d",
1746 // the original input file. Will be used for better error messages only.
1785 errln("Syntax Error in test file at line %d, col %d",
1794 dataerrln("ICU Error %s while parsing test file at line %d.",
1988 // ReadAndConvertFile Read a text data file, convert it to UChars, and
1992 // fileName: the name of the file, with no directory part. The test data directory
1994 // ulen an out parameter, receives the actual length (in UChars) of the file data.
1995 // encoding The file encoding. If the file contains a BOM, that will override the encoding
2000 // The file data, converted to UChar.
2012 FILE *f = NULL;
2020 // Open the file.
2024 dataerrln("Error opening test data file %s\n", fileName);
2040 errln("Error reading test data file.");
2061 // Open a converter to take the rule file to UTF-16
2159 // Open and read the test data file, put it into a UnicodeString.
2170 logln("Opening data file %s\n", fileName);
2184 // Parse the test data file using a regular expression.
2209 This occurred when the text file was corrupt (wasn't marked as UTF-8)
2212 fprintf(stderr,"FAIL: hit end of file %s for the %8dth time- corrupt data file?\r", fileName, ++spin);
2246 // If the line from the file contained test data, run the test now.
2267 errln("Syntax error in test data file \'%s\', line %d. Scanning \"%s\"\n", fileName, lineNumber, token);
2306 errln("Test file \"%s\", line %d, unexpected break found at position %d",
2312 errln("Test file \"%s\", line %d, unexpected break found at position %d",
2317 errln("Test file \"%s\", line %d, failed to find expected break at position %d",
2326 errln("Test file \"%s\", line %d, failed to find expected break at position %d",
4582 // a data item that can be included in the rbbi test data file.