Searched refs:control (Results 1 - 2 of 2) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | ControlTest.java | 61 private Control control; field in class:ControlTest 76 assertFalse(control.equals(subControl)); 133 assertSame(control, Control.getControl(FORMAT_DEFAULT)); 138 assertTrue(control.getClass() == Control.class); 147 assertSame(control, Control.getControl(list)); 187 assertNotSame(control, Control.getNoFallbackControl(FORMAT_DEFAULT)); 192 control = Control.getNoFallbackControl(FORMAT_DEFAULT); 194 assertSame(control, Control.getNoFallbackControl(FORMAT_DEFAULT)); 199 assertTrue(control.getClass() != Control.class); 205 assertEquals(FORMAT_DEFAULT, control [all...] |
/libcore/ojluni/src/main/java/java/util/ |
H A D | ResourceBundle.java | 731 * default locale and the specified control. Calling this method 735 * this.getClass().getClassLoader(), control), 746 * @param control 747 * the control which gives information for the resource bundle 752 * if <code>baseName</code> or <code>control</code> is 757 * if the given <code>control</code> doesn't perform properly 758 * (e.g., <code>control.getCandidateLocales</code> returns null.) 759 * Note that validation of <code>control</code> is performed as 765 Control control) { 769 control); 764 getBundle(String baseName, Control control) argument 841 getBundle(String baseName, Locale targetLocale, Control control) argument 1243 getBundle(String baseName, Locale targetLocale, ClassLoader loader, Control control) argument 1251 getBundleImpl(String baseName, Locale locale, ClassLoader loader, Control control) argument 1347 findBundle(CacheKey cacheKey, List<Locale> candidateLocales, List<String> formats, int index, Control control, ResourceBundle baseBundle) argument 1424 loadBundle(CacheKey cacheKey, List<String> formats, Control control, boolean reload) argument 1518 findBundleInCache(CacheKey cacheKey, Control control) argument 1625 putBundleInCache(CacheKey cacheKey, ResourceBundle bundle, Control control) argument 1658 setExpirationTime(CacheKey cacheKey, Control control) argument [all...] |
Completed in 40 milliseconds