Lines Matching refs:ec3
915 UErrorCode ec3 = U_ZERO_ERROR;
916 UResourceBundle* curr_p = ures_getByKey(rb, CURRENCYPLURALS, NULL, &ec3);
919 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3);
993 UErrorCode ec3 = U_ZERO_ERROR;
997 UHashtable* currencyIsoCodes = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &ec3);
1012 uhash_put(currencyIsoCodes, iso, iso, &ec3);
1018 uhash_put(currencyIsoCodes, iso, iso, &ec3);
1060 UErrorCode ec3 = U_ZERO_ERROR;
1061 UResourceBundle* curr_p = ures_getByKey(rb, CURRENCYPLURALS, NULL, &ec3);
1064 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3);
1082 s = ures_getStringByIndex(names, j, &len, &ec3);
1132 if (U_FAILURE(ec3)) {
1133 ec = ec3;