Searched refs:effectiveCurr (Results 1 – 1 of 1) sorted by relevance
2976 UChar effectiveCurr[4]; in compareComplexAffix() local2977 getEffectiveCurrency(effectiveCurr, ec); in compareComplexAffix()2978 if ( U_FAILURE(ec) || u_strncmp(curr,effectiveCurr,4) != 0 ) { in compareComplexAffix()