Searched refs:intlCurrency (Results 1 – 1 of 1) sorted by relevance
1343 UnicodeString intlCurrency(fmt->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in Test4061302() local1346 intlCurrency == UnicodeString("") || in Test4061302()1353 …set ==> Currency : " + currency +(UnicodeString)" Intl Currency : " + intlCurrency + (UnicodeStrin… in Test4061302()1358 intlCurrency = fmt->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in Test4061302()1361 intlCurrency != UnicodeString("ABC") || in Test4061302()1367 …logln("After set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary Dec… in Test4061302()