Lines Matching refs:ec3
944 UErrorCode ec3 = U_ZERO_ERROR; in getCurrencyNameCount() local
945 UResourceBundle* curr_p = ures_getByKey(rb, CURRENCYPLURALS, NULL, &ec3); in getCurrencyNameCount()
948 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3); in getCurrencyNameCount()
1022 UErrorCode ec3 = U_ZERO_ERROR; in collectCurrencyNames() local
1026 UHashtable* currencyIsoCodes = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &ec3); in collectCurrencyNames()
1041 uhash_put(currencyIsoCodes, iso, iso, &ec3); in collectCurrencyNames()
1047 uhash_put(currencyIsoCodes, iso, iso, &ec3); in collectCurrencyNames()
1112 UErrorCode ec3 = U_ZERO_ERROR; in collectCurrencyNames() local
1113 UResourceBundle* curr_p = ures_getByKey(rb, CURRENCYPLURALS, NULL, &ec3); in collectCurrencyNames()
1116 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3); in collectCurrencyNames()
1134 s = ures_getStringByIndex(names, j, &len, &ec3); in collectCurrencyNames()
1184 if (U_FAILURE(ec3)) { in collectCurrencyNames()
1185 ec = ec3; in collectCurrencyNames()