Searched refs:inputDir (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/tools/genrb/
H A Dparse.h30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir, UErrorCode *status);
H A Dgenrb.c23 static void processFile(const char *filename, const char* cp, const char *inputDir, const char *outputDir, const char *packageName, UErrorCode *status);
96 const char *inputDir = NULL; local
183 inputDir = options[SOURCEDIR].value;
249 if (inputDir) {
250 uprv_strcpy(theCurrentFileName, inputDir);
260 processFile(arg, encoding, inputDir, outputDir, gPackageName, &status);
273 processFile(const char *filename, const char *cp, const char *inputDir, const char *outputDir, const char *packageName, UErrorCode *status) { argument
295 if(inputDir == NULL) {
316 inputDir = inputDirBuf;
317 dirlen = (int32_t)uprv_strlen(inputDir);
[all...]
H A Dderb.c90 const char *inputDir = "."; local
174 inputDir = options[7].value; /* we'll use users resources */
238 if (!(fromICUData = !uprv_strcmp(inputDir, "-"))) {
255 uprv_strcpy(infile, inputDir);
267 bundle = ures_open(fromICUData ? 0 : inputDir, locale, &status);
H A Dparse.c1823 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, UErrorCode *status) argument
1833 inputdir = inputDir;
/external/icu4c/tools/toolutil/
H A Ducbuf.h193 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status);
H A Ducbuf.c638 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status){ argument
646 if(inputDir == NULL || fileName == NULL || len==NULL || (target==NULL && *len>0)){
652 dirlen = (int32_t)uprv_strlen(inputDir);
654 if(inputDir[dirlen-1] != U_FILE_SEP_CHAR) {
674 if( (fileName[0] != U_FILE_SEP_CHAR) && (inputDir[dirlen-1] !='.')){
675 uprv_strcpy(target, inputDir);
687 uprv_strcpy(target, inputDir);

Completed in 24 milliseconds