Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegression.java788 String intlCurrency = fmt.getInternationalCurrencySymbol(); in Test4061302() local
791 intlCurrency.equals("") || in Test4061302()
795 …logln("Before set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary De… in Test4061302()
800 intlCurrency = fmt.getInternationalCurrencySymbol(); in Test4061302()
803 !intlCurrency.equals("ABC") || in Test4061302()
807 …logln("After set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary Dec… in Test4061302()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberRegression.java792 String intlCurrency = fmt.getInternationalCurrencySymbol(); in Test4061302() local
795 intlCurrency.equals("") || in Test4061302()
799 …logln("Before set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary De… in Test4061302()
804 intlCurrency = fmt.getInternationalCurrencySymbol(); in Test4061302()
807 !intlCurrency.equals("ABC") || in Test4061302()
811 …logln("After set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary Dec… in Test4061302()
/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp1358 UnicodeString intlCurrency(fmt->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in Test4061302() local
1361 intlCurrency == UnicodeString("") || in Test4061302()
1368 …set ==> Currency : " + currency +(UnicodeString)" Intl Currency : " + intlCurrency + (UnicodeStrin… in Test4061302()
1373 intlCurrency = fmt->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in Test4061302()
1376 intlCurrency != UnicodeString("ABC") || in Test4061302()
1382 …logln("After set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary Dec… in Test4061302()