X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/a01113dcd0f39d5da295ef82785beff9ed86fe38..340931cb2e044a2141d11567dd0f782524e32994:/icuSources/test/intltest/numfmtst.h diff --git a/icuSources/test/intltest/numfmtst.h b/icuSources/test/intltest/numfmtst.h index 7dbd31c2..80abc716 100644 --- a/icuSources/test/intltest/numfmtst.h +++ b/icuSources/test/intltest/numfmtst.h @@ -231,6 +231,7 @@ class NumberFormatTest: public CalendarTimeZoneTest { void TestRoundingScientific10542(); void TestZeroScientific10547(); void TestAccountingCurrency(); + void TestCurrencyFormatForMissingLocale(); void TestEquality(); void TestCurrencyUsage(); @@ -296,6 +297,8 @@ class NumberFormatTest: public CalendarTimeZoneTest { void Test20358_GroupingInPattern(); void Test13731_DefaultCurrency(); void Test20499_CurrencyVisibleDigitsPlural(); + void Test13735_GroupingSizeGetter(); + void Test13734_StrictFlexibleWhitespace(); private: UBool testFormattableAsUFormattable(const char *file, int line, Formattable &f);