Searched defs:specialHandling (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp74 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE);
89 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL, UBool specialHandling=FALSE);
95 static int runCommand(const char* command, UBool specialHandling=FALSE);
503 static int runCommand(const char* command, UBool specialHandling) { argument
512 if (!specialHandling) {
1008 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling) { argument
1036 if (specialHandling) {
1325 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command, UBool specialHandling) { argument
1331 (void)specialHandling; // Suppress unused variable compiler warnings on platforms where all usage
1434 if (specialHandling
[all...]

Completed in 67 milliseconds