Home | History | Annotate | Download | only in i18n

Lines Matching defs:ec

125     UErrorCode ec = U_ZERO_ERROR;
139 s = uscript_getScript(ch, &ec);
151 s = uscript_getScript(ch, &ec);
181 UErrorCode& ec) :
185 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec);
186 if (U_FAILURE(ec)) {
210 UErrorCode ec = U_ZERO_ERROR;
211 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec);
212 if (U_FAILURE(ec)) {
280 UErrorCode ec = U_ZERO_ERROR;
285 t = Transliterator::createInstance(id, UTRANS_FORWARD, ec);
286 if (U_FAILURE(ec) || t == NULL) {
292 t = Transliterator::createInstance(id, UTRANS_FORWARD, ec);
293 if (U_FAILURE(ec) || t == NULL) {
300 uhash_iput(cache, (int32_t) source, t, &ec);
313 UErrorCode ec = U_ZERO_ERROR;
321 if (!isInvariant || uscript_getCode(buf, &code, 1, &ec) != 1 || U_FAILURE(ec))
335 UErrorCode ec = U_ZERO_ERROR;
336 Hashtable seen(TRUE, ec);
353 ec = U_ZERO_ERROR;
354 seen.puti(target, 1, ec);
368 ec = U_ZERO_ERROR;
370 targetScript, ec);
371 if (U_FAILURE(ec)) {