]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | ubrk.h UBRK_TITLE ICU 2.8 Use the word break iterator for titlecasing for Unicode 4 and later. |
2 | ucol.h ucol_getLocale ICU 2.8 Use ucol_getLocaleByType instead | |
3 | uloc.h ULOC_REQUESTED_LOCALE ICU 2.8 | |
4 | ures.h RES_NONE ICU 2.6 Use the URES_ constant instead. | |
5 | ures.h RES_STRING ICU 2.6 Use the URES_ constant instead. | |
6 | ures.h RES_BINARY ICU 2.6 Use the URES_ constant instead. | |
7 | ures.h RES_TABLE ICU 2.6 Use the URES_ constant instead. | |
8 | ures.h RES_ALIAS ICU 2.6 Use the URES_ constant instead. | |
9 | ures.h RES_INT ICU 2.6 Use the URES_ constant instead. | |
10 | ures.h RES_ARRAY ICU 2.6 Use the URES_ constant instead. | |
11 | ures.h RES_INT_VECTOR ICU 2.6 Use the URES_ constant instead. | |
12 | ures.h RES_RESERVED ICU 2.6 Not used. | |
13 | ures.h ures_countArrayItems ICU 2.8 User ures_getSize instead | |
14 | ures.h ures_getLocale ICU 2.8 Use ures_getLocaleByType instead. | |
15 | ures.h ures_getVersionNumber ICU 2.8 Use ures_getVersion instead. | |
16 | utf_old.h (null) ICU 2.4. Use the macros in utf.h, utf16.h, utf8.h instead. | |
17 | utf_old.h UTF16_APPEND_CHAR_SAFE ICU 2.4. Use U16_APPEND instead, see utf_old.h. | |
18 | utf_old.h UTF16_APPEND_CHAR_UNSAFE ICU 2.4. Renamed to U16_APPEND_UNSAFE, see utf_old.h. | |
19 | utf_old.h UTF16_ARRAY_SIZE ICU 2.4. Obsolete, see utf_old.h. | |
20 | utf_old.h UTF16_BACK_1_SAFE ICU 2.4. Renamed to U16_BACK_1, see utf_old.h. | |
21 | utf_old.h UTF16_BACK_1_UNSAFE ICU 2.4. Renamed to U16_BACK_1_UNSAFE, see utf_old.h. | |
22 | utf_old.h UTF16_BACK_N_SAFE ICU 2.4. Renamed to U16_BACK_N, see utf_old.h. | |
23 | utf_old.h UTF16_BACK_N_UNSAFE ICU 2.4. Renamed to U16_BACK_N_UNSAFE, see utf_old.h. | |
24 | utf_old.h UTF16_CHAR_LENGTH ICU 2.4. Renamed to U16_LENGTH, see utf_old.h. | |
25 | utf_old.h UTF16_FWD_1_SAFE ICU 2.4. Renamed to U16_FWD_1, see utf_old.h. | |
26 | utf_old.h UTF16_FWD_1_UNSAFE ICU 2.4. Renamed to U16_FWD_1_UNSAFE, see utf_old.h. | |
27 | utf_old.h UTF16_FWD_N_SAFE ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. | |
28 | utf_old.h UTF16_FWD_N_UNSAFE ICU 2.4. Renamed to U16_FWD_N_UNSAFE, see utf_old.h. | |
29 | utf_old.h UTF16_GET_CHAR_SAFE ICU 2.4. Use U16_GET instead, see utf_old.h. | |
30 | utf_old.h UTF16_GET_CHAR_UNSAFE ICU 2.4. Renamed to U16_GET_UNSAFE, see utf_old.h. | |
31 | utf_old.h UTF16_GET_PAIR_VALUE ICU 2.4. Renamed to U16_GET_SUPPLEMENTARY, see utf_old.h. | |
32 | utf_old.h UTF16_IS_LEAD ICU 2.4. Renamed to U16_IS_LEAD, see utf_old.h. | |
33 | utf_old.h UTF16_IS_SINGLE ICU 2.4. Renamed to U16_IS_SINGLE, see utf_old.h. | |
34 | utf_old.h UTF16_IS_TRAIL ICU 2.4. Renamed to U16_IS_TRAIL, see utf_old.h. | |
35 | utf_old.h UTF16_LEAD ICU 2.4. Renamed to U16_LEAD, see utf_old.h. | |
36 | utf_old.h UTF16_MAX_CHAR_LENGTH ICU 2.4. Renamed to U16_MAX_LENGTH, see utf_old.h. | |
37 | utf_old.h UTF16_NEED_MULTIPLE_UCHAR ICU 2.4. Use U16_LENGTH or test ((uint32_t)(c)>0xffff) instead, see utf_old.h. | |
38 | utf_old.h UTF16_NEXT_CHAR_SAFE ICU 2.4. Use U16_NEXT instead, see utf_old.h. | |
39 | utf_old.h UTF16_NEXT_CHAR_UNSAFE ICU 2.4. Renamed to U16_NEXT_UNSAFE, see utf_old.h. | |
40 | utf_old.h UTF16_PREV_CHAR_SAFE ICU 2.4. Use U16_PREV instead, see utf_old.h. | |
41 | utf_old.h UTF16_PREV_CHAR_UNSAFE ICU 2.4. Renamed to U16_PREV_UNSAFE, see utf_old.h. | |
42 | utf_old.h UTF16_SET_CHAR_LIMIT_SAFE ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. | |
43 | utf_old.h UTF16_SET_CHAR_LIMIT_UNSAFE ICU 2.4. Renamed to U16_SET_CP_LIMIT_UNSAFE, see utf_old.h. | |
44 | utf_old.h UTF16_SET_CHAR_START_SAFE ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. | |
45 | utf_old.h UTF16_SET_CHAR_START_UNSAFE ICU 2.4. Renamed to U16_SET_CP_START_UNSAFE, see utf_old.h. | |
46 | utf_old.h UTF16_TRAIL ICU 2.4. Renamed to U16_TRAIL, see utf_old.h. | |
47 | utf_old.h UTF32_APPEND_CHAR_SAFE ICU 2.4. Obsolete, see utf_old.h. | |
48 | utf_old.h UTF32_APPEND_CHAR_UNSAFE ICU 2.4. Obsolete, see utf_old.h. | |
49 | utf_old.h UTF32_ARRAY_SIZE ICU 2.4. Obsolete, see utf_old.h. | |
50 | utf_old.h UTF32_BACK_1_SAFE ICU 2.4. Obsolete, see utf_old.h. | |
51 | utf_old.h UTF32_BACK_1_UNSAFE ICU 2.4. Obsolete, see utf_old.h. | |
52 | utf_old.h UTF32_BACK_N_SAFE ICU 2.4. Obsolete, see utf_old.h. | |
53 | utf_old.h UTF32_BACK_N_UNSAFE ICU 2.4. Obsolete, see utf_old.h. | |
54 | utf_old.h UTF32_CHAR_LENGTH ICU 2.4. Obsolete, see utf_old.h. | |
55 | utf_old.h UTF32_FWD_1_SAFE ICU 2.4. Obsolete, see utf_old.h. | |
56 | utf_old.h UTF32_FWD_1_UNSAFE ICU 2.4. Obsolete, see utf_old.h. | |
57 | utf_old.h UTF32_FWD_N_SAFE ICU 2.4. Obsolete, see utf_old.h. | |
58 | utf_old.h UTF32_FWD_N_UNSAFE ICU 2.4. Obsolete, see utf_old.h. | |
59 | utf_old.h UTF32_GET_CHAR_SAFE ICU 2.4. Obsolete, see utf_old.h. | |
60 | utf_old.h UTF32_GET_CHAR_UNSAFE ICU 2.4. Obsolete, see utf_old.h. | |
61 | utf_old.h UTF32_IS_LEAD ICU 2.4. Obsolete, see utf_old.h. | |
62 | utf_old.h UTF32_IS_SAFE ICU 2.4. Obsolete, see utf_old.h. | |
63 | utf_old.h UTF32_IS_SINGLE ICU 2.4. Obsolete, see utf_old.h. | |
64 | utf_old.h UTF32_IS_TRAIL ICU 2.4. Obsolete, see utf_old.h. | |
65 | utf_old.h UTF32_MAX_CHAR_LENGTH ICU 2.4. Obsolete, see utf_old.h. | |
66 | utf_old.h UTF32_NEED_MULTIPLE_UCHAR ICU 2.4. Obsolete, see utf_old.h. | |
67 | utf_old.h UTF32_NEXT_CHAR_SAFE ICU 2.4. Obsolete, see utf_old.h. | |
68 | utf_old.h UTF32_NEXT_CHAR_UNSAFE ICU 2.4. Obsolete, see utf_old.h. | |
69 | utf_old.h UTF32_PREV_CHAR_SAFE ICU 2.4. Obsolete, see utf_old.h. | |
70 | utf_old.h UTF32_PREV_CHAR_UNSAFE ICU 2.4. Obsolete, see utf_old.h. | |
71 | utf_old.h UTF32_SET_CHAR_LIMIT_SAFE ICU 2.4. Obsolete, see utf_old.h. | |
72 | utf_old.h UTF32_SET_CHAR_LIMIT_UNSAFE ICU 2.4. Obsolete, see utf_old.h. | |
73 | utf_old.h UTF32_SET_CHAR_START_SAFE ICU 2.4. Obsolete, see utf_old.h. | |
74 | utf_old.h UTF32_SET_CHAR_START_UNSAFE ICU 2.4. Obsolete, see utf_old.h. | |
75 | utf_old.h UTF8_APPEND_CHAR_SAFE ICU 2.4. Use U8_APPEND instead, see utf_old.h. | |
76 | utf_old.h UTF8_APPEND_CHAR_UNSAFE ICU 2.4. Renamed to U8_APPEND_UNSAFE, see utf_old.h. | |
77 | utf_old.h UTF8_ARRAY_SIZE ICU 2.4. Obsolete, see utf_old.h. | |
78 | utf_old.h UTF8_BACK_1_SAFE ICU 2.4. Renamed to U8_BACK_1, see utf_old.h. | |
79 | utf_old.h UTF8_BACK_1_UNSAFE ICU 2.4. Renamed to U8_BACK_1_UNSAFE, see utf_old.h. | |
80 | utf_old.h UTF8_BACK_N_SAFE ICU 2.4. Renamed to U8_BACK_N, see utf_old.h. | |
81 | utf_old.h UTF8_BACK_N_UNSAFE ICU 2.4. Renamed to U8_BACK_N_UNSAFE, see utf_old.h. | |
82 | utf_old.h UTF8_CHAR_LENGTH ICU 2.4. Use U8_LENGTH instead, see utf_old.h. | |
83 | utf_old.h UTF8_COUNT_TRAIL_BYTES ICU 2.4. Renamed to U8_COUNT_TRAIL_BYTES, see utf_old.h. | |
84 | utf_old.h UTF8_ERROR_VALUE_1 ICU 2.4. Obsolete, see utf_old.h. | |
85 | utf_old.h UTF8_ERROR_VALUE_2 ICU 2.4. Obsolete, see utf_old.h. | |
86 | utf_old.h UTF8_FWD_1_SAFE ICU 2.4. Renamed to U8_FWD_1, see utf_old.h. | |
87 | utf_old.h UTF8_FWD_1_UNSAFE ICU 2.4. Renamed to U8_FWD_1_UNSAFE, see utf_old.h. | |
88 | utf_old.h UTF8_FWD_N_SAFE ICU 2.4. Renamed to U8_FWD_N, see utf_old.h. | |
89 | utf_old.h UTF8_FWD_N_UNSAFE ICU 2.4. Renamed to U8_FWD_N_UNSAFE, see utf_old.h. | |
90 | utf_old.h UTF8_GET_CHAR_SAFE ICU 2.4. Use U8_GET instead, see utf_old.h. | |
91 | utf_old.h UTF8_GET_CHAR_UNSAFE ICU 2.4. Renamed to U8_GET_UNSAFE, see utf_old.h. | |
92 | utf_old.h UTF8_IS_LEAD ICU 2.4. Renamed to U8_IS_LEAD, see utf_old.h. | |
93 | utf_old.h UTF8_IS_SINGLE ICU 2.4. Renamed to U8_IS_SINGLE, see utf_old.h. | |
94 | utf_old.h UTF8_IS_TRAIL ICU 2.4. Renamed to U8_IS_TRAIL, see utf_old.h. | |
95 | utf_old.h UTF8_MASK_LEAD_BYTE ICU 2.4. Renamed to U8_MASK_LEAD_BYTE, see utf_old.h. | |
96 | utf_old.h UTF8_MAX_CHAR_LENGTH ICU 2.4. Renamed to U8_MAX_LENGTH, see utf_old.h. | |
97 | utf_old.h UTF8_NEED_MULTIPLE_UCHAR ICU 2.4. Use U8_LENGTH or test ((uint32_t)(c)>0x7f) instead, see utf_old.h. | |
98 | utf_old.h UTF8_NEXT_CHAR_SAFE ICU 2.4. Use U8_NEXT instead, see utf_old.h. | |
99 | utf_old.h UTF8_NEXT_CHAR_UNSAFE ICU 2.4. Renamed to U8_NEXT_UNSAFE, see utf_old.h. | |
100 | utf_old.h UTF8_PREV_CHAR_SAFE ICU 2.4. Use U8_PREV instead, see utf_old.h. | |
101 | utf_old.h UTF8_PREV_CHAR_UNSAFE ICU 2.4. Renamed to U8_PREV_UNSAFE, see utf_old.h. | |
102 | utf_old.h UTF8_SET_CHAR_LIMIT_SAFE ICU 2.4. Renamed to U8_SET_CP_LIMIT, see utf_old.h. | |
103 | utf_old.h UTF8_SET_CHAR_LIMIT_UNSAFE ICU 2.4. Renamed to U8_SET_CP_LIMIT_UNSAFE, see utf_old.h. | |
104 | utf_old.h UTF8_SET_CHAR_START_SAFE ICU 2.4. Renamed to U8_SET_CP_START, see utf_old.h. | |
105 | utf_old.h UTF8_SET_CHAR_START_UNSAFE ICU 2.4. Renamed to U8_SET_CP_START_UNSAFE, see utf_old.h. | |
106 | utf_old.h UTF_APPEND_CHAR ICU 2.4. Use U16_APPEND instead, see utf_old.h. | |
107 | utf_old.h UTF_APPEND_CHAR_SAFE ICU 2.4. Use U16_APPEND instead, see utf_old.h. | |
108 | utf_old.h UTF_APPEND_CHAR_UNSAFE ICU 2.4. Renamed to U16_APPEND_UNSAFE, see utf_old.h. | |
109 | utf_old.h UTF_ARRAY_SIZE ICU 2.4. Obsolete, see utf_old.h. | |
110 | utf_old.h UTF_BACK_1 ICU 2.4. Renamed to U16_BACK_1, see utf_old.h. | |
111 | utf_old.h UTF_BACK_1_SAFE ICU 2.4. Renamed to U16_BACK_1, see utf_old.h. | |
112 | utf_old.h UTF_BACK_1_UNSAFE ICU 2.4. Renamed to U16_BACK_1_UNSAFE, see utf_old.h. | |
113 | utf_old.h UTF_BACK_N ICU 2.4. Renamed to U16_BACK_N, see utf_old.h. | |
114 | utf_old.h UTF_BACK_N_SAFE ICU 2.4. Renamed to U16_BACK_N, see utf_old.h. | |
115 | utf_old.h UTF_BACK_N_UNSAFE ICU 2.4. Renamed to U16_BACK_N_UNSAFE, see utf_old.h. | |
116 | utf_old.h UTF_CHAR_LENGTH ICU 2.4. Renamed to U16_LENGTH, see utf_old.h. | |
117 | utf_old.h UTF_ERROR_VALUE ICU 2.4. Obsolete, see utf_old.h. | |
118 | utf_old.h UTF_FIRST_SURROGATE ICU 2.4. Renamed to U16_LEAD, see utf_old.h. | |
119 | utf_old.h UTF_FWD_1 ICU 2.4. Renamed to U16_FWD_1, see utf_old.h. | |
120 | utf_old.h UTF_FWD_1_SAFE ICU 2.4. Renamed to U16_FWD_1, see utf_old.h. | |
121 | utf_old.h UTF_FWD_1_UNSAFE ICU 2.4. Renamed to U16_FWD_1_UNSAFE, see utf_old.h. | |
122 | utf_old.h UTF_FWD_N ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. | |
123 | utf_old.h UTF_FWD_N_SAFE ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. | |
124 | utf_old.h UTF_FWD_N_UNSAFE ICU 2.4. Renamed to U16_FWD_N_UNSAFE, see utf_old.h. | |
125 | utf_old.h UTF_GET_CHAR ICU 2.4. Renamed to U16_GET, see utf_old.h. | |
126 | utf_old.h UTF_GET_CHAR_SAFE ICU 2.4. Use U16_GET instead, see utf_old.h. | |
127 | utf_old.h UTF_GET_CHAR_UNSAFE ICU 2.4. Renamed to U16_GET_UNSAFE, see utf_old.h. | |
128 | utf_old.h UTF_IS_ERROR ICU 2.4. Obsolete, see utf_old.h. | |
129 | utf_old.h UTF_IS_FIRST_SURROGATE ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see utf_old.h. | |
130 | utf_old.h UTF_IS_LEAD ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see utf_old.h. | |
131 | utf_old.h UTF_IS_SECOND_SURROGATE ICU 2.4. Renamed to U_IS_TRAIL and U16_IS_TRAIL, see utf_old.h. | |
132 | utf_old.h UTF_IS_SINGLE ICU 2.4. Renamed to U_IS_SINGLE and U16_IS_SINGLE, see utf_old.h. | |
133 | utf_old.h UTF_IS_SURROGATE ICU 2.4. Renamed to U_IS_SURROGATE and U16_IS_SURROGATE, see utf_old.h. | |
134 | utf_old.h UTF_IS_SURROGATE_FIRST ICU 2.4. Renamed to U_IS_SURROGATE_LEAD and U16_IS_SURROGATE_LEAD, see utf_old.h. | |
135 | utf_old.h UTF_IS_TRAIL ICU 2.4. Renamed to U_IS_TRAIL and U16_IS_TRAIL, see utf_old.h. | |
136 | utf_old.h UTF_IS_UNICODE_CHAR ICU 2.4. Renamed to U_IS_UNICODE_CHAR, see utf_old.h. | |
137 | utf_old.h UTF_IS_UNICODE_NONCHAR ICU 2.4. Renamed to U_IS_UNICODE_NONCHAR, see utf_old.h. | |
138 | utf_old.h UTF_IS_VALID ICU 2.4. Obsolete, see utf_old.h. | |
139 | utf_old.h UTF_MAX_CHAR_LENGTH ICU 2.4. Renamed to U16_MAX_LENGTH, see utf_old.h. | |
140 | utf_old.h UTF_NEED_MULTIPLE_UCHAR ICU 2.4. Use U16_LENGTH or test ((uint32_t)(c)>0xffff) instead. | |
141 | utf_old.h UTF_NEXT_CHAR ICU 2.4. Renamed to U16_NEXT, see utf_old.h. | |
142 | utf_old.h UTF_NEXT_CHAR_SAFE ICU 2.4. Use U16_NEXT instead, see utf_old.h. | |
143 | utf_old.h UTF_NEXT_CHAR_UNSAFE ICU 2.4. Renamed to U16_NEXT_UNSAFE, see utf_old.h. | |
144 | utf_old.h UTF_PREV_CHAR ICU 2.4. Renamed to U16_PREV, see utf_old.h. | |
145 | utf_old.h UTF_PREV_CHAR_SAFE ICU 2.4. Use U16_PREV instead, see utf_old.h. | |
146 | utf_old.h UTF_PREV_CHAR_UNSAFE ICU 2.4. Renamed to U16_PREV_UNSAFE, see utf_old.h. | |
147 | utf_old.h UTF_SAFE ICU 2.4. Obsolete, see utf_old.h. | |
148 | utf_old.h UTF_SECOND_SURROGATE ICU 2.4. Renamed to U16_TRAIL, see utf_old.h. | |
149 | utf_old.h UTF_SET_CHAR_LIMIT ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. | |
150 | utf_old.h UTF_SET_CHAR_LIMIT_SAFE ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. | |
151 | utf_old.h UTF_SET_CHAR_LIMIT_UNSAFE ICU 2.4. Renamed to U16_SET_CP_LIMIT_UNSAFE, see utf_old.h. | |
152 | utf_old.h UTF_SET_CHAR_START ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. | |
153 | utf_old.h UTF_SET_CHAR_START_SAFE ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. | |
154 | utf_old.h UTF_SET_CHAR_START_UNSAFE ICU 2.4. Renamed to U16_SET_CP_START_UNSAFE, see utf_old.h. | |
155 | utf_old.h UTF_SIZE ICU 2.4. Obsolete, see utf_old.h. | |
156 | utf_old.h UTF_SURROGATE_OFFSET ICU 2.4. Renamed to U16_SURROGATE_OFFSET, see utf_old.h. | |
157 | utrans.h utrans_getAvailableID ICU 2.8 Use utrans_openIDs() instead, see utrans.h | |
158 | utrans.h utrans_getID ICU 2.8 Use utrans_getUnicodeID() instead, see utrans.h | |
159 | utrans.h utrans_open ICU 2.8 Use utrans_openU() instead, see utrans.h | |
160 | utrans.h utrans_unregister ICU 2.8 Use utrans_unregisterID() instead, see utrans.h | |
161 | Calendar EAmpm ICU 2.6. Use C enum UCalendarAMPMs defined in ucal.h | |
162 | Calendar EDateFields ICU 2.6. Use C enum UCalendarDateFields defined in ucal.h | |
163 | Calendar EDaysOfWeek ICU 2.6. Use C enum UCalendarDaysOfWeek defined in ucal.h | |
164 | Calendar EMonths ICU 2.6. Use C enum UCalendarMonths defined in ucal.h | |
165 | Calendar add ICU 2.6. use add(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead. | |
166 | Calendar clear ICU 2.6. Use clear(UCalendarDateFields field) instead. | |
167 | Calendar fieldDifference ICU 2.6. Use fieldDifference(UDate when, UCalendarDateFields field, UErrorCode& status). | |
168 | Calendar get ICU 2.6. Use get(UCalendarDateFields field, UErrorCode& status) instead. | |
169 | Calendar getActualMaximum ICU 2.6. Use getActualMaximum(UCalendarDateFields field, UErrorCode& status) instead. | |
170 | Calendar getActualMinimum ICU 2.6. Use getActualMinimum(UCalendarDateFields field, UErrorCode& status) instead. | |
171 | Calendar getFirstDayOfWeek ICU 2.6 use the overload with error code | |
172 | Calendar getGreatestMinimum ICU 2.6. Use getGreatestMinimum(UCalendarDateFields field) instead. | |
173 | Calendar getLeastMaximum ICU 2.6. Use getLeastMaximum(UCalendarDateFields field) instead. | |
174 | Calendar getMaximum ICU 2.6. Use getMaximum(UCalendarDateFields field) instead. | |
175 | Calendar getMinimum ICU 2.6. Use getMinimum(UCalendarDateFields field) instead. | |
176 | Calendar internalGet ICU 2.6. Use internalGet(UCalendarDateFields field) instead. | |
177 | Calendar internalSet ICU 2.6. Use internalSet(UCalendarDateFields field, int32_t value) instead. | |
178 | Calendar isSet ICU 2.6. Use isSet(UCalendarDateFields field) instead. | |
179 | Calendar roll ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead. | |
180 | Calendar roll ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead. | |
181 | Calendar set ICU 2.6. Use set(UCalendarDateFields field, int32_t value) instead. | |
182 | Calendar setFirstDayOfWeek ICU 2.6. Use setFirstDayOfWeek(UCalendarDaysOfWeek value) instead. | |
183 | Calendar fIsSet ICU 2.8 use (fStamp[n]!=kUnset) | |
184 | CollationKey (null) ICU 2.8 Use Collator::getSortKey(...) instead | |
185 | CollationKey CollationKey ICU 2.8 Use Collator::getSortKey(...) instead | |
186 | CollationKey CollationKey ICU 2.8 Use Collator::getSortKey(...) instead | |
187 | CollationKey CollationKey ICU 2.8 Use Collator::getSortKey(...) instead | |
188 | CollationKey ~CollationKey ICU 2.8 Use Collator::getSortKey(...) instead | |
189 | CollationKey compareTo ICU 2.8 Use Collator::getSortKey(...) instead | |
190 | CollationKey compareTo ICU 2.6 use the overload with error code | |
191 | CollationKey getByteArray ICU 2.8 Use Collator::getSortKey(...) instead | |
192 | CollationKey getDynamicClassID ICU 2.8 Use Collator::getSortKey(...) instead | |
193 | CollationKey getStaticClassID ICU 2.8 Use Collator::getSortKey(...) instead | |
194 | CollationKey hashCode ICU 2.8 Use Collator::getSortKey(...) instead | |
195 | CollationKey isBogus ICU 2.8 Use Collator::getSortKey(...) instead | |
196 | CollationKey operator!= ICU 2.8 Use Collator::getSortKey(...) instead | |
197 | CollationKey operator= ICU 2.8 Use Collator::getSortKey(...) instead | |
198 | CollationKey operator== ICU 2.8 Use Collator::getSortKey(...) instead | |
199 | Collator EComparisonResult ICU 2.6. Use C enum UCollationResult defined in ucol.h | |
200 | Collator Collator ICU 2.4. Subclasses should use the default constructor | |
201 | Collator compare ICU 2.6 use the overload with UErrorCode & | |
202 | Collator compare ICU 2.6 use the overload with UErrorCode & | |
203 | Collator compare ICU 2.6 use the overload with UErrorCode & | |
204 | Collator getCollationKey ICU 2.8 Use getSortKey(...) instead | |
205 | Collator getCollationKey ICU 2.8 Use getSortKey(...) instead | |
206 | Collator getLocale ICU 2.8 This API is under consideration for revision | |
207 | Collator getStrength ICU 2.6 Use getAttribute(UCOL_STRENGTH...) instead | |
208 | Collator setStrength ICU 2.6 Use setAttribute(UCOL_STRENGTH...) instead | |
209 | GregorianCalendar getActualMaximum ICU 2.6. Use getActualMaximum(UCalendarDateFields field) instead. | |
210 | GregorianCalendar getActualMinimum ICU 2.6. Use getActualMinimum(UCalendarDateFields field) instead. (Added to ICU 3.0 for signature consistency) | |
211 | GregorianCalendar getActualMinimum ICU 2.6. Use getActualMinimum(UCalendarDateFields field) instead. | |
212 | GregorianCalendar roll ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead. | |
213 | ResourceBundle getLocale ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead. | |
214 | ResourceBundle getVersionNumber ICU 2.8 Use getVersion instead. | |
215 | RuleBasedCollator compare ICU 2.6 Use overload with UErrorCode& | |
216 | RuleBasedCollator compare ICU 2.6 Use overload with UErrorCode& | |
217 | RuleBasedCollator compare ICU 2.6 Use overload with UErrorCode& | |
218 | RuleBasedCollator getCollationKey ICU 2.8 Use getSortKey(...) instead | |
219 | RuleBasedCollator getCollationKey ICU 2.8 Use getSortKey(...) instead | |
220 | RuleBasedCollator getEComparisonResult ICU 2.6. We will not need it. | |
221 | RuleBasedCollator getLocale ICU 2.8 likely to change in ICU 3.0, based on feedback | |
222 | RuleBasedCollator getStrength ICU 2.6 Use getAttribute(UCOL_STRENGTH...) instead | |
223 | RuleBasedCollator setStrength ICU 2.6 Use setAttribute(UCOL_STRENGTH...) instead | |
224 | SimpleTimeZone inDaylightTime ICU 2.4. Use Calendar::inDaylightTime() instead. | |
225 | TimeZone inDaylightTime ICU 2.4. Use Calendar::inDaylightTime() instead. |