]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/ssearch.h
ICU-62123.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / ssearch.h
index 4afc7bf832af40e77fab5d4e4e1aaf73b1a86589..59d5b67ca25838939e7f63424b1b0baa50e32afa 100644 (file)
@@ -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