Lines Matching refs:newLine
981 void IntlTest::LL_message( UnicodeString message, UBool newline )1019 if (newline) {1020 char newLine = '\n';1021 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);1024 // A newline usually flushes the buffer, but