Lines Matching refs:UPKGOptions
72 static void loadLists(UPKGOptions *o, UErrorCode *status);
74 static int32_t pkg_executeOptions(UPKGOptions *o);
77 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
85 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode…
96 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char …
97 static int32_t initializePkgDataFlags(UPKGOptions *o);
238 static UPKGOptions *pkg_checkFlag(UPKGOptions *o);
276 UPKGOptions o; in main()
569 static int32_t pkg_executeOptions(UPKGOptions *o) { in pkg_executeOptions()
847 static int32_t initializePkgDataFlags(UPKGOptions *o) { in initializePkgDataFlags()
922 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char … in createFileNames()
1604 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode… in pkg_createWithoutAssemblyCode()
1815 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o) { in pkg_createWindowsDLL()
1927 static UPKGOptions *pkg_checkFlag(UPKGOptions *o) { in pkg_checkFlag()
2065 static void loadLists(UPKGOptions *o, UErrorCode *status) in loadLists()