Home | History | Annotate | Download | only in toolutil

Lines Matching defs:source

101 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
112 pathToFullPath(const char *path, const char *source);
120 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight,
149 if (source == NULL) {
150 source = ".";
165 printf("generating %s_%s.c (table of contents source file)\n", name, type);
207 addFile(getLongPathname(line), name, source, sourceTOC, verbose);
310 /* write a .c source file with the table of contents */
340 /* write the source file */
344 " * Automatically generated by icu/source/tools/gencmn/gencmn .\n"
408 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) {
429 fullPath = pathToFullPath(filename, source);
512 pathToFullPath(const char *path, const char *source) {
519 newLength = (length + 1 + (int32_t)uprv_strlen(source));
521 if(source != NULL) {
522 uprv_strcpy(fullPath, source);