Searched refs:openFileName (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dgenrb.c457 char *openFileName = NULL; local
478 openFileName = (char *) uprv_malloc(dirlen + filelen + 2);
479 openFileName[0] = '\0';
504 openFileName = (char *) uprv_malloc(dirlen + filelen + 2);
507 if(openFileName == NULL) {
512 openFileName[0] = '\0';
514 * append the input dir to openFileName if the first char in
525 uprv_strcpy(openFileName, inputDir);
526 openFileName[dirlen] = U_FILE_SEP_CHAR;
528 openFileName[dirle
[all...]
H A Dparse.cpp697 char *openFileName = NULL; local
731 openFileName = (char *) uprv_malloc(dirlen + filelen + 2);
732 openFileName[0] = '\0';
758 openFileName = (char *) uprv_malloc(dirlen + filelen + 2);
761 if(openFileName == NULL) {
766 openFileName[0] = '\0';
768 * append the input dir to openFileName if the first char in
779 uprv_strcpy(openFileName, inputDir);
780 openFileName[dirlen] = U_FILE_SEP_CHAR;
782 openFileName[dirle
[all...]

Completed in 122 milliseconds