Lines Matching full:stderr
132 fprintf(stderr, "%s: error in command line argument \"%s\"\n", argv[0], argv[-argc]);
137 fprintf(stderr, "%s: cannot combine --writePoolBundle and --usePoolBundle\n", argv[0]);
143 fprintf(stderr, "%s: unsupported --formatVersion %s\n", argv[0], s);
148 fprintf(stderr, "%s: cannot combine --formatVersion 1 with --writePoolBundle or --usePoolBundle\n", argv[0]);
156 fprintf(stderr,
167 fprintf(stderr,
179 fprintf(stderr,
184 fprintf(stderr,
191 fprintf(stderr,
198 fprintf(stderr,
203 fprintf(stderr,
211 fprintf(stderr,
218 fprintf(stderr,
221 fprintf(stderr,
266 fprintf(stderr, "%s: can not initialize ICU. status = %s\n",
293 fprintf(stderr, "unable to create an empty bundle for the pool keys: %s\n", u_errorName(status));
299 fprintf(stderr, "out of memory error\n");
333 fprintf(stderr, "unable to open pool bundle file %s\n", theCurrentFileName);
338 fprintf(stderr, "the pool bundle file %s is too small\n", theCurrentFileName);
343 fprintf(stderr, "unable to allocate memory for the pool bundle file %s\n", theCurrentFileName);
351 fprintf(stderr, "unable to read the pool bundle file %s\n", theCurrentFileName);
362 fprintf(stderr, "udata_openSwapperForInputData(pool bundle %s) failed: %s\n",
369 fprintf(stderr, "ures_swap(pool bundle %s) failed: %s\n",
375 fprintf(stderr, "invalid format of pool bundle file %s\n", theCurrentFileName);
382 fprintf(stderr, "insufficient indexes[] in pool bundle file %s\n", theCurrentFileName);
434 fprintf(stderr, "unable to write the pool bundle: %s\n", u_errorName(status));
548 fprintf(stderr, "couldn't open file %s\n", openFileName == NULL ? filename : openFileName);
552 fprintf(stderr, "An error occured processing file %s. Error: %s\n", openFileName == NULL ? filename : openFileName,u_errorName(*status));
563 fprintf(stderr, "couldn't parse the file %s. Error:%s\n", filename,u_errorName(*status));
573 fprintf(stderr, "bundle_compactKeys(%s) or bundle_getKeyBytes() failed: %s\n",
595 fprintf(stderr, "couldn't make the res fileName for bundle %s. Error:%s\n", filename,u_errorName(*status));
608 fprintf(stderr, "couldn't write bundle %s. Error:%s\n", outputFileName,u_errorName(*status));