Home
last modified time | relevance | path

Searched refs:UCharFile (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp473 class UCharFile { class
475 UCharFile(const char *fileName);
476 ~UCharFile();
483 UCharFile (const UCharFile &other) {}; // No copy constructor. in UCharFile() function in UCharFile
484 UCharFile & operator = (const UCharFile &other) {return *this;}; // No assignment op in operator =()
496 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile
538 UCharFile::~UCharFile() { in ~UCharFile()
544 UChar UCharFile::get() { in get()
687 UCharFile f(opt_fName); in main()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1210 class UCharFile { class
1212 UCharFile(const char *fileName);
1213 ~UCharFile();
1219 UCharFile (const UCharFile & /*other*/) {}; // No copy constructor. in UCharFile() function in UCharFile
1220 UCharFile & operator = (const UCharFile &/*other*/) {return *this;}; // No assignment op in operator =() argument
1231 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile
1265 UCharFile::~UCharFile() { in ~UCharFile()
1271 UChar UCharFile::get() { in get()
1376 UCharFile f(opt_rules); in openRulesCollator()
1542 UCharFile f(opt_fName); in main()