Lines Matching defs:fileName
170 /* Parse the filename, and get its language information.
171 * If it fails to get the language information from the filename,
793 char fileName[1024] ={0};
805 uprv_strcpy(fileName, res->u.fBinaryValue.fFileName);
806 f = uprv_strrchr(fileName, '\\');
811 f = fileName;
814 ext = uprv_strrchr(fileName, '.');
817 fprintf(stderr, "Error: %s is an unknown binary filename type.\n", fileName);
995 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* filename,
1027 pos = uprv_strrchr(filename, '\\');
1029 first = (int32_t)(pos - filename + 1);
1033 index = (int32_t)(uprv_strlen(filename) - uprv_strlen(textExt) - first);
1036 uprv_strncpy(originalFileName, filename + first, index);
1052 /* lang = parseFilename(filename, lang);