Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/text/
DDecimalFormatSymbolsTest.java150 protected static DecimalFormatSymbols fromIcuInstance( in fromIcuInstance() method in DecimalFormatSymbolsTest.DFSForTests
152 return DecimalFormatSymbols.fromIcuInstance(dfs); in fromIcuInstance()
185 DecimalFormatSymbols dfs = DFSForTests.fromIcuInstance(icuSymb); in testFromIcuDecimalFormatSymbols()
/libcore/ojluni/annotations/hiddenapi/java/text/
DDecimalFormatSymbols.java228 protected static java.text.DecimalFormatSymbols fromIcuInstance( in fromIcuInstance() method in DecimalFormatSymbols
/libcore/ojluni/src/main/java/java/text/
DDecimalFormatSymbols.java1065 protected static DecimalFormatSymbols fromIcuInstance(
DDecimalFormat.java2819 return DecimalFormatSymbols.fromIcuInstance(icuDecimalFormat.getDecimalFormatSymbols()); in getDecimalFormatSymbols()