Searched refs:optMatchArch (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 86 static void pkg_createOptMatchArch(char *optMatchArch); 87 static void pkg_destroyOptMatchArch(char *optMatchArch); 748 char optMatchArch[10] = { 0 }; in pkg_executeOptions() local 749 pkg_createOptMatchArch(optMatchArch); in pkg_executeOptions() 750 …eObjectCode(datFileNamePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchArch)… in pkg_executeOptions() 751 pkg_destroyOptMatchArch(optMatchArch); in pkg_executeOptions() 2175 static void pkg_createOptMatchArch(char *optMatchArch) { in pkg_createOptMatchArch() argument 2194 sprintf(optMatchArch, "%s", obj); in pkg_createOptMatchArch() 2208 static void pkg_destroyOptMatchArch(char *optMatchArch) { in pkg_destroyOptMatchArch() argument 2209 if(T_FileStream_file_exists(optMatchArch) && !T_FileStream_remove(optMatchArch)){ in pkg_destroyOptMatchArch() [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.c | 654 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() argument 677 if(optMatchArch != NULL) { in getArchitecture() 678 filename=optMatchArch; in getArchitecture() 770 …filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *op… in writeObjectCode() argument 1032 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch); in writeObjectCode()
|
D | pkg_genc.h | 84 …filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *op…
|