X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..HEAD:/icuSources/test/intltest/numrgts.h diff --git a/icuSources/test/intltest/numrgts.h b/icuSources/test/intltest/numrgts.h index e20141cd..1d14c736 100644 --- a/icuSources/test/intltest/numrgts.h +++ b/icuSources/test/intltest/numrgts.h @@ -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-2004, International Business Machines Corporation + * Copyright (c) 1997-2013, International Business Machines Corporation * and others. All Rights Reserved. ***********************************************************************/ @@ -90,11 +92,15 @@ public: void Test4243011(void); void Test4243108(void); void TestJ691(void); - + void Test8199(void); + void Test9109(void); + void Test9780(void); + void Test9677(void); + void Test10361(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); + UBool failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError=FALSE); + UBool failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError=FALSE); + UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError=FALSE); }; #endif /* #if !UCONFIG_NO_FORMATTING */