Lines Matching defs:out
36 FILE *out = NULL;
107 out=fopen(outName,"w");
108 if(out==NULL) {
114 fprintf(out, "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n");
115 fprintf(out, "<tests icu=\"%s\">\n", U_ICU_VERSION);
116 fprintf(out, "<!-- %s -->\n", U_COPYRIGHT_STRING);
131 if(out!=NULL) {
133 udbg_writeIcuInfo(out);
135 fprintf(out, "</tests>\n");
136 fclose(out);
222 if(out!=NULL) {
223 fprintf(out, " <test name=\"%s\" standardizedTime=\"%f\" realDuration=\"%f\" marginOfError=\"%f\" iterations=\"%d\" />\n",
225 fflush(out);