HomeSort by relevance Sort by last modified time
    Searched refs:monDecSeparator (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberRegressionTests.java 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);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegressionTests.java 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);
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp     [all...]

Completed in 303 milliseconds