Home | History | Annotate | Download | only in intltest

Lines Matching refs:newLine

1114 void IntlTest::LL_message( UnicodeString message, UBool newline )
1159 if (newline) {
1160 char newLine = '\n';
1161 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);
1164 // A newline usually flushes the buffer, but