OLD | NEW |
1 /******************************************************************** | 1 /******************************************************************** |
2 * COPYRIGHT: | 2 * COPYRIGHT: |
3 * Copyright (c) 1997-2013, 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 CLOCTST.H | 8 * File CLOCTST.H |
9 * | 9 * |
10 * Modification History: | 10 * Modification History: |
11 * Name Description | 11 * Name Description |
12 * Madhu Katragadda Converted to C | 12 * Madhu Katragadda Converted to C |
13 ********************************************************************************
* | 13 ********************************************************************************
* |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 static void TestOrientation(void); | 116 static void TestOrientation(void); |
117 | 117 |
118 static void TestLikelySubtags(void); | 118 static void TestLikelySubtags(void); |
119 | 119 |
120 /** | 120 /** |
121 * lanuage tag | 121 * lanuage tag |
122 */ | 122 */ |
123 static void TestForLanguageTag(void); | 123 static void TestForLanguageTag(void); |
124 static void TestToLanguageTag(void); | 124 static void TestToLanguageTag(void); |
125 | 125 |
| 126 static void TestToUnicodeLocaleKey(void); |
| 127 static void TestToLegacyKey(void); |
| 128 static void TestToUnicodeLocaleType(void); |
| 129 static void TestToLegacyType(void); |
| 130 |
126 /** | 131 /** |
127 * locale data | 132 * locale data |
128 */ | 133 */ |
129 static void TestEnglishExemplarCharacters(void); | 134 static void TestEnglishExemplarCharacters(void); |
130 | 135 |
131 #endif | 136 #endif |
OLD | NEW |