Home | History | Annotate | Download | only in collationperf

Lines Matching refs:UCharFile

1203 //  class UCharFile   Class to hide all the gorp to read a file in
1207 class UCharFile {
1209 UCharFile(const char *fileName);
1210 ~UCharFile();
1216 UCharFile (const UCharFile & /*other*/) {}; // No copy constructor.
1217 UCharFile & operator = (const UCharFile &/*other*/) {return *this;}; // No assignment op
1228 UCharFile::UCharFile(const char * fileName) {
1262 UCharFile::~UCharFile() {
1268 UChar UCharFile::get() {
1360 fprintf(stderr, "UCharFile: Error: unknown fEncoding\n");
1373 UCharFile f(opt_rules);
1539 UCharFile f(opt_fName);