]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/creststn.h
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / test / cintltst / creststn.h
index b1f98e0a11dee869145962744cc055d794070ce2..f6becdb979ca4ed117b36eeab1036a42e2579673 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-1999, International Business Machines Corporation and
+ * Copyright (c) 1997-2006, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /***************************************************************************
 /* C TEST FOR NEW RESOURCEBUNDLE API*/
 #include "cintltst.h"
 
-
-
+/*
+ * Test wrapper for ures_getStringXYZ(), for testing other variants of
+ * these functions as well.
+ * If index>=0, calls ures_getStringByIndex().
+ * If key!=NULL, calls ures_getStringByKey().
+ */
+extern const UChar *
+tres_getString(const UResourceBundle *resB,
+               int32_t index, const char *key,
+               int32_t *length,
+               UErrorCode *status);
 
 void addNEWResourceBundleTest(TestNode**);
 
@@ -48,6 +57,8 @@ static void TestErrorConditions(void);
 
 static void TestGetVersion(void);
 
+static void TestGetVersionColl(void);
+
 static void TestEmptyBundle(void);
 
 static void TestDirectAccess(void);
@@ -56,6 +67,12 @@ static void TestResourceLevelAliasing(void);
 
 static void TestErrorCodes(void);
 
+static void TestJB3763(void);
+
+static void TestXPath(void);
+
+static void TestStackReuse(void);
+
 /**
 * extensive subtests called by TestResourceBundles
 **/