OLD | NEW |
1 /******************************************************************** | 1 /******************************************************************** |
2 * COPYRIGHT: | 2 * COPYRIGHT: |
3 * Copyright (c) 1997-2001, International Business Machines Corporation and | 3 * Copyright (c) 1997-2014, International Business Machines Corporation and |
4 * others. All Rights Reserved. | 4 * others. All Rights Reserved. |
5 ********************************************************************/ | 5 ********************************************************************/ |
6 /*******************************************************************************
* | 6 /*******************************************************************************
* |
7 * | 7 * |
8 * File CDTDPTST.H | 8 * File CDTDPTST.H |
9 * | 9 * |
10 * Modification History: | 10 * Modification History: |
11 * Name Description | 11 * Name Description |
12 * Madhu Katragadda Creation | 12 * Madhu Katragadda Creation |
13 ********************************************************************************
* | 13 ********************************************************************************
* |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 void TestCzechMonths459(void); | 45 void TestCzechMonths459(void); |
46 | 46 |
47 /** | 47 /** |
48 * Test the handling of single quotes in patterns. | 48 * Test the handling of single quotes in patterns. |
49 */ | 49 */ |
50 void TestQuotePattern161(void); | 50 void TestQuotePattern161(void); |
51 | 51 |
52 /*Internal functions used*/ | 52 /*Internal functions used*/ |
53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expect
ed); | 53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expect
ed); |
54 | 54 |
| 55 /* |
| 56 * Testing udat_getBooleanAttribute and unum_setBooleanAttribute() |
| 57 */ |
| 58 void TestBooleanAttributes(void); |
| 59 |
55 #endif /* #if !UCONFIG_NO_FORMATTING */ | 60 #endif /* #if !UCONFIG_NO_FORMATTING */ |
56 | 61 |
57 #endif | 62 #endif |
OLD | NEW |