Searched refs:optMatchArch (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 77 static void pkg_createOptMatchArch(char *optMatchArch); 78 static void pkg_destroyOptMatchArch(char *optMatchArch); 739 char optMatchArch[10] = { 0 }; in pkg_executeOptions() local 740 pkg_createOptMatchArch(optMatchArch); in pkg_executeOptions() 741 …eObjectCode(datFileNamePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchArch)… in pkg_executeOptions() 742 pkg_destroyOptMatchArch(optMatchArch); in pkg_executeOptions() 2162 static void pkg_createOptMatchArch(char *optMatchArch) { in pkg_createOptMatchArch() argument 2181 sprintf(optMatchArch, "%s", obj); in pkg_createOptMatchArch() 2195 static void pkg_destroyOptMatchArch(char *optMatchArch) { in pkg_destroyOptMatchArch() argument 2196 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()
|