]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/sfwdchit.cpp
ICU-511.34.tar.gz
[apple/icu.git] / icuSources / test / intltest / sfwdchit.cpp
index 195e200db5a8654e2088848efc0100cda8b3b7e4..703a4858e60154d8ef9e6736fbb98e8e71855bad 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.
  ********************************************************************/
 /*   file name:  sfwdchit.cpp
@@ -21,6 +21,7 @@
 const int32_t SimpleFwdCharIterator::kInvalidHashCode = 0;
 const int32_t SimpleFwdCharIterator::kEmptyHashCode = 1;
 
+#if 0 // not used
 SimpleFwdCharIterator::SimpleFwdCharIterator(const UnicodeString& s) {
 
     fHashCode = kInvalidHashCode;
@@ -36,6 +37,7 @@ SimpleFwdCharIterator::SimpleFwdCharIterator(const UnicodeString& s) {
     }
     
 }
+#endif
 
 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) {
 
@@ -65,6 +67,7 @@ SimpleFwdCharIterator::~SimpleFwdCharIterator() {
     delete[] fStart;
 }
 
+#if 0 // not used
 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
     if(this == &that) {
         return TRUE;
@@ -84,7 +87,8 @@ UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) co
 */
     return FALSE;
 }
-     
+#endif
+
 int32_t SimpleFwdCharIterator::hashCode(void) const {
     if (fHashCode == kInvalidHashCode)
     {