Home | History | Annotate | Download | only in common

Lines Matching refs:ec

186                UErrorCode* ec)
188 return THIS(en)->count(*ec);
197 UErrorCode* ec)
199 return THIS(en)->unext(resultLength, *ec);
208 UErrorCode* ec)
210 return THIS(en)->next(resultLength, *ec);
218 UErrorCode* ec)
220 THIS(en)->reset(*ec);
245 uenum_openFromStringEnumeration(icu::StringEnumeration* adopted, UErrorCode* ec) {
247 if (U_SUCCESS(*ec) && adopted != NULL) {
250 *ec = U_MEMORY_ALLOCATION_ERROR;
278 UErrorCode* /*ec*/) {
285 UErrorCode* /*ec*/) {
301 UErrorCode* /*ec*/) {
315 UErrorCode* /*ec*/) {
343 UErrorCode* ec) {
345 if (U_SUCCESS(*ec) && count >= 0 && (count == 0 || strings != 0)) {
348 *ec = U_MEMORY_ALLOCATION_ERROR;
362 UErrorCode* ec) {
364 if (U_SUCCESS(*ec) && count >= 0 && (count == 0 || strings != 0)) {
367 *ec = U_MEMORY_ALLOCATION_ERROR;