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

/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp464 // class UCharFile Class to hide all the gorp to read a file in
468 class UCharFile { class
470 UCharFile(const char *fileName);
471 ~UCharFile();
478 UCharFile (const UCharFile &other) {}; // No copy constructor. function in class:UCharFile
479 UCharFile & operator = (const UCharFile &other) {return *this;}; // No assignment op
491 UCharFile::UCharFile(cons function in class:UCharFile
[all...]
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp464 // class UCharFile Class to hide all the gorp to read a file in
468 class UCharFile { class
470 UCharFile(const char *fileName);
471 ~UCharFile();
478 UCharFile (const UCharFile &other) {}; // No copy constructor. function in class:UCharFile
479 UCharFile & operator = (const UCharFile &other) {return *this;}; // No assignment op
491 UCharFile::UCharFile(cons function in class:UCharFile
[all...]
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp1203 // class UCharFile Class to hide all the gorp to read a file in
1207 class UCharFile { class
1209 UCharFile(const char *fileName);
1210 ~UCharFile();
1216 UCharFile (const UCharFile & /*other*/) {}; // No copy constructor. function in class:UCharFile
1217 UCharFile & operator = (const UCharFile &/*other*/) {return *this;}; // No assignment op
1228 UCharFile::UCharFile(cons function in class:UCharFile
[all...]
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1203 // class UCharFile Class to hide all the gorp to read a file in
1207 class UCharFile { class
1209 UCharFile(const char *fileName);
1210 ~UCharFile();
1216 UCharFile (const UCharFile & /*other*/) {}; // No copy constructor. function in class:UCharFile
1217 UCharFile & operator = (const UCharFile &/*other*/) {return *this;}; // No assignment op
1228 UCharFile::UCharFile(cons function in class:UCharFile
[all...]

Completed in 108 milliseconds