]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/nmfmtrt.h
ICU-64252.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / nmfmtrt.h
index 12eff9a29d8e03305dd24868385ad3780e27bd11..ecb228cd3228c17614ac4407cad45a8e99684cdd 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-2003, International Business Machines Corporation and
+ * Copyright (c) 1997-2015, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -27,7 +29,7 @@ public:
     static UBool verbose;
     static UBool STRING_COMPARE;
     static UBool EXACT_NUMERIC_COMPARE;
-    static UBool DEBUG;
+    static UBool DEBUG_VAR;
     static double MAX_ERROR;
     static double max_numeric_error;
     static double min_numeric_error;
@@ -67,7 +69,7 @@ public:
     }
 
 protected:
-    UBool failure(UErrorCode status, const char* msg);
+    UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
 
 };