Home
last modified time | relevance | path

Searched refs:getControl (Results 1 – 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DControlTest.java131 assertSame(control, Control.getControl(FORMAT_DEFAULT)); in test_getControl_LList()
132 assertSame(controlC, Control.getControl(FORMAT_CLASS)); in test_getControl_LList()
133 assertSame(controlP, Control.getControl(FORMAT_PROPERTIES)); in test_getControl_LList()
142 assertSame(controlC, Control.getControl(list)); in test_getControl_LList()
145 assertSame(control, Control.getControl(list)); in test_getControl_LList()
149 Control.getControl(null); in test_getControl_LList()
156 Control.getControl(list); in test_getControl_LList()
165 Control.getControl(list); in test_getControl_LList()
173 Control.getControl(list); in test_getControl_LList()
668 controlP = Control.getControl(FORMAT_PROPERTIES); in setUp()
[all …]
DResourceBundleTest.java37 …ResourceBundle.Control c = ResourceBundle.Control.getControl(ResourceBundle.Control.FORMAT_DEFAULT… in test_getCandidateLocales()
/libcore/luni/src/test/java/libcore/java/util/
DResourceBundleTest.java55 Control propControl = Control.getControl(Control.FORMAT_PROPERTIES); in testGetBundle_withControl()
56 Control classControl = Control.getControl(Control.FORMAT_CLASS); in testGetBundle_withControl()
/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java2656 public static final Control getControl(List<String> formats) { in getControl() method in ResourceBundle.Control
/libcore/api/
Dcurrent.txt14747 …method public static final java.util.ResourceBundle.Control getControl(java.util.List<java.lang.St…