Home
last modified time | relevance | path

Searched refs:getExponentSeparator (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatSymbolsTest.java201 .getExponentSeparator()); in test_getExponentSeparator()
335 .getExponentSeparator()); in test_setExponentSeparator()
339 "what ever you want", dfs.getExponentSeparator()); in test_setExponentSeparator()
343 .getExponentSeparator()); in test_setExponentSeparator()
/libcore/luni/src/main/java/libcore/icu/
DNativeDecimalFormat.java157 dfs.getDecimalSeparator(), dfs.getDigit(), dfs.getExponentSeparator(), in NativeDecimalFormat()
269 dfs.getDigit(), dfs.getExponentSeparator(), dfs.getGroupingSeparator(), in setDecimalFormatSymbols()
/libcore/luni/src/main/java/java/text/
DDecimalFormatSymbols.java377 public String getExponentSeparator() { in getExponentSeparator() method in DecimalFormatSymbols