/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.h | 78 writeCCode(const char *filename, const char *destdir, const char *optName, const char *optFilename,… 81 …*filename, const char *destdir, const char *optEntryPoint, const char *optFilename, char *outFileP… 84 …tdir, const char *optEntryPoint, const char *optMatchArch, const char *optFilename, char *outFileP…
|
D | pkg_genc.cpp | 59 …char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename); 266 …*filename, const char *destdir, const char *optEntryPoint, const char *optFilename, char *outFileP… in writeAssemblyCode() argument 280 getOutFilename(filename, destdir, bufferStr, entry, ".S", optFilename); in writeAssemblyCode() 353 writeCCode(const char *filename, const char *destdir, const char *optName, const char *optFilename,… in writeCCode() argument 372 getOutFilename(filename, destdir, buffer, entry+uprv_strlen(entry), ".c", optFilename); in writeCCode() 595 …har *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) { in getOutFilename() argument 616 if(optFilename != NULL) { in getOutFilename() 617 uprv_strcpy(outFilename, optFilename); in getOutFilename() 647 if(optFilename != NULL) { in getOutFilename() 648 uprv_strcpy(saveOutFilename, optFilename); in getOutFilename() [all …]
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.h | 82 const char *optFilename, 91 const char *optFilename, 101 const char *optFilename,
|
D | pkg_genc.cpp | 69 const char *optFilename); 279 const char *optFilename, in writeAssemblyCode() argument 305 optFilename); in writeAssemblyCode() 394 const char *optFilename, in writeCCode() argument 428 optFilename); in writeCCode() 673 const char *optFilename) { in getOutFilename() argument 692 if(optFilename != NULL) { in getOutFilename() 693 outFilenameBuilder.append(optFilename, status); in getOutFilename() 718 if(optFilename != NULL) { in getOutFilename() 720 outFilenameBuilder.append(optFilename, status); in getOutFilename() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.h | 82 const char *optFilename, 91 const char *optFilename, 101 const char *optFilename,
|
D | pkg_genc.cpp | 69 const char *optFilename); 279 const char *optFilename, in writeAssemblyCode() argument 305 optFilename); in writeAssemblyCode() 394 const char *optFilename, in writeCCode() argument 428 optFilename); in writeCCode() 673 const char *optFilename) { in getOutFilename() argument 692 if(optFilename != NULL) { in getOutFilename() 693 outFilenameBuilder.append(optFilename, status); in getOutFilename() 718 if(optFilename != NULL) { in getOutFilename() 720 outFilenameBuilder.append(optFilename, status); in getOutFilename() [all …]
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.h | 82 const char *optFilename, 91 const char *optFilename, 101 const char *optFilename,
|
D | pkg_genc.cpp | 69 const char *optFilename); 279 const char *optFilename, in writeAssemblyCode() argument 305 optFilename); in writeAssemblyCode() 394 const char *optFilename, in writeCCode() argument 428 optFilename); in writeCCode() 673 const char *optFilename) { in getOutFilename() argument 692 if(optFilename != NULL) { in getOutFilename() 693 outFilenameBuilder.append(optFilename, status); in getOutFilename() 718 if(optFilename != NULL) { in getOutFilename() 720 outFilenameBuilder.append(optFilename, status); in getOutFilename() [all …]
|