Home
last modified time | relevance | path

Searched refs:SingleFormatControl (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java1343 (control instanceof SingleFormatControl); in getBundleImpl()
2095 return SingleFormatControl.PROPERTIES_ONLY; in getControl()
2098 return SingleFormatControl.CLASS_ONLY; in getControl()
2958 private static class SingleFormatControl extends Control { class in ResourceBundle
2960 = new SingleFormatControl(FORMAT_PROPERTIES);
2963 = new SingleFormatControl(FORMAT_CLASS);
2967 protected SingleFormatControl(List<String> formats) { in SingleFormatControl() method in ResourceBundle.SingleFormatControl
2979 private static final class NoFallbackControl extends SingleFormatControl {