Searched refs:NEWLINELEN (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dtextstreamtest.cpp96 # define NEWLINELEN 2 macro
99 # define NEWLINELEN 1 macro
102 # define NEWLINELEN 1 macro
117 char szIn[9 + NEWLINELEN];
119 pInFile->Read(szIn, 9 + NEWLINELEN);
121 CPPUNIT_ASSERT( memcmp(&szIn[9], NEWLINE, NEWLINELEN) == 0 );

Completed in 18 milliseconds