Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleCache.java78 if (!cachingIsEnabled) { in getExample()
97 if (cachingIsEnabled) { in putExample()
146 private boolean cachingIsEnabled = true; field in ExampleCache
149 cachingIsEnabled = enabled; in setCachingEnabled()
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java61 protected boolean cachingIsEnabled = true; field in XMLSource
64 cachingIsEnabled = false; in disableCaching()
405 if (!cachingIsEnabled) { in getAliases()
448 if (cachingIsEnabled && reverseAliasCache != null) { in getReverseAliases()
464 if (cachingIsEnabled) { in getReverseAliases()
845 if (this.cachingIsEnabled) { in getFullPath()
871 if (cachingIsEnabled) { in getFullPath()
922 if (!skipInheritanceMarker || !cachingIsEnabled ) { in getCachedFullStatus()
1236 if (!cachingIsEnabled) { in valueChanged()