Lines Matching refs:UPKGOptions
69 static void loadLists(UPKGOptions *o, UErrorCode *status);
71 static int32_t pkg_executeOptions(UPKGOptions *o);
74 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
82 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode…
93 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char …
94 static int32_t initializePkgDataFlags(UPKGOptions *o);
233 static UPKGOptions *pkg_checkFlag(UPKGOptions *o);
270 UPKGOptions o; in main()
559 static int32_t pkg_executeOptions(UPKGOptions *o) { in pkg_executeOptions()
823 static int32_t initializePkgDataFlags(UPKGOptions *o) { in initializePkgDataFlags()
898 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char … in createFileNames()
1575 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode… in pkg_createWithoutAssemblyCode()
1774 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o) { in pkg_createWindowsDLL()
1886 static UPKGOptions *pkg_checkFlag(UPKGOptions *o) { in pkg_checkFlag()
2024 static void loadLists(UPKGOptions *o, UErrorCode *status) in loadLists()