Lines Matching refs:ec
84 UErrorCode ec = U_ZERO_ERROR;
85 UnicodeSet *set = new UnicodeSet(filter, ec);
86 if (U_FAILURE(ec)) {
277 UErrorCode ec = U_ZERO_ERROR;
278 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec);
284 if (U_FAILURE(ec)) {
359 UErrorCode ec = U_ZERO_ERROR;
387 SingleID* single = parseSingleID(id, pos, dir, ec);
392 list.addElement(single, ec);
394 list.insertElementAt(single, 0, ec);
396 if (U_FAILURE(ec)) {
471 UErrorCode& ec) {
472 UVector tlist(ec);
473 if (U_FAILURE(ec)) {
491 ec = U_INVALID_ID;
494 tlist.addElement(t, ec);
495 if (U_FAILURE(ec)) {
507 ec = U_INTERNAL_TRANSLITERATOR_ERROR;
509 tlist.addElement(t, ec);
510 if (U_FAILURE(ec)) {
520 if (U_SUCCESS(ec)) {
525 list.addElement(t, ec);
526 if (U_FAILURE(ec)) {
727 UErrorCode ec = U_ZERO_ERROR;
728 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec);
729 if (U_FAILURE(ec)) {