]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/numberformattesttuple.h
ICU-62123.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / numberformattesttuple.h
index 4af44b9d6ac1a6d5987d91486867995f972008ee..f30de79deb5e4fcd252e775bdf315796f0f687f1 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 * Copyright (C) 2015, International Business Machines Corporation and         *
@@ -11,7 +13,6 @@
 
 #if !UCONFIG_NO_FORMATTING
 
-#include "decimalformatpattern.h"
 #include "unicode/decimfmt.h"
 #include "unicode/ucurr.h"
 
@@ -53,6 +54,7 @@ enum ENumberFormatTestTupleField {
     kPositiveSuffix,
     kNegativePrefix,
     kNegativeSuffix,
+    kSignAlwaysShown,
     kLocalizedPattern,
     kToPattern,
     kToLocalizedPattern,
@@ -62,6 +64,7 @@ enum ENumberFormatTestTupleField {
     kPlural,
     kParseIntegerOnly,
     kDecimalPatternMatchRequired,
+    kParseCaseSensitive,
     kParseNoExponent,
     kOutputCurrency,
     kNumberFormatTestTupleFieldCount
@@ -115,6 +118,7 @@ public:
     UnicodeString positiveSuffix;
     UnicodeString negativePrefix;
     UnicodeString negativeSuffix;
+    int32_t signAlwaysShown;
     UnicodeString localizedPattern;
     UnicodeString toPattern;
     UnicodeString toLocalizedPattern;
@@ -125,6 +129,7 @@ public:
     int32_t parseIntegerOnly;
     int32_t decimalPatternMatchRequired;
     int32_t parseNoExponent;
+    int32_t parseCaseSensitive;
     UnicodeString outputCurrency;
 
     UBool localeFlag;
@@ -160,6 +165,7 @@ public:
     UBool positiveSuffixFlag;
     UBool negativePrefixFlag;
     UBool negativeSuffixFlag;
+    UBool signAlwaysShownFlag;
     UBool localizedPatternFlag;
     UBool toPatternFlag;
     UBool toLocalizedPatternFlag;
@@ -170,6 +176,7 @@ public:
     UBool parseIntegerOnlyFlag;
     UBool decimalPatternMatchRequiredFlag;
     UBool parseNoExponentFlag;
+    UBool parseCaseSensitiveFlag;
     UBool outputCurrencyFlag;
 
     NumberFormatTestTuple() {