X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..151279e3792e85d0417b499c229886b3af724f55:/icuSources/test/intltest/sfwdchit.cpp?ds=inline diff --git a/icuSources/test/intltest/sfwdchit.cpp b/icuSources/test/intltest/sfwdchit.cpp index 195e200d..703a4858 100644 --- a/icuSources/test/intltest/sfwdchit.cpp +++ b/icuSources/test/intltest/sfwdchit.cpp @@ -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) {