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