Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/test/perf/ubrkperf/
Dubrkperfold.cpp468 class UCharFile { class
470 UCharFile(const char *fileName);
471 ~UCharFile();
478 UCharFile (const UCharFile &other) {}; // No copy constructor. in UCharFile() function in UCharFile
479 UCharFile & operator = (const UCharFile &other) {return *this;}; // No assignment op in operator =()
491 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile
533 UCharFile::~UCharFile() { in ~UCharFile()
539 UChar UCharFile::get() { in get()
682 UCharFile f(opt_fName); in main()
/external/icu4c/test/perf/ubrkperf/
Dubrkperfold.cpp468 class UCharFile { class
470 UCharFile(const char *fileName);
471 ~UCharFile();
478 UCharFile (const UCharFile &other) {}; // No copy constructor. in UCharFile() function in UCharFile
479 UCharFile & operator = (const UCharFile &other) {return *this;}; // No assignment op in operator =()
491 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile
533 UCharFile::~UCharFile() { in ~UCharFile()
539 UChar UCharFile::get() { in get()
682 UCharFile f(opt_fName); in main()
/external/chromium/third_party/icu/source/test/perf/collationperf/
Dcollperf.cpp1205 class UCharFile { class
1207 UCharFile(const char *fileName);
1208 ~UCharFile();
1214 UCharFile (const UCharFile & /*other*/) {}; // No copy constructor. in UCharFile() function in UCharFile
1215 UCharFile & operator = (const UCharFile &/*other*/) {return *this;}; // No assignment op in operator =() argument
1226 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile
1260 UCharFile::~UCharFile() { in ~UCharFile()
1266 UChar UCharFile::get() { in get()
1371 UCharFile f(opt_rules); in openRulesCollator()
1531 UCharFile f(opt_fName); in main()
/external/icu4c/test/perf/collationperf/
Dcollperf.cpp1207 class UCharFile { class
1209 UCharFile(const char *fileName);
1210 ~UCharFile();
1216 UCharFile (const UCharFile & /*other*/) {}; // No copy constructor. in UCharFile() argument
1217 UCharFile & operator = (const UCharFile &/*other*/) {return *this;}; // No assignment op in operator =() argument
1228 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile
1262 UCharFile::~UCharFile() { in ~UCharFile()
1268 UChar UCharFile::get() { in get()
1373 UCharFile f(opt_rules); in openRulesCollator()
1533 UCharFile f(opt_fName); in main()