Lines Matching refs:newLine
927 void IntlTest::LL_message( UnicodeString message, UBool newline )965 if (newline) {966 char newLine = '\n';967 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);970 // A newline usually flushes the buffer, but