Lines Matching full:endl
122 cout << "ICU version - " << U_ICU_VERSION << endl;
142 cout << "Doing " << ITER_COUNT << " iterations:" << endl;
154 cout << " Done " << endl;
163 out << "<perfTestResults icu=\"c\" version=\"" << U_ICU_VERSION << "\">" << endl;
167 out << " <perfTestResult" << endl;
179 out << "\"" << endl;
180 out << " iterations=\"" << functions[i]->getOperationsPerIteration() << "\"" << endl;
181 out << " time=\"" << t[i] << "\" />" << endl;
183 out << "</perfTestResults>" << endl;
185 cout << " Wrote to " << argv[2] << endl;
189 cout << "Error! " << u_errorName(status) << endl;
204 cout << "initialize failed! " << status << endl;
207 //cout << "Done initializing!\n" << endl;
210 cout << "run failed!" << endl;
214 cout << "done!" << endl;