Home | History | Annotate | Download | only in i18n

Lines Matching full:curr

3420                 UChar curr[4];
3423 uprv_parseCurrency(loc, text, ppos, type, curr, ec);
3428 u_strcpy(currency, curr);
3435 if ( U_FAILURE(ec) || u_strncmp(curr,effectiveCurr,4) != 0 ) {