X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..4f1e1a09ce4daed860e35d359ce2fceccb0764e8:/icuSources/test/intltest/ssearch.h diff --git a/icuSources/test/intltest/ssearch.h b/icuSources/test/intltest/ssearch.h index 4afc7bf8..59d5b67c 100644 --- a/icuSources/test/intltest/ssearch.h +++ b/icuSources/test/intltest/ssearch.h @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** - * Copyright (C) 2005-2008, International Business Machines + * Copyright (C) 2005-2012, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** */ @@ -33,15 +35,17 @@ public: virtual void searchTest(); virtual void offsetTest(); virtual void monkeyTest(char *params); + virtual void sharpSTest(); + virtual void goodSuffixTest(); + virtual void searchTime(); private: virtual const char *getPath(char buffer[2048], const char *filename); virtual int32_t monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern, const char *name, const char *strength, uint32_t seed); #endif - }; #endif -#endif +#endif