OLD | NEW |
1 /******************************************************************** | 1 /******************************************************************** |
2 * COPYRIGHT: | 2 * COPYRIGHT: |
3 * Copyright (c) 1997-2012, 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 #ifndef _DATEFORMATREGRESSIONTEST_ | 7 #ifndef _DATEFORMATREGRESSIONTEST_ |
8 #define _DATEFORMATREGRESSIONTEST_ | 8 #define _DATEFORMATREGRESSIONTEST_ |
9 | 9 |
10 #include "unicode/utypes.h" | 10 #include "unicode/utypes.h" |
11 | 11 |
12 #if !UCONFIG_NO_FORMATTING | 12 #if !UCONFIG_NO_FORMATTING |
13 | 13 |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 void Test4151631(void); | 46 void Test4151631(void); |
47 void Test4151706(void); | 47 void Test4151706(void); |
48 void Test4162071(void); | 48 void Test4162071(void); |
49 void Test4182066(void); | 49 void Test4182066(void); |
50 void Test4210209(void); | 50 void Test4210209(void); |
51 void Test714(void); | 51 void Test714(void); |
52 void Test1684(void); | 52 void Test1684(void); |
53 void Test5554(void); | 53 void Test5554(void); |
54 void Test9237(void); | 54 void Test9237(void); |
55 void TestParsing(void); | 55 void TestParsing(void); |
| 56 void TestT10334(void); |
| 57 void TestT10619(void); |
| 58 void TestT10855(void); |
| 59 void TestT10906(void); |
56 }; | 60 }; |
57 | 61 |
58 #endif /* #if !UCONFIG_NO_FORMATTING */ | 62 #endif /* #if !UCONFIG_NO_FORMATTING */ |
59 | 63 |
60 #endif // _DATEFORMATREGRESSIONTEST_ | 64 #endif // _DATEFORMATREGRESSIONTEST_ |
61 //eof | 65 //eof |
OLD | NEW |