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

/external/chromium_org/third_party/icu/source/tools/genrb/
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 Dgenrb.c25 void processFile(const char *filename, const char* cp, const char *inputDir, const char *outputDir, const char *packageName, UErrorCode *status);
121 const char *inputDir = NULL; local
234 inputDir = options[SOURCEDIR].value;
319 * TODO: Consolidate inputDir/filename handling from main() and processFile()
329 } else if (inputDir) {
330 uprv_strcpy(theCurrentFileName, inputDir);
416 if (inputDir) {
417 uprv_strcpy(theCurrentFileName, inputDir);
427 processFile(arg, encoding, inputDir, outputDir, gPackageName, &status);
451 processFile(const char *filename, const char *cp, const char *inputDir, cons argument
[all...]
H A Dparse.c631 const char* inputDir; member in struct:__anon11192
695 if(genrbdata->inputDir == NULL) {
716 genrbdata->inputDir = inputDirBuf;
717 dirlen = (int32_t)uprv_strlen(genrbdata->inputDir);
720 dirlen = (int32_t)uprv_strlen(genrbdata->inputDir);
722 if(genrbdata->inputDir[dirlen-1] != U_FILE_SEP_CHAR) {
743 if( (filename[0] != U_FILE_SEP_CHAR) && (genrbdata->inputDir[dirlen-1] !='.')){
744 uprv_strcpy(openFileName, genrbdata->inputDir);
757 uprv_strcpy(openFileName, genrbdata->inputDir);
777 data = parse(ucbuf, genrbdata->inputDir, genrbdat
2019 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, UErrorCode *status) argument
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
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);
/external/icu4c/tools/genrb/
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 Dgenrb.c25 void processFile(const char *filename, const char* cp, const char *inputDir, const char *outputDir,
119 const char *inputDir = NULL; local
245 inputDir = options[SOURCEDIR].value;
314 * TODO: Consolidate inputDir/filename handling from main() and processFile()
324 } else if (inputDir) {
325 uprv_strcpy(theCurrentFileName, inputDir);
411 if (inputDir) {
412 uprv_strcpy(theCurrentFileName, inputDir);
422 processFile(arg, encoding, inputDir, outputDir, NULL,
451 const char *filename, const char *cp, const char *inputDir, cons
450 processFile( const char *filename, const char *cp, const char *inputDir, const char *outputDir, const char *packageName, UBool omitBinaryCollation, UErrorCode *status) argument
[all...]
H A Dparse.cpp628 const char* inputDir; member in struct:__anon18576
692 if(genrbdata->inputDir == NULL) {
713 genrbdata->inputDir = inputDirBuf;
714 dirlen = (int32_t)uprv_strlen(genrbdata->inputDir);
717 dirlen = (int32_t)uprv_strlen(genrbdata->inputDir);
719 if(genrbdata->inputDir[dirlen-1] != U_FILE_SEP_CHAR) {
740 if( (filename[0] != U_FILE_SEP_CHAR) && (genrbdata->inputDir[dirlen-1] !='.')){
741 uprv_strcpy(openFileName, genrbdata->inputDir);
754 uprv_strcpy(openFileName, genrbdata->inputDir);
774 data = parse(ucbuf, genrbdata->inputDir, genrbdat
2043 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, UBool makeBinaryCollation, UErrorCode *status) argument
[all...]
/external/icu4c/tools/toolutil/
H A Ducbuf.c639 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status){ argument
647 if(inputDir == NULL || fileName == NULL || len==NULL || (target==NULL && *len>0)){
653 dirlen = (int32_t)uprv_strlen(inputDir);
655 if(inputDir[dirlen-1] != U_FILE_SEP_CHAR) {
675 if( (fileName[0] != U_FILE_SEP_CHAR) && (inputDir[dirlen-1] !='.')){
676 uprv_strcpy(target, inputDir);
688 uprv_strcpy(target, inputDir);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 168 milliseconds