Searched refs:Control (Results 1 – 4 of 4) sorted by relevance
38 import java.util.ResourceBundle.Control;40 import static java.util.ResourceBundle.Control.*;54 private Control controlP;59 private Control controlC;64 private Control control;72 class SubControl extends Control { in test_Constructor()77 Control subControl = new SubControl(); in test_Constructor()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()[all …]
37 …ResourceBundle.Control c = ResourceBundle.Control.getControl(ResourceBundle.Control.FORMAT_DEFAULT… in test_getCandidateLocales()
812 Control control) { in getBundle()887 Control control) { in getBundle()1289 ClassLoader loader, Control control) { in getBundle()1296 private static Control getDefaultControl(String baseName) { in getDefaultControl()1308 return Control.INSTANCE; in getDefaultControl()1312 ClassLoader loader, Control control) { in getBundleImpl()1342 boolean isKnownControl = (control == Control.INSTANCE) || in getBundleImpl()1411 Control control, in findBundle()1486 Control control, in loadBundle()1579 Control control) { in findBundleInCache()[all …]
33 "java.util.ResourceBundle.Control.StressTest",