Lines Matching refs:stderr
151 fprintf(stderr, "%s: error in command line argument \"%s\"\n", argv[0], argv[-argc]);
157 fprintf(stderr, "%s: cannot combine --writePoolBundle and --usePoolBundle\n", argv[0]);
161 fprintf(stderr, "%s: --icu4xMode requires --ucadata\n", argv[0]);
167 fprintf(stderr, "%s: unsupported --formatVersion %s\n", argv[0], s);
172 fprintf(stderr, "%s: cannot combine --formatVersion 1 with --writePoolBundle or --usePoolBundle\n", argv[0]);
181 fprintf(stderr,
189 fprintf(stderr,
203 fprintf(stderr,
208 fprintf(stderr,
215 fprintf(stderr,
222 fprintf(stderr,
227 fprintf(stderr,
235 fprintf(stderr,
242 fprintf(stderr,
245 fprintf(stderr,
250 fprintf(stderr,
297 fprintf(stderr, "%s: can not initialize ICU. status = %s\n",
318 fprintf(stderr, "--ucadata was used with UCONFIG_NO_COLLATION\n");
334 fprintf(stderr, "unable to create an empty bundle for the pool keys: %s\n", u_errorName(status));
340 fprintf(stderr, "out of memory error\n");
374 fprintf(stderr, "unable to open pool bundle file %s\n", poolFileName.data());
379 fprintf(stderr, "the pool bundle file %s is too small\n", poolFileName.data());
384 fprintf(stderr, "unable to allocate memory for the pool bundle file %s\n", poolFileName.data());
392 fprintf(stderr, "unable to read the pool bundle file %s\n", poolFileName.data());
403 fprintf(stderr, "udata_openSwapperForInputData(pool bundle %s) failed: %s\n",
410 fprintf(stderr, "ures_swap(pool bundle %s) failed: %s\n",
416 fprintf(stderr, "invalid format of pool bundle file %s\n", poolFileName.data());
424 fprintf(stderr, "insufficient indexes[] in pool bundle file %s\n", poolFileName.data());
446 fprintf(stderr, "unable to allocate memory for the pool bundle strings %s\n",
496 fprintf(stderr, "unable to allocate memory for a pool bundle string %s\n",
579 fprintf(stderr, "unable to write the pool bundle: %s\n", u_errorName(status));
663 fprintf(stderr, "couldn't open file %s\n", openFileName.data());
667 fprintf(stderr, "An error occurred processing file %s. Error: %s\n",
680 fprintf(stderr, "couldn't parse the file %s. Error:%s\n", filename, u_errorName(status));
728 fprintf(stderr, "bundle_compactKeys(%s) or bundle_getKeyBytes() failed: %s\n",
747 fprintf(stderr, "couldn't make the res fileName for bundle %s. Error:%s\n",
764 fprintf(stderr, "couldn't write bundle %s. Error:%s\n", outputFileName, u_errorName(status));