X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/2ca993e82fb37b597a3c73ecd1586a139a6579c5..a01113dcd0f39d5da295ef82785beff9ed86fe38:/icuSources/test/intltest/tmsgfmt.h diff --git a/icuSources/test/intltest/tmsgfmt.h b/icuSources/test/intltest/tmsgfmt.h index 028597bf..dd215365 100644 --- a/icuSources/test/intltest/tmsgfmt.h +++ b/icuSources/test/intltest/tmsgfmt.h @@ -1,3 +1,5 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: * Copyright (c) 1997-2016, International Business Machines Corporation and @@ -119,9 +121,15 @@ public: void TestSelectOrdinal(); void TestDecimals(); void TestArgIsPrefixOfAnother(); + void TestMessageFormatNumberSkeleton(); + void TestMessageFormatDateSkeleton(); + void TestMessageFormatTimeSkeleton(); private: UnicodeString GetPatternAndSkipSyntax(const MessagePattern& pattern); + void doTheRealDateTimeSkeletonTesting(UDate testDate, + const char16_t* messagePattern, const char* localeName, const char16_t* expected, + IcuTestErrorCode& status); }; #endif /* #if !UCONFIG_NO_FORMATTING */