]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cdtdptst.h
1 /********************************************************************
3 * Copyright (c) 1997-2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6 /********************************************************************************
10 * Modification History:
12 * Madhu Katragadda Creation
13 *********************************************************************************
15 /* INDEPTH TEST FOR DATE FORMAT */
19 #include "unicode/utypes.h"
21 #if !UCONFIG_NO_FORMATTING
26 * Test the parsing of 2-digit years.
28 void TestTwoDigitYearDSTParse(void);
30 * Verify that strings which contain incomplete specifications are parsed
31 * correctly. In some instances, this means not being parsed at all, and
32 * returning an appropriate error.
34 void TestPartialParse994(void);
36 * Verify the behavior of patterns in which digits for different fields run together
37 * without intervening separators.
39 void TestRunTogetherPattern985(void);
42 * Verify the handling of Czech June and July, which have the unique attribute that
43 * one is a proper prefix substring of the other.
45 void TestCzechMonths459(void);
48 * Test the handling of single quotes in patterns.
50 void TestQuotePattern161(void);
52 /*Internal functions used*/
53 void tryPat994(UDateFormat
* format
, const char* pat
, const char* s
, UDate expected
);
55 #endif /* #if !UCONFIG_NO_FORMATTING */