OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestLineCount
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc
256
void
TestLineCount
(int i, size_t expected);
602
void CUFixtureBase::
TestLineCount
(int i, size_t expected) {
637
#define
TestLineCount
(a,b) TRACE(
TestLineCount
((a),(b)))
660
TestLineCount
(0, 1);
677
TestLineCount
(0, 1);
[
all
...]
/external/icu/icu4c/source/test/iotest/
filetst.c
731
static void
TestLineCount
(const char *prefixLine, const char *line, int32_t numRepititions) {
789
TestLineCount
("\n", "\n", 1024); /* Unix newlines */
790
TestLineCount
("\r\n", "\r\n", 1024);/* Windows newlines */
791
TestLineCount
("a\r\n", "\r\n", 1024);/* Windows newlines offset by 1 byte */
792
TestLineCount
("\r\n", "a\r\n", 1024);/* Windows newlines offset with data */
793
TestLineCount
("\n", "a\n", 1024); /* Unix newlines offset with data */
794
TestLineCount
("\n", "\r\n", 1024); /* a mixed number of lines. */
[
all
...]
Completed in 200 milliseconds