Searched refs:getControl (Results 1 – 5 of 5) sorted by relevance
131 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 …]
37 …ResourceBundle.Control c = ResourceBundle.Control.getControl(ResourceBundle.Control.FORMAT_DEFAULT… in test_getCandidateLocales()
55 Control propControl = Control.getControl(Control.FORMAT_PROPERTIES); in testGetBundle_withControl()56 Control classControl = Control.getControl(Control.FORMAT_CLASS); in testGetBundle_withControl()
2656 public static final Control getControl(List<String> formats) { in getControl() method in ResourceBundle.Control
14747 …method public static final java.util.ResourceBundle.Control getControl(java.util.List<java.lang.St…