Home
last modified time | relevance | path

Searched refs:getPerMill (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatSymbolsTest.java269 assertEquals("Returned incorrect PerMill symbol", '#', dfs.getPerMill()); in test_getPerMill()
428 assertEquals("Returned incorrect PerMill symbol", '#', dfs.getPerMill()); in test_setPerMillC()
530 assertEquals('\u2030', dfs.getPerMill()); in assertDecimalFormatSymbolsRIFrance()
/libcore/luni/src/test/java/libcore/java/text/
DOldDecimalFormatSymbolsTest.java157 assertEquals('\u2030', dfs.getPerMill()); in test_DecimalFormatSymbols_France()
/libcore/luni/src/main/java/java/text/
DDecimalFormatSymbols.java360 public char getPerMill() { in getPerMill() method in DecimalFormatSymbols
621 fields.put("perMill", getPerMill()); in writeObject()
/libcore/luni/src/main/java/libcore/icu/
DNativeDecimalFormat.java161 dfs.getPercentString(), dfs.getPerMill(), dfs.getZeroDigit()); in NativeDecimalFormat()
272 dfs.getPercentString(), dfs.getPerMill(), dfs.getZeroDigit()); in setDecimalFormatSymbols()