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

  /external/chromium/third_party/icu/source/tools/pkgdata/
pkgtypes.h 94 * @param opt UPKGOptions
128 } UPKGOptions;
pkgdata.cpp 100 static void loadLists(UPKGOptions *o, UErrorCode *status);
102 static int32_t pkg_executeOptions(UPKGOptions *o);
105 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
112 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode);
217 static void pkg_checkFlag(UPKGOptions *o);
250 UPKGOptions o;
472 static int32_t pkg_executeOptions(UPKGOptions *o) {
    [all...]
  /external/icu4c/tools/pkgdata/
pkgtypes.h 94 * @param opt UPKGOptions
128 } UPKGOptions;
pkgdata.cpp 103 static void loadLists(UPKGOptions *o, UErrorCode *status);
105 static int32_t pkg_executeOptions(UPKGOptions *o);
108 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
115 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode);
121 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt);
222 static UPKGOptions *pkg_checkFlag(UPKGOptions *o);
255 UPKGOptions o;
507 static int32_t pkg_executeOptions(UPKGOptions *o) {
762 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool re (…)
    [all...]

Completed in 1245 milliseconds