]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/regextst.h
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / regextst.h
index cbae0e4a1525c1fd7646f4e3ef27910728c058b2..22a77eaa2e32ca5b5c136959af0928535e5bb1d1 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT:
- * Copyright (c) 2002-2010, International Business Machines Corporation and
+ * Copyright (c) 2002-2012, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -43,7 +43,11 @@ public:
     virtual void PreAllocatedUTextCAPI();
     virtual void Bug7651();
     virtual void Bug7740();
-
+    virtual void Bug8479();
+    virtual void Bug7029();
+    virtual void Bug9283();
+    virtual void CheckInvBufSize();
+    
     // The following functions are internal to the regexp tests.
     virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
     virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line);
@@ -56,6 +60,8 @@ public:
     virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, const char *charset, UErrorCode &status);
     virtual const char *getPath(char buffer[2048], const char *filename);
 
+    static const char* extractToAssertBuf(const UnicodeString& message);
+    
 };
 
 #endif   // !UCONFIG_NO_REGULAR_EXPRESSIONS