Lines Matching full:stderr
131 fprintf(stderr, "%s: error in command line argument \"%s\"\n", argv[0], argv[-argc]);
136 fprintf(stderr, "%s: cannot combine --writePoolBundle and --usePoolBundle\n", argv[0]);
142 fprintf(stderr, "%s: unsupported --formatVersion %s\n", argv[0], s);
147 fprintf(stderr, "%s: cannot combine --formatVersion 1 with --writePoolBundle or --usePoolBundle\n", argv[0]);
155 fprintf(stderr,
167 fprintf(stderr,
172 fprintf(stderr,
179 fprintf(stderr,
186 fprintf(stderr,
192 fprintf(stderr,
200 fprintf(stderr,
207 fprintf(stderr,
210 fprintf(stderr,
267 fprintf(stderr, "%s: can not initialize ICU. status = %s\n",
298 fprintf(stderr, "unable to create an empty bundle for the pool keys: %s\n", u_errorName(status));
304 fprintf(stderr, "out of memory error\n");
338 fprintf(stderr, "unable to open pool bundle file %s\n", theCurrentFileName);
343 fprintf(stderr, "the pool bundle file %s is too small\n", theCurrentFileName);
348 fprintf(stderr, "unable to allocate memory for the pool bundle file %s\n", theCurrentFileName);
356 fprintf(stderr, "unable to read the pool bundle file %s\n", theCurrentFileName);
367 fprintf(stderr, "udata_openSwapperForInputData(pool bundle %s) failed: %s\n",
374 fprintf(stderr, "ures_swap(pool bundle %s) failed: %s\n",
380 fprintf(stderr, "invalid format of pool bundle file %s\n", theCurrentFileName);
387 fprintf(stderr, "insufficient indexes[] in pool bundle file %s\n", theCurrentFileName);
437 fprintf(stderr, "unable to write the pool bundle: %s\n", u_errorName(status));
546 fprintf(stderr, "couldn't open file %s\n", openFileName == NULL ? filename : openFileName);
550 fprintf(stderr, "An error occured processing file %s. Error: %s\n", openFileName == NULL ? filename : openFileName,u_errorName(*status));
561 fprintf(stderr, "couldn't parse the file %s. Error:%s\n", filename,u_errorName(*status));
571 fprintf(stderr, "bundle_compactKeys(%s) or bundle_getKeyBytes() failed: %s\n",
593 fprintf(stderr, "couldn't make the res fileName for bundle %s. Error:%s\n", filename,u_errorName(*status));
605 fprintf(stderr, "couldn't write bundle %s. Error:%s\n", outputFileName,u_errorName(*status));