Searched refs:effectiveCurr (Results 1 – 2 of 2) sorted by relevance
3433 UChar effectiveCurr[4];3434 getEffectiveCurrency(effectiveCurr, ec);3435 if ( U_FAILURE(ec) || u_strncmp(curr,effectiveCurr,4) != 0 ) {
3344 UChar effectiveCurr[4]; in compareComplexAffix() local3345 getEffectiveCurrency(effectiveCurr, ec); in compareComplexAffix()3346 if ( U_FAILURE(ec) || u_strncmp(curr,effectiveCurr,4) != 0 ) { in compareComplexAffix()