Searched defs:TestLineCount (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/iotest/
H A Dfiletst.c728 static void TestLineCount(const char *prefixLine, const char *line, int32_t numRepititions) { function
786 TestLineCount("\n", "\n", 1024); /* Unix newlines */
787 TestLineCount("\r\n", "\r\n", 1024);/* Windows newlines */
788 TestLineCount("a\r\n", "\r\n", 1024);/* Windows newlines offset by 1 byte */
789 TestLineCount("\r\n", "a\r\n", 1024);/* Windows newlines offset with data */
790 TestLineCount("\n", "a\n", 1024); /* Unix newlines offset with data */
791 TestLineCount("\n", "\r\n", 1024); /* a mixed number of lines. */
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module_unittest.cc256 void TestLineCount(int i, size_t expected);
602 void CUFixtureBase::TestLineCount(int i, size_t expected) { function in class:CUFixtureBase
637 #define TestLineCount(a,b) TRACE(TestLineCount((a),(b))) macro
660 TestLineCount(0, 1);
677 TestLineCount(0, 1);
882 TestLineCount(0, s.paired_count[0]);
890 TestLineCount(1, s.paired_count[1]);
937 TestLineCount(0, 1);
940 TestLineCount(
[all...]

Completed in 135 milliseconds