Lines Matching refs:ec
127 UErrorCode ec = U_ZERO_ERROR;
141 s = uscript_getScript(ch, &ec);
153 s = uscript_getScript(ch, &ec);
183 UErrorCode& ec) :
187 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec);
188 if (U_FAILURE(ec)) {
212 UErrorCode ec = U_ZERO_ERROR;
213 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec);
214 if (U_FAILURE(ec)) {
286 UErrorCode ec = U_ZERO_ERROR;
291 t = Transliterator::createInstance(id, UTRANS_FORWARD, ec);
292 if (U_FAILURE(ec) || t == NULL) {
298 t = Transliterator::createInstance(id, UTRANS_FORWARD, ec);
299 if (U_FAILURE(ec) || t == NULL) {
312 uhash_iput(cache, (int32_t) source, t, &ec);
332 UErrorCode ec = U_ZERO_ERROR;
340 if (!isInvariant || uscript_getCode(buf, &code, 1, &ec) != 1 || U_FAILURE(ec))
354 UErrorCode ec = U_ZERO_ERROR;
355 Hashtable seen(TRUE, ec);
372 ec = U_ZERO_ERROR;
373 seen.puti(target, 1, ec);
387 ec = U_ZERO_ERROR;
389 targetScript, ec);
390 if (U_FAILURE(ec)) {