Home
last modified time | relevance | path

Searched refs:optMatchArch (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
Dpkgdata.cpp89 static void pkg_createOptMatchArch(char *optMatchArch);
90 static void pkg_destroyOptMatchArch(char *optMatchArch);
770 char optMatchArch[10] = { 0 }; in pkg_executeOptions() local
771 pkg_createOptMatchArch(optMatchArch); in pkg_executeOptions()
776 (optMatchArch[0] == 0 ? NULL : optMatchArch), in pkg_executeOptions()
781 pkg_destroyOptMatchArch(optMatchArch); in pkg_executeOptions()
2251 static void pkg_createOptMatchArch(char *optMatchArch) { in pkg_createOptMatchArch() argument
2270 sprintf(optMatchArch, "%s", obj); in pkg_createOptMatchArch()
2284 static void pkg_destroyOptMatchArch(char *optMatchArch) { in pkg_destroyOptMatchArch() argument
2285 if(T_FileStream_file_exists(optMatchArch) && !T_FileStream_remove(optMatchArch)){ in pkg_destroyOptMatchArch()
[all …]
/third_party/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp89 static void pkg_createOptMatchArch(char *optMatchArch);
90 static void pkg_destroyOptMatchArch(char *optMatchArch);
770 char optMatchArch[10] = { 0 }; in pkg_executeOptions() local
771 pkg_createOptMatchArch(optMatchArch); in pkg_executeOptions()
776 (optMatchArch[0] == 0 ? NULL : optMatchArch), in pkg_executeOptions()
781 pkg_destroyOptMatchArch(optMatchArch); in pkg_executeOptions()
2251 static void pkg_createOptMatchArch(char *optMatchArch) { in pkg_createOptMatchArch() argument
2270 sprintf(optMatchArch, "%s", obj); in pkg_createOptMatchArch()
2284 static void pkg_destroyOptMatchArch(char *optMatchArch) { in pkg_destroyOptMatchArch() argument
2285 if(T_FileStream_file_exists(optMatchArch) && !T_FileStream_remove(optMatchArch)){ in pkg_destroyOptMatchArch()
[all …]
/third_party/node/deps/icu-small/source/tools/pkgdata/
Dpkgdata.cpp89 static void pkg_createOptMatchArch(char *optMatchArch);
90 static void pkg_destroyOptMatchArch(char *optMatchArch);
773 char optMatchArch[10] = { 0 }; in pkg_executeOptions() local
774 pkg_createOptMatchArch(optMatchArch); in pkg_executeOptions()
779 (optMatchArch[0] == 0 ? nullptr : optMatchArch), in pkg_executeOptions()
784 pkg_destroyOptMatchArch(optMatchArch); in pkg_executeOptions()
2255 static void pkg_createOptMatchArch(char *optMatchArch) { in pkg_createOptMatchArch() argument
2274 sprintf(optMatchArch, "%s", obj); in pkg_createOptMatchArch()
2288 static void pkg_destroyOptMatchArch(char *optMatchArch) { in pkg_destroyOptMatchArch() argument
2289 if(T_FileStream_file_exists(optMatchArch) && !T_FileStream_remove(optMatchArch)){ in pkg_destroyOptMatchArch()
[all …]
/third_party/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp747 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() argument
770 if(optMatchArch != NULL) { in getArchitecture()
771 filename=optMatchArch; in getArchitecture()
881 const char *optMatchArch, in writeObjectCode() argument
1149 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch); in writeObjectCode()
1150 if (optMatchArch) in writeObjectCode()
Dpkg_genc.h100 const char *optMatchArch,
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp747 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() argument
770 if(optMatchArch != NULL) { in getArchitecture()
771 filename=optMatchArch; in getArchitecture()
881 const char *optMatchArch, in writeObjectCode() argument
1149 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch); in writeObjectCode()
1150 if (optMatchArch) in writeObjectCode()
Dpkg_genc.h100 const char *optMatchArch,
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkg_genc.cpp802 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() argument
825 if(optMatchArch != nullptr) { in getArchitecture()
826 filename=optMatchArch; in getArchitecture()
936 const char *optMatchArch, in writeObjectCode() argument
1204 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch); in writeObjectCode()
1205 if (optMatchArch) in writeObjectCode()
Dpkg_genc.h101 const char *optMatchArch,