Searched refs:getControl (Results 1 – 3 of 3) sorted by relevance
133 assertSame(control, Control.getControl(FORMAT_DEFAULT)); in test_getControl_LList()134 assertSame(controlC, Control.getControl(FORMAT_CLASS)); in test_getControl_LList()135 assertSame(controlP, Control.getControl(FORMAT_PROPERTIES)); in test_getControl_LList()144 assertSame(controlC, Control.getControl(list)); in test_getControl_LList()147 assertSame(control, Control.getControl(list)); in test_getControl_LList()151 Control.getControl(null); in test_getControl_LList()158 Control.getControl(list); in test_getControl_LList()167 Control.getControl(list); in test_getControl_LList()175 Control.getControl(list); in test_getControl_LList()677 controlP = Control.getControl(FORMAT_PROPERTIES); in setUp()[all …]
37 …ResourceBundle.Control c = ResourceBundle.Control.getControl(ResourceBundle.Control.FORMAT_DEFAULT… in test_getCandidateLocales()
2093 public static final Control getControl(List<String> formats) { in getControl() method in ResourceBundle.Control