HomeSort by relevance Sort by last modified time
    Searched refs:newPoolBundle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 94 static struct SRBRoot *newPoolBundle = NULL;
291 newPoolBundle = bundle_open(NULL, TRUE, &status);
304 newPoolBundle->fLocale = nameWithoutSuffix;
431 bundle_write(newPoolBundle, outputDir, NULL, outputFileName, sizeof(outputFileName), &status);
432 bundle_close(newPoolBundle, &status);
571 bundle_addKeyBytes(newPoolBundle, newKeys, newKeysLength, status);
580 ++newPoolBundle->fKeysCount;
  /external/icu/icu4c/source/tools/genrb/
genrb.c 104 static struct SRBRoot *newPoolBundle = NULL;
306 newPoolBundle = bundle_open(NULL, TRUE, &status);
319 newPoolBundle->fLocale = nameWithoutSuffix;
446 bundle_write(newPoolBundle, outputDir, NULL, outputFileName, sizeof(outputFileName), &status);
447 bundle_close(newPoolBundle, &status);
587 bundle_addKeyBytes(newPoolBundle, newKeys, newKeysLength, status);
596 ++newPoolBundle->fKeysCount;

Completed in 154 milliseconds