Searched defs:opt_fName (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
H A 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); 641 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) { 682 UCharFile f(opt_fName); 729 printf("file \"%s\", %d charCount code units.\n", opt_fName, charCount);
|
/external/icu4c/test/perf/ubrkperf/ |
H A 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); 641 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) { 682 UCharFile f(opt_fName); 729 printf("file \"%s\", %d charCount code units.\n", opt_fName, charCount);
|
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
H A 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); 1420 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) { 1533 UCharFile f(opt_fName); 1593 printf("file \"%s\", %d lines.\n", opt_fName, gNumFileLines);
|
/external/icu4c/test/perf/collationperf/ |
H A 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); 1426 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) { 1539 UCharFile f(opt_fName); 1599 printf("file \"%s\", %d lines.\n", opt_fName, gNumFileLines);
|
Completed in 53 milliseconds