Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java701 public boolean getDebugSettingsFor(Class<?> callingClass) { in getDebugSettingsFor() method in CLDRConfig
702 return getDebugSettingsFor(callingClass, false); in getDebugSettingsFor()
712 public boolean getDebugSettingsFor(Class<?> callingClass, boolean defaultValue) { in getDebugSettingsFor() method in CLDRConfig