Home
last modified time | relevance | path

Searched refs:effectiveCurr (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp3433 UChar effectiveCurr[4];
3434 getEffectiveCurrency(effectiveCurr, ec);
3435 if ( U_FAILURE(ec) || u_strncmp(curr,effectiveCurr,4) != 0 ) {
/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp3344 UChar effectiveCurr[4]; in compareComplexAffix() local
3345 getEffectiveCurrency(effectiveCurr, ec); in compareComplexAffix()
3346 if ( U_FAILURE(ec) || u_strncmp(curr,effectiveCurr,4) != 0 ) { in compareComplexAffix()