Home | History | Annotate | Download | only in howExpensiveIs

Lines Matching defs:out

41 FILE *out = NULL;
112 out=fopen(outName,"w");
113 if(out==NULL) {
119 fprintf(out, "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n");
120 fprintf(out, "<tests icu=\"%s\">\n", U_ICU_VERSION);
121 fprintf(out, "<!-- %s -->\n", U_COPYRIGHT_STRING);
136 if(out!=NULL) {
138 udbg_writeIcuInfo(out);
140 fprintf(out, "</tests>\n");
141 fclose(out);
227 if(out!=NULL) {
228 fprintf(out, " <test name=\"%s\" standardizedTime=\"%f\" realDuration=\"%f\" marginOfError=\"%f\" iterations=\"%d\" />\n",
230 fflush(out);