Searched refs:UCharFile (Results 1 – 4 of 4) sorted by relevance
468 class UCharFile { class470 UCharFile(const char *fileName);471 ~UCharFile();478 UCharFile (const UCharFile &other) {}; // No copy constructor. in UCharFile() function in UCharFile479 UCharFile & operator = (const UCharFile &other) {return *this;}; // No assignment op in operator =()491 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile533 UCharFile::~UCharFile() { in ~UCharFile()539 UChar UCharFile::get() { in get()682 UCharFile f(opt_fName); in main()
1205 class UCharFile { class1207 UCharFile(const char *fileName);1208 ~UCharFile();1214 UCharFile (const UCharFile & /*other*/) {}; // No copy constructor. in UCharFile() function in UCharFile1215 UCharFile & operator = (const UCharFile &/*other*/) {return *this;}; // No assignment op in operator =() argument1226 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile1260 UCharFile::~UCharFile() { in ~UCharFile()1266 UChar UCharFile::get() { in get()1371 UCharFile f(opt_rules); in openRulesCollator()1531 UCharFile f(opt_fName); in main()
1207 class UCharFile { class1209 UCharFile(const char *fileName);1210 ~UCharFile();1216 UCharFile (const UCharFile & /*other*/) {}; // No copy constructor. in UCharFile() argument1217 UCharFile & operator = (const UCharFile &/*other*/) {return *this;}; // No assignment op in operator =() argument1228 UCharFile::UCharFile(const char * fileName) { in UCharFile() function in UCharFile1262 UCharFile::~UCharFile() { in ~UCharFile()1268 UChar UCharFile::get() { in get()1373 UCharFile f(opt_rules); in openRulesCollator()1533 UCharFile f(opt_fName); in main()