Searched refs:specialHandling (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 76 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE); 91 …etDir, const char mode, const char *objectFile, char *command = NULL, UBool specialHandling=FALSE); 97 static int runCommand(const char* command, UBool specialHandling=FALSE); 505 static int runCommand(const char* command, UBool specialHandling) { in runCommand() argument 514 if (!specialHandling) { in runCommand() 1010 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling) { in pkg_createSymLinks() argument 1038 if (specialHandling) { in pkg_createSymLinks() 1327 …t char *targetDir, const char mode, const char *objectFile, char *command, UBool specialHandling) { in pkg_generateLibraryFile() argument 1333 … (void)specialHandling; // Suppress unused variable compiler warnings on platforms where all usage in pkg_generateLibraryFile() 1436 if (specialHandling && uprv_strcmp(libFileNames[LIB_FILE],"libicudata") == 0) { in pkg_generateLibraryFile() [all …]
|