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.cpp468 class UCharFile { class
478 UCharFile (const UCharFile &other) {}; // No copy constructor. in UCharFile() function in UCharFile
491 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1207 class UCharFile { class
1216 UCharFile (const UCharFile & /*other*/) {}; // No copy constructor. in UCharFile() argument
1217 UCharFile & operator = (const UCharFile &/*other*/) {return *this;}; // No assignment op in operator =()
1228 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile