Home | History | Annotate | Download | only in genrb

Lines Matching full:pool

22 #include "ucmndata.h"  /* TODO: for reading the pool bundle */
211 "\t --writePoolBundle write a pool.res file with all of the keys of all input bundles\n"
212 "\t --usePoolBundle [path-to-pool.res] point to keys from the pool.res keys pool bundle if they are available there;\n"
213 "\t makes .res files smaller but dependent on the pool bundle\n"
298 fprintf(stderr, "unable to create an empty bundle for the pool keys: %s\n", u_errorName(status));
301 const char *poolResName = "pool.res";
314 const char *poolResName = "pool.res";
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);
360 * Swap the pool bundle so that a single checked-in file can be used.
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));