Searched refs:getPerMill (Results 1 – 8 of 8) 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 | DecimalFormatSymbolsTest.java | 172 assertEquals(dfs.getPerMill(), icuSymb.getPerMill()); in compareDfs()
|
D | OldDecimalFormatSymbolsTest.java | 171 assertEquals('\u2030', dfs.getPerMill()); in test_DecimalFormatSymbols_France()
|
D | DecimalFormatTest.java | 543 assertEquals('\u0609', df.getDecimalFormatSymbols().getPerMill()); in testPerMill() 560 assertEquals('\u2030', df.getDecimalFormatSymbols().getPerMill()); in testPerMill()
|
/libcore/luni/src/main/java/libcore/icu/ |
D | DecimalFormatData.java | 146 public String getPerMill() { in getPerMill() method in DecimalFormatData
|
/libcore/ojluni/annotations/hiddenapi/java/text/ |
D | DecimalFormatSymbols.java | 91 public char getPerMill() { in getPerMill() method in DecimalFormatSymbols
|
/libcore/ojluni/src/main/java/java/text/ |
D | DecimalFormatSymbols.java | 238 public char getPerMill() { in getPerMill() method in DecimalFormatSymbols 858 values[8] = decimalFormatData.getPerMill(); in initialize() 1139 fields.put("perMill", getPerMill());
|
/libcore/api/ |
D | current.txt | 11175 method public char getPerMill();
|