X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/08b89b0a244153b9f5bbb2f49c55ab0f7298122e..b331163bffd790ced0e88b73f44f86d49ccc48a5:/icuSources/test/intltest/numfmtst.h?ds=sidebyside diff --git a/icuSources/test/intltest/numfmtst.h b/icuSources/test/intltest/numfmtst.h index f25a4250..c65c778f 100644 --- a/icuSources/test/intltest/numfmtst.h +++ b/icuSources/test/intltest/numfmtst.h @@ -1,6 +1,6 @@ /************************************************************************ * COPYRIGHT: - * Copyright (c) 1997-2014, International Business Machines Corporation + * Copyright (c) 1997-2015, International Business Machines Corporation * and others. All Rights Reserved. ************************************************************************/ @@ -182,6 +182,10 @@ class NumberFormatTest: public CalendarTimeZoneTest { void TestAccountingCurrency(); void TestEquality(); + void TestCurrencyUsage(); + void TestDoubleLimit11439(); + void TestFastPathConsistent11524(); + private: UBool testFormattableAsUFormattable(const char *file, int line, Formattable &f);