Home | History | Annotate | Download | only in format

Lines Matching refs:monDecSeparator

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