Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp473 class UCharFile { class
483 UCharFile (const UCharFile &other) {}; // No copy constructor. in UCharFile() function in UCharFile
496 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1210 class UCharFile { class
1219 UCharFile (const UCharFile & /*other*/) {}; // No copy constructor. in UCharFile() argument
1220 UCharFile & operator = (const UCharFile &/*other*/) {return *this;}; // No assignment op in operator =()
1231 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile