Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegression.java789 char monDecSeparator = fmt.getMonetaryDecimalSeparator(); in Test4061302() local
792 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberRegression.java793 char monDecSeparator = fmt.getMonetaryDecimalSeparator(); in Test4061302() local
796 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()
/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp1359 UnicodeString monDecSeparator(fmt->getSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol)); in Test4061302() local
1362 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()