Searched defs:optEntryPoint (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dpkg_genc.c238 writeAssemblyCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optFilename, char *outFilePath) { argument
268 if(optEntryPoint != NULL) {
269 uprv_strcpy(entry, optEntryPoint);
741 writeObjectCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *optFilename, char *outFilePath) { argument
1023 if(optEntryPoint != NULL) {
1024 uprv_strcpy(entry+entryOffset, optEntryPoint);

Completed in 45 milliseconds