summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/icu-xetex/test/intltest/numrgts.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-04-20 18:13:48 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-04-20 18:13:48 +0000
commite5786f530f9555469c01435f86039b06aa53feba (patch)
treec868e8d32282422d7d445b729db95c3fcdafb6d0 /Build/source/libs/icu/icu-xetex/test/intltest/numrgts.h
parentebaa1768b43c8606d923d2e861b5286b74207b3e (diff)
new build system: build icu libs and xetex plus misc updates
git-svn-id: svn://tug.org/texlive/trunk@12759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/icu-xetex/test/intltest/numrgts.h')
-rw-r--r--Build/source/libs/icu/icu-xetex/test/intltest/numrgts.h103
1 files changed, 103 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-xetex/test/intltest/numrgts.h b/Build/source/libs/icu/icu-xetex/test/intltest/numrgts.h
new file mode 100644
index 00000000000..e20141cd2a4
--- /dev/null
+++ b/Build/source/libs/icu/icu-xetex/test/intltest/numrgts.h
@@ -0,0 +1,103 @@
+/***********************************************************************
+ * COPYRIGHT:
+ * Copyright (c) 1997-2004, International Business Machines Corporation
+ * and others. All Rights Reserved.
+ ***********************************************************************/
+
+#ifndef _NUMBERFORMATREGRESSIONTEST_
+#define _NUMBERFORMATREGRESSIONTEST_
+
+#include "unicode/utypes.h"
+
+#if !UCONFIG_NO_FORMATTING
+
+#include "unicode/unistr.h"
+#include "unicode/numfmt.h"
+#include "unicode/decimfmt.h"
+#include "intltest.h"
+
+/**
+ * Performs regression test for MessageFormat
+ **/
+class NumberFormatRegressionTest: public IntlTest {
+
+ // IntlTest override
+ void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
+public:
+
+ void Test4075713(void);
+ void Test4074620(void) ;
+ void Test4088161 (void);
+ void Test4087245 (void);
+ void Test4087535 (void);
+ void Test4088503 (void);
+ void Test4066646 (void);
+ float assignFloatValue(float returnfloat);
+ void Test4059870(void);
+ void Test4083018 (void);
+ void Test4071492 (void);
+ void Test4086575(void);
+ void Test4068693(void);
+ void Test4069754(void);
+ void Test4087251 (void);
+ void Test4090489 (void);
+ void Test4090504 (void);
+ void Test4095713 (void);
+ void Test4092561 (void);
+ void Test4092480 (void);
+ void Test4087244 (void);
+ void Test4070798 (void);
+ void Test4071005 (void);
+ void Test4071014 (void);
+ void Test4071859 (void);
+ void Test4093610(void);
+ void roundingTest(DecimalFormat *df, double x, UnicodeString& expected);
+ void Test4098741(void);
+ void Test4074454(void);
+ void Test4099404(void);
+ void Test4101481(void);
+ void Test4052223(void);
+ void Test4061302(void);
+ void Test4062486(void);
+ void Test4108738(void);
+ void Test4106658(void);
+ void Test4106662(void);
+ void Test4114639(void);
+ void Test4106664(void);
+ void Test4106667(void);
+ void Test4110936(void);
+ void Test4122840(void);
+ void Test4125885(void);
+ void Test4134034(void);
+ void Test4134300(void);
+ void Test4140009(void);
+ void Test4141750(void);
+ void Test4145457(void);
+ void Test4147295(void);
+ void Test4147706(void);
+
+ void Test4162198(void);
+ void Test4162852(void);
+
+ void Test4167494(void);
+ void Test4170798(void);
+ void Test4176114(void);
+ void Test4179818(void);
+ void Test4212072(void);
+ void Test4216742(void);
+ void Test4217661(void);
+ void Test4161100(void);
+ void Test4243011(void);
+ void Test4243108(void);
+ void TestJ691(void);
+
+protected:
+ UBool failure(UErrorCode status, const UnicodeString& msg);
+ UBool failure(UErrorCode status, const UnicodeString& msg, const char *l);
+ UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l);
+};
+
+#endif /* #if !UCONFIG_NO_FORMATTING */
+
+#endif // _NUMBERFORMATREGRESSIONTEST_
+//eof