Lines Matching refs:ec
81 UErrorCode ec = U_ZERO_ERROR;
82 UnicodeSet *set = new UnicodeSet(filter, ec);
83 if (U_FAILURE(ec)) {
274 UErrorCode ec = U_ZERO_ERROR;
275 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec);
281 if (U_FAILURE(ec)) {
356 UErrorCode ec = U_ZERO_ERROR;
384 SingleID* single = parseSingleID(id, pos, dir, ec);
389 list.addElement(single, ec);
391 list.insertElementAt(single, 0, ec);
393 if (U_FAILURE(ec)) {
468 UErrorCode& ec) {
469 UVector tlist(ec);
470 if (U_FAILURE(ec)) {
488 ec = U_INVALID_ID;
491 tlist.addElement(t, ec);
492 if (U_FAILURE(ec)) {
504 ec = U_INTERNAL_TRANSLITERATOR_ERROR;
506 tlist.addElement(t, ec);
507 if (U_FAILURE(ec)) {
517 if (U_SUCCESS(ec)) {
522 list.addElement(t, ec);
523 if (U_FAILURE(ec)) {
724 UErrorCode ec = U_ZERO_ERROR;
725 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec);
726 if (U_FAILURE(ec)) {