]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/restest.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / intltest / restest.h
index 14a778a4ee54e811fd3f3066ad9e89f000494d56..879bb6e264e42a8870a0cd126b5582bab6caf27f 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2003, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -30,6 +32,9 @@ public:
 
     void TestExemplar(void);
 
+    void TestGetSize(void);
+    void TestGetLocaleByType(void);
+
 private:
     /**
      * The assignment operator has no real implementation.
@@ -47,8 +52,6 @@ private:
 
     int32_t pass;
     int32_t fail;
-
-    IntlTest& OUT;
 };
 
 #endif