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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_icu.h 15 writePackageDatFile(const char *outFilename, const char *outComment,
pkg_icu.cpp 150 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) {
171 pkg->writePackage(outFilename, outType, outComment);
  /external/icu4c/tools/toolutil/
pkg_icu.h 15 writePackageDatFile(const char *outFilename, const char *outComment,
pkg_icu.cpp 154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) {
175 pkg->writePackage(outFilename, outType, outComment);
  /external/chromium_org/third_party/icu/source/tools/icupkg/
icupkg.cpp 223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment;
356 outComment=options[OPT_COMMENT].value;
358 outComment=U_COPYRIGHT_STRING;
360 outComment=NULL;
470 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType);
  /external/icu4c/tools/icupkg/
icupkg.cpp 255 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment;
408 outComment=options[OPT_COMMENT].value;
410 outComment=U_COPYRIGHT_STRING;
412 outComment=NULL;
537 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType);

Completed in 409 milliseconds