Home | History | Annotate | Download | only in common

Lines Matching refs:ec

202                UErrorCode* ec)
204 return THIS(en)->count(*ec);
213 UErrorCode* ec)
215 return THIS(en)->unext(resultLength, *ec);
224 UErrorCode* ec)
226 return THIS(en)->next(resultLength, *ec);
234 UErrorCode* ec)
236 THIS(en)->reset(*ec);
261 uenum_openFromStringEnumeration(icu::StringEnumeration* adopted, UErrorCode* ec) {
263 if (U_SUCCESS(*ec) && adopted != NULL) {
266 *ec = U_MEMORY_ALLOCATION_ERROR;
294 UErrorCode* /*ec*/) {
301 UErrorCode* /*ec*/) {
317 UErrorCode* /*ec*/) {
331 UErrorCode* /*ec*/) {
359 UErrorCode* ec) {
361 if (U_SUCCESS(*ec) && count >= 0 && (count == 0 || strings != 0)) {
364 *ec = U_MEMORY_ALLOCATION_ERROR;
378 UErrorCode* ec) {
380 if (U_SUCCESS(*ec) && count >= 0 && (count == 0 || strings != 0)) {
383 *ec = U_MEMORY_ALLOCATION_ERROR;