Searched refs:monDecSeparator (Results 1 – 3 of 3) sorted by relevance
825 char monDecSeparator = fmt.getMonetaryDecimalSeparator(); in Test4061302() local828 monDecSeparator == 0) { in Test4061302()831 …urrency + " Intl Currency : " + intlCurrency + " Monetary Decimal Separator : " + monDecSeparator); in Test4061302()837 monDecSeparator = fmt.getMonetaryDecimalSeparator(); in Test4061302()840 monDecSeparator != '*') { in Test4061302()843 …urrency + " Intl Currency : " + intlCurrency + " Monetary Decimal Separator : " + monDecSeparator); in Test4061302()
822 char monDecSeparator = fmt.getMonetaryDecimalSeparator(); in Test4061302() local825 monDecSeparator == 0) { in Test4061302()828 …urrency + " Intl Currency : " + intlCurrency + " Monetary Decimal Separator : " + monDecSeparator); in Test4061302()834 monDecSeparator = fmt.getMonetaryDecimalSeparator(); in Test4061302()837 monDecSeparator != '*') { in Test4061302()840 …urrency + " Intl Currency : " + intlCurrency + " Monetary Decimal Separator : " + monDecSeparator); in Test4061302()
1363 UnicodeString monDecSeparator(fmt->getSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol)); in Test4061302() local1366 monDecSeparator == UnicodeString("")) in Test4061302()1371 monDecSeparatorStr.append(monDecSeparator); in Test4061302()1378 monDecSeparator = fmt->getSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol); in Test4061302()1381 monDecSeparator != UnicodeString((UChar)0x002A/*'*'*/)) { in Test4061302()1385 monDecSeparatorStr.append(monDecSeparator); in Test4061302()