OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:monDecSeparator
(Results
1 - 2
of
2
) 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
...]
Completed in 3827 milliseconds