Home | History | Annotate | Download | only in intltest

Lines Matching refs:newLine

1007 void IntlTest::LL_message( UnicodeString message, UBool newline )
1045 if (newline) {
1046 char newLine = '\n';
1047 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);
1050 // A newline usually flushes the buffer, but