Searched refs:opt_fName (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperfold.cpp | 94 char * opt_fName = 0; variable 130 {"-file", OptSpec::STRING, &opt_fName}, 506 fprintf(stderr, "Can not open file \"%s\"\n", opt_fName); in UCharFile() 641 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) { in main() 682 UCharFile f(opt_fName); in main() 729 printf("file \"%s\", %d charCount code units.\n", opt_fName, charCount); in main()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 105 char * opt_fName = 0; variable 147 {"-file", OptSpec::STRING, &opt_fName}, 1235 fprintf(stderr, "Can not open file \"%s\"\n", opt_fName); in UCharFile() 1426 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) { in main() 1539 UCharFile f(opt_fName); in main() 1599 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 | 83 static String opt_fName = ""; field in CollationPerformanceTest 157 if ( !CollationPerformanceTest.processOptions(args) || opt_help || opt_fName.length()==0) { in main() 936 opt_fName = temp_opt_fName.toString(); in processOptions() 1066 fis = new FileInputStream(opt_fName); in readDataLines()
|