Searched refs:getPerMill (Results 1 – 4 of 4) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | DecimalFormatSymbolsTest.java | 269 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/ |
D | OldDecimalFormatSymbolsTest.java | 157 assertEquals('\u2030', dfs.getPerMill()); in test_DecimalFormatSymbols_France()
|
/libcore/luni/src/main/java/java/text/ |
D | DecimalFormatSymbols.java | 360 public char getPerMill() { in getPerMill() method in DecimalFormatSymbols 621 fields.put("perMill", getPerMill()); in writeObject()
|
/libcore/luni/src/main/java/libcore/icu/ |
D | NativeDecimalFormat.java | 161 dfs.getPercentString(), dfs.getPerMill(), dfs.getZeroDigit()); in NativeDecimalFormat() 272 dfs.getPercentString(), dfs.getPerMill(), dfs.getZeroDigit()); in setDecimalFormatSymbols()
|