Home | History | Annotate | Download | only in toolutil

Lines Matching full:stderr

182         fprintf(stderr, "icupkg: \"%s\" is not recognized as a package filename (must end with .dat)\n",
188 fprintf(stderr, "icupkg: the package name \"%s\" is too long (>=%ld)\n",
254 fprintf(stderr, "pathname too long: \"%s\"\n", path);
270 fprintf(stderr, "path/filename too long: \"%s%s\"\n", filename, name);
293 fprintf(stderr, "icupkg: unable to create tree directory \"%s\"\n", filename);
314 fprintf(stderr, "icupkg: unable to open input file \"%s\"\n", filename);
321 fprintf(stderr, "icupkg: empty input file \"%s\"\n", filename);
336 fprintf(stderr, "icupkg: error reading \"%s\"\n", filename);
353 fprintf(stderr, "icupkg: not an ICU data file: \"%s\"\n", filename);
448 fprintf(stderr, "icupkg: udata_openSwapper(\"%s\") failed - %s\n",
454 ds->printErrorContext=stderr;
474 fprintf(stderr, "icupkg: data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as an ICU .dat package\n",
504 fprintf(stderr, "icupkg: too few bytes (%ld after header) for a .dat package\n",
516 fprintf(stderr, "icupkg: too many items, maximum is %d\n", MAX_FILE_COUNT);
530 fprintf(stderr, "icupkg: total length of item name strings too long\n");
537 fprintf(stderr, "icupkg failed to swap the input .dat package item name strings\n");
579 fprintf(stderr, "icupkg: input .dat item name \"%s\" does not start with \"%s\"\n",
593 fprintf(stderr, "icupkg: not an ICU data file: item \"%s\" in \"%s\"\n", items[i-1].name, filename);
606 fprintf(stderr, "icupkg: not an ICU data file: item \"%s\" in \"%s\"\n", items[i-1].name, filename);
650 fprintf(stderr, "icupkg: comment too long\n");
676 fprintf(stderr, "icupkg: udata_openSwapper() failed - %s\n", u_errorName(errorCode));
682 ds[i]->printErrorContext=stderr;
691 fprintf(stderr, "icupkg: unable to create file \"%s\"\n", filename);
699 fprintf(stderr, "icupkg: udata_swapDataHeader(local to out) failed - %s\n", u_errorName(errorCode));
705 fprintf(stderr, "icupkg: unable to write complete header to file \"%s\"\n", filename);
716 fprintf(stderr, "icupkg: swapInvChars(output package name) failed - %s\n", u_errorName(errorCode));
723 fprintf(stderr, "icupkg: swapInvChars(item names) failed - %s\n", u_errorName(errorCode));
754 fprintf(stderr, "icupkg: swapArray32(item count) failed - %s\n", u_errorName(errorCode));
760 fprintf(stderr, "icupkg: unable to write complete item count to file \"%s\"\n", filename);
772 fprintf(stderr, "icupkg: swapArray32(item entry %ld) failed - %s\n", (long)i, u_errorName(errorCode));
778 fprintf(stderr, "icupkg: unable to write complete item entry %ld to file \"%s\"\n", (long)i, filename);
792 fprintf(stderr, "icupkg: unable to write complete item names to file \"%s\"\n", filename);
806 fprintf(stderr, "icupkg: udata_swap(item %ld) failed - %s\n", (long)i, u_errorName(errorCode));
812 fprintf(stderr, "icupkg: unable to write complete item %ld to file \"%s\"\n", (long)i, filename);
818 fprintf(stderr, "icupkg: unable to write complete file \"%s\"\n", filename);
890 fprintf(stderr, "icupkg: syntax error (more than one '*') in item pattern \"%s\"\n", pattern);
966 fprintf(stderr, "icupkg: too many items, maximum is %d\n", MAX_FILE_COUNT);
1084 fprintf(stderr, "icupkg: udata_openSwapper(item %ld) failed - %s\n",
1090 ds->printErrorContext=stderr;
1095 fprintf(stderr, "icupkg: udata_swap(item %ld) failed - %s\n", (long)idx, u_errorName(errorCode));
1105 fprintf(stderr, "icupkg: unable to create file \"%s\"\n", filename);
1111 fprintf(stderr, "icupkg: unable to write complete file \"%s\"\n", filename);
1161 fprintf(stderr, "Item %s depends on missing item %s\n", itemName, targetName);
1196 fprintf(stderr, "icupkg: string storage overflow\n");
1212 fprintf(stderr, "icupkg: sorting item names failed - %s\n", u_errorName(errorCode));