Lines Matching full:curr
3039 UChar curr[4];3042 uprv_parseCurrency(loc, text, ppos, type, curr, ec);3047 u_strcpy(currency, curr);3054 if ( U_FAILURE(ec) || u_strncmp(curr,effectiveCurr,4) != 0 ) {