+// © 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
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 */