Home
last modified time | relevance | path

Searched refs:getPerMill (Results 1 – 8 of 8) 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/
DDecimalFormatSymbolsTest.java172 assertEquals(dfs.getPerMill(), icuSymb.getPerMill()); in compareDfs()
DOldDecimalFormatSymbolsTest.java171 assertEquals('\u2030', dfs.getPerMill()); in test_DecimalFormatSymbols_France()
DDecimalFormatTest.java543 assertEquals('\u0609', df.getDecimalFormatSymbols().getPerMill()); in testPerMill()
560 assertEquals('\u2030', df.getDecimalFormatSymbols().getPerMill()); in testPerMill()
/libcore/luni/src/main/java/libcore/icu/
DDecimalFormatData.java146 public String getPerMill() { in getPerMill() method in DecimalFormatData
/libcore/ojluni/annotations/hiddenapi/java/text/
DDecimalFormatSymbols.java91 public char getPerMill() { in getPerMill() method in DecimalFormatSymbols
/libcore/ojluni/src/main/java/java/text/
DDecimalFormatSymbols.java238 public char getPerMill() { in getPerMill() method in DecimalFormatSymbols
858 values[8] = decimalFormatData.getPerMill(); in initialize()
1139 fields.put("perMill", getPerMill());
/libcore/api/
Dcurrent.txt11175 method public char getPerMill();