Searched refs:optMatchArch (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 655 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() argument 678 if(optMatchArch != NULL) { in getArchitecture() 679 filename=optMatchArch; in getArchitecture() 778 …filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *op… in writeObjectCode() argument 1040 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch); in writeObjectCode() 1041 if (optMatchArch) in writeObjectCode()
|
D | pkg_genc.h | 84 …filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *op…
|
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 86 static void pkg_createOptMatchArch(char *optMatchArch); 87 static void pkg_destroyOptMatchArch(char *optMatchArch); 754 char optMatchArch[10] = { 0 }; in pkg_executeOptions() local 755 pkg_createOptMatchArch(optMatchArch); in pkg_executeOptions() 756 …eObjectCode(datFileNamePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchArch)… in pkg_executeOptions() 757 pkg_destroyOptMatchArch(optMatchArch); in pkg_executeOptions() 2208 static void pkg_createOptMatchArch(char *optMatchArch) { in pkg_createOptMatchArch() argument 2227 sprintf(optMatchArch, "%s", obj); in pkg_createOptMatchArch() 2241 static void pkg_destroyOptMatchArch(char *optMatchArch) { in pkg_destroyOptMatchArch() argument 2242 if(T_FileStream_file_exists(optMatchArch) && !T_FileStream_remove(optMatchArch)){ in pkg_destroyOptMatchArch() [all …]
|