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.java1687 (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 ResourceBundle
3563 = new SingleFormatControl(FORMAT_PROPERTIES);
3566 = new SingleFormatControl(FORMAT_CLASS);
3570 protected SingleFormatControl(List<String> formats) { in SingleFormatControl() method in ResourceBundle.SingleFormatControl
3582 private static final class NoFallbackControl extends SingleFormatControl {