Searched refs:SingleFormatControl (Results 1 – 1 of 1) sorted by relevance
1343 (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 ResourceBundle2960 = new SingleFormatControl(FORMAT_PROPERTIES);2963 = new SingleFormatControl(FORMAT_CLASS);2967 protected SingleFormatControl(List<String> formats) { in SingleFormatControl() method in ResourceBundle.SingleFormatControl2979 private static final class NoFallbackControl extends SingleFormatControl {