Searched refs:optMatchArch (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 84 static void pkg_createOptMatchArch(char *optMatchArch); 85 static void pkg_destroyOptMatchArch(char *optMatchArch); 746 char optMatchArch[10] = { 0 }; in pkg_executeOptions() local 747 pkg_createOptMatchArch(optMatchArch); in pkg_executeOptions() 748 …eObjectCode(datFileNamePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchArch)… in pkg_executeOptions() 749 pkg_destroyOptMatchArch(optMatchArch); in pkg_executeOptions() 2173 static void pkg_createOptMatchArch(char *optMatchArch) { in pkg_createOptMatchArch() argument 2192 sprintf(optMatchArch, "%s", obj); in pkg_createOptMatchArch() 2206 static void pkg_destroyOptMatchArch(char *optMatchArch) { in pkg_destroyOptMatchArch() argument 2207 if(T_FileStream_file_exists(optMatchArch) && !T_FileStream_remove(optMatchArch)){ in pkg_destroyOptMatchArch() [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.h | 82 …filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *op…
|
D | pkg_genc.c | 652 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() argument 675 if(optMatchArch != NULL) { in getArchitecture() 676 filename=optMatchArch; in getArchitecture() 768 …filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *op… in writeObjectCode() argument 1030 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch); in writeObjectCode()
|