OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intlCurrency
(Results
1 - 2
of
2
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberRegressionTests.java
824
String
intlCurrency
= fmt.getInternationalCurrencySymbol();
827
intlCurrency
.equals("") ||
831
logln("Before set ==> Currency : " + currency + " Intl Currency : " +
intlCurrency
+ " Monetary Decimal Separator : " + monDecSeparator);
836
intlCurrency
= fmt.getInternationalCurrencySymbol();
839
!
intlCurrency
.equals("ABC") ||
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
821
String
intlCurrency
= fmt.getInternationalCurrencySymbol();
824
intlCurrency
.equals("") ||
828
logln("Before set ==> Currency : " + currency + " Intl Currency : " +
intlCurrency
+ " Monetary Decimal Separator : " + monDecSeparator);
833
intlCurrency
= fmt.getInternationalCurrencySymbol();
836
!
intlCurrency
.equals("ABC") ||
840
logln("After set ==> Currency : " + currency + " Intl Currency : " +
intlCurrency
+ " Monetary Decimal Separator : " + monDecSeparator);
[
all
...]
Completed in 127 milliseconds