Searched refs:getOutFilename (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c56 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
275 getOutFilename(filename, destdir, bufferStr, entry, ".S", optFilename);
367 getOutFilename(filename, destdir, buffer, entry+uprv_strlen(entry), ".c", optFilename);
590 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) { function
1047 getOutFilename(filename, destdir, buffer, entry+entryOffset, newSuffix, optFilename);
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c56 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
267 getOutFilename(filename, destdir, bufferStr, entry, ".s", optFilename);
359 getOutFilename(filename, destdir, buffer, entry+uprv_strlen(entry), ".c", optFilename);
582 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) { function
1039 getOutFilename(filename, destdir, buffer, entry+entryOffset, newSuffix, optFilename);

Completed in 694 milliseconds