Searched refs:getControl (Results 1 – 3 of 3) sorted by relevance
136 assertSame(control, Control.getControl(FORMAT_DEFAULT)); in test_getControl_LList()137 assertSame(controlC, Control.getControl(FORMAT_CLASS)); in test_getControl_LList()138 assertSame(controlP, Control.getControl(FORMAT_PROPERTIES)); in test_getControl_LList()147 assertSame(controlC, Control.getControl(list)); in test_getControl_LList()150 assertSame(control, Control.getControl(list)); in test_getControl_LList()154 Control.getControl(null); in test_getControl_LList()161 Control.getControl(list); in test_getControl_LList()170 Control.getControl(list); in test_getControl_LList()178 Control.getControl(list); in test_getControl_LList()673 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