Searched refs:monDecSeparator (Results 1 – 3 of 3) sorted by relevance
789 char monDecSeparator = fmt.getMonetaryDecimalSeparator(); in Test4061302() local792 monDecSeparator == 0) { in Test4061302()795 …urrency + " Intl Currency : " + intlCurrency + " Monetary Decimal Separator : " + monDecSeparator); in Test4061302()801 monDecSeparator = fmt.getMonetaryDecimalSeparator(); in Test4061302()804 monDecSeparator != '*') { in Test4061302()807 …urrency + " Intl Currency : " + intlCurrency + " Monetary Decimal Separator : " + monDecSeparator); in Test4061302()
793 char monDecSeparator = fmt.getMonetaryDecimalSeparator(); in Test4061302() local796 monDecSeparator == 0) { in Test4061302()799 …urrency + " Intl Currency : " + intlCurrency + " Monetary Decimal Separator : " + monDecSeparator); in Test4061302()805 monDecSeparator = fmt.getMonetaryDecimalSeparator(); in Test4061302()808 monDecSeparator != '*') { in Test4061302()811 …urrency + " Intl Currency : " + intlCurrency + " Monetary Decimal Separator : " + monDecSeparator); in Test4061302()
1359 UnicodeString monDecSeparator(fmt->getSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol)); in Test4061302() local1362 monDecSeparator == UnicodeString("")) in Test4061302()1367 monDecSeparatorStr.append(monDecSeparator); in Test4061302()1374 monDecSeparator = fmt->getSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol); in Test4061302()1377 monDecSeparator != UnicodeString((UChar)0x002A/*'*'*/)) { in Test4061302()1381 monDecSeparatorStr.append(monDecSeparator); in Test4061302()