Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DExampleCache.java77 if (!cachingIsEnabled) { in getExample()
93 if (cachingIsEnabled) { in putExample()
167 private boolean cachingIsEnabled = true; field in ExampleCache
170 cachingIsEnabled = enabled; in setCachingEnabled()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DICUServiceBuilder.java64 private boolean cachingIsEnabled = true; field in ICUServiceBuilder
67 cachingIsEnabled = enabled; in setCachingEnabled()
146 RuleBasedCollator col = cachingIsEnabled ? cacheRuleBasedCollators.get(type) : null; in getRuleBasedCollator()
149 if (cachingIsEnabled) { in getRuleBasedCollator()
204 SimpleDateFormat result = cachingIsEnabled ? cacheDateFormats.get(key) : null; in getDateFormat()
210 if (cachingIsEnabled) { in getDateFormat()
220 SimpleDateFormat result = cachingIsEnabled ? cacheDateFormats.get(key) : null; in getDateFormat()
223 if (cachingIsEnabled) { in getDateFormat()
291 DateFormatSymbols result = cachingIsEnabled ? cacheDateFormatSymbols.get(key) : null; in _getDateFormatSymbols()
405 if (cachingIsEnabled) { in _getDateFormatSymbols()
[all …]
DXMLSource.java158 protected boolean cachingIsEnabled = true; field in XMLSource
161 cachingIsEnabled = false; in disableCaching()
469 if (!cachingIsEnabled) { in getAliases()
512 if (cachingIsEnabled && reverseAliasCache != null) { in getReverseAliases()
529 if (cachingIsEnabled) { in getReverseAliases()
898 if (this.cachingIsEnabled) { in getFullPath()
928 if (cachingIsEnabled) { in getFullPath()
984 if (!skipInheritanceMarker || !cachingIsEnabled || (list != null)) { in getCachedFullStatus()
1404 if (!cachingIsEnabled) { in valueChanged()