Home | History | Annotate | Download | only in format

Lines Matching refs:monDecSeparator

825         char monDecSeparator = fmt.getMonetaryDecimalSeparator();
828 monDecSeparator == 0) {
831 logln("Before set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary Decimal Separator : " + monDecSeparator);
837 monDecSeparator = fmt.getMonetaryDecimalSeparator();
840 monDecSeparator != '*') {
843 logln("After set ==> Currency : " + currency + " Intl Currency : " + intlCurrency + " Monetary Decimal Separator : " + monDecSeparator);