Searched refs:specialHandling (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 79 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE); 94 …etDir, const char mode, const char *objectFile, char *command = NULL, UBool specialHandling=FALSE); 100 static int runCommand(const char* command, UBool specialHandling=FALSE); 520 static int runCommand(const char* command, UBool specialHandling) { in runCommand() argument 529 if (!specialHandling) { in runCommand() 1041 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling) { in pkg_createSymLinks() argument 1069 if (specialHandling) { in pkg_createSymLinks() 1365 …t char *targetDir, const char mode, const char *objectFile, char *command, UBool specialHandling) { in pkg_generateLibraryFile() argument 1371 … (void)specialHandling; // Suppress unused variable compiler warnings on platforms where all usage in pkg_generateLibraryFile() 1474 if (specialHandling && uprv_strcmp(libFileNames[LIB_FILE],"libicudata") == 0) { in pkg_generateLibraryFile() [all …]
|