Home
last modified time | relevance | path

Searched refs:intlCurrency (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberRegressionTests.java824 String intlCurrency = fmt.getInternationalCurrencySymbol(); in Test4061302() local
827 intlCurrency.equals("") || in Test4061302()
831 …logln("Before set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary De… in Test4061302()
836 intlCurrency = fmt.getInternationalCurrencySymbol(); in Test4061302()
839 !intlCurrency.equals("ABC") || in Test4061302()
843 …logln("After set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary Dec… in Test4061302()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegressionTests.java821 String intlCurrency = fmt.getInternationalCurrencySymbol(); in Test4061302() local
824 intlCurrency.equals("") || in Test4061302()
828 …logln("Before set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary De… in Test4061302()
833 intlCurrency = fmt.getInternationalCurrencySymbol(); in Test4061302()
836 !intlCurrency.equals("ABC") || in Test4061302()
840 …logln("After set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary Dec… in Test4061302()
/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp1362 UnicodeString intlCurrency(fmt->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in Test4061302() local
1365 intlCurrency == UnicodeString("") || in Test4061302()
1372 …set ==> Currency : " + currency +(UnicodeString)" Intl Currency : " + intlCurrency + (UnicodeStrin… in Test4061302()
1377 intlCurrency = fmt->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in Test4061302()
1380 intlCurrency != UnicodeString("ABC") || in Test4061302()
1386 …logln("After set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary Dec… in Test4061302()