Searched refs:opt_fName (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperfold.cpp | 99 char * opt_fName = 0; variable 135 {"-file", OptSpec::STRING, &opt_fName}, 511 fprintf(stderr, "Can not open file \"%s\"\n", opt_fName); in UCharFile() 646 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) { in main() 687 UCharFile f(opt_fName); in main() 734 printf("file \"%s\", %d charCount code units.\n", opt_fName, charCount); in main()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 109 char * opt_fName = 0; variable 151 {"-file", OptSpec::STRING, &opt_fName}, 1239 fprintf(stderr, "Can not open file \"%s\"\n", opt_fName); in UCharFile() 1430 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) { in main() 1543 UCharFile f(opt_fName); in main() 1603 printf("file \"%s\", %d lines.\n", opt_fName, gNumFileLines); in main()
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | CollationPerformanceTest.java | 85 static String opt_fName = ""; field in CollationPerformanceTest 159 if ( !CollationPerformanceTest.processOptions(args) || opt_help || opt_fName.length()==0) { in main() 938 opt_fName = temp_opt_fName.toString(); in processOptions() 1068 fis = new FileInputStream(opt_fName); in readDataLines()
|