Searched refs:poolFileName (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp327 CharString poolFileName; local
329 poolFileName.append(options[USE_POOL_BUNDLE].value, status);
331 poolFileName.append(inputDir, status);
333 poolFileName.appendPathPart(poolResName, status);
337 poolFile = T_FileStream_open(poolFileName.data(), "rb");
339 fprintf(stderr, "unable to open pool bundle file %s\n", poolFileName.data());
344 fprintf(stderr, "the pool bundle file %s is too small\n", poolFileName.data());
349 fprintf(stderr, "unable to allocate memory for the pool bundle file %s\n", poolFileName.data());
357 fprintf(stderr, "unable to read the pool bundle file %s\n", poolFileName.data());
369 poolFileName
[all...]

Completed in 41 milliseconds