Home
last modified time | relevance | path

Searched refs:opt_fName (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp99 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/
Dcollperf.cpp109 char * opt_fName = 0; variable
151 {"-file", OptSpec::STRING, &opt_fName},
1238 fprintf(stderr, "Can not open file \"%s\"\n", opt_fName); in UCharFile()
1429 if (ProcessOptions(argc, argv, opts) != true || opt_help || opt_fName == 0) { in main()
1542 UCharFile f(opt_fName); in main()
1602 printf("file \"%s\", %d lines.\n", opt_fName, gNumFileLines); in main()
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DCollationPerformanceTest.java94 static String opt_fName = ""; field in CollationPerformanceTest
168 if ( !CollationPerformanceTest.processOptions(args) || opt_help || opt_fName.length()==0) { in main()
947 opt_fName = temp_opt_fName.toString(); in processOptions()
1077 fis = new FileInputStream(opt_fName); in readDataLines()