]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/sfwdchit.h
ICU-511.32.tar.gz
[apple/icu.git] / icuSources / test / intltest / sfwdchit.h
index 66450367d8ce53b52aedbf3e076d9bcf21cebcd6..71fbd00ce2632cf39dddfef954382bdb4256a201 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2003, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -12,7 +12,7 @@
 
 class SimpleFwdCharIterator : public ForwardCharacterIterator {
 public:
-    SimpleFwdCharIterator(const UnicodeString& s);
+    // not used -- SimpleFwdCharIterator(const UnicodeString& s);
     SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
 
     virtual ~SimpleFwdCharIterator();
@@ -21,7 +21,7 @@ public:
    * Returns true when both iterators refer to the same
    * character in the same character-storage object.  
    */
-  virtual UBool operator==(const ForwardCharacterIterator& that) const;
+  // not used -- virtual UBool operator==(const ForwardCharacterIterator& that) const;
         
   /**
    * Generates a hash code for this iterator.