Searched refs:SingleFormatControl (Results 1 – 1 of 1) sorted by relevance
1687 (control instanceof SingleFormatControl); in getBundleImpl()2658 return SingleFormatControl.PROPERTIES_ONLY; in getControl()2661 return SingleFormatControl.CLASS_ONLY; in getControl()3561 private static class SingleFormatControl extends Control { class in ResourceBundle3563 = new SingleFormatControl(FORMAT_PROPERTIES);3566 = new SingleFormatControl(FORMAT_CLASS);3570 protected SingleFormatControl(List<String> formats) { in SingleFormatControl() method in ResourceBundle.SingleFormatControl3582 private static final class NoFallbackControl extends SingleFormatControl {