Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberRegressionTests.java825 char monDecSeparator = fmt.getMonetaryDecimalSeparator(); in Test4061302() local
828 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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegressionTests.java822 char monDecSeparator = fmt.getMonetaryDecimalSeparator(); in Test4061302() local
825 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()
/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp1363 UnicodeString monDecSeparator(fmt->getSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol)); in Test4061302() local
1366 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()