Home | History | Annotate | Download | only in intltest

Lines Matching refs:FILE

149 //             The test cases are in a separate data file,
187 // Open and read the test data file.
232 // Loop over the test data file, once per line.
237 dataerrln("File dcfmtest.txt, line %d: ICU Error \"%s\"", lineNum, u_errorName(status));
260 // Handle "parse" test case line from file
315 dataerrln("file dcfmtest.txt, line %d: %s error creating the formatter.",
326 errln("file dcfmtest.txt, line %d: Expected parse position afeter parsing: %d. "
339 errln("file dcfmtest.tx, line %d: unrecongized expected type \"%s\"",
344 errln("file dcfmtest.txt, line %d: expectedParseType(%s) != actual parseType(%s)",
351 errln("File %s, line %d: error %s. Line in file dcfmtest.txt: %d:",
358 errln("file dcfmtest.txt, line %d: expected \"%s\", got \"%s\"",
380 dataerrln("file dcfmtest.txt, line %d: %s error creating the formatter.",
404 errln("file dcfmtest.txt, line %d: Bad rounding mode \"%s\"",
423 errln("file dcfmtest.txt, line %d: format() returned %s.",
430 errln("file dcfmtest.txt, line %d: expected \"%s\", got \"%s\"",
438 // Read a text data file, convert it from UTF-8 to UChars, and return the data
449 FILE *f = NULL;
457 // Open the file.
461 dataerrln("Error opening test data file %s\n", fileName);
478 errln("Error reading test data file.");
484 // The test data file is UTF-8.
485 // The BOM needs to be there in the source file to keep the Windows &
493 errln("Test data file %s is missing its BOM", fileName);
505 // Convert file contents from UTF-8 to UTF-16