Lines Matching defs:out
89 UFILE *out = NULL;
175 u_fprintf(out, "Usage: %s --locale loc_name --platform platform\n", name);
551 if(file == out) {
1021 // now we have identified possible expansions. We need to find out how do they expand.
1238 u_fprintf(out, "Final result\n");
1240 printOrdering(gLines, size, out, true);
1417 // first we fill out structures with exemplar characters.
1432 // Then we want to figure out what is the script of the exemplar characters
1457 u_fprintf(out, "ICU exemplar characters:\n");
1458 escapeString(exemplarString.getBuffer(), exemplarString.length(), out);
1459 u_fprintf(out, "\n");
1463 u_fprintf(out, "Using scripts:\n");
1470 u_fprintf(out, "%s\n", scriptSetPattern);
1510 out = u_fopen(filename, "wb", "en", "utf-16");
1520 u_fprintf(out, "ICU rules:\n");
1521 printRules(ruleString, ruleStringLength, out);
1523 //escapeString(ruleString, ruleStringLength, out);
1524 u_fprintf(out, "\n");
1536 u_fprintf(out, "\nGenerating order for platform: %s\n", platforms[gPlatformIndexes[i]].name);
1553 u_fprintf(out, "Secondaries do not seem to be reversed\n");
1555 u_fprintf(out, "Secondaries are reversed\n");
1560 u_fprintf(out, "Cannot conclude if secondaries are reversed\n");
1565 u_fprintf(out, "Case does not seem to be reversed\n");
1567 u_fprintf(out, "Case is reversed\n");
1572 u_fprintf(out, "Cannot conclude if case is reversed\n");
1603 u_fflush(out);
1604 u_fclose(out);
1616 u_fprintf(out, "Locale %s (LCID:%06X)\n", locale, gWinLCID);