OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCharFile
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp
464
// class
UCharFile
Class to hide all the gorp to read a file in
468
class
UCharFile
{
470
UCharFile
(const char *fileName);
471
~
UCharFile
();
478
UCharFile
(const
UCharFile
&other) {}; // No copy constructor.
479
UCharFile
& operator = (const
UCharFile
&other) {return *this;}; // No assignment op
491
UCharFile
::
UCharFile
(const char * fileName)
[
all
...]
/external/icu4c/test/perf/collationperf/
collperf.cpp
[
all
...]
Completed in 22 milliseconds