Searched refs:cachingIsEnabled (Results 1 – 3 of 3) sorted by relevance
77 if (!cachingIsEnabled) { in getExample()93 if (cachingIsEnabled) { in putExample()167 private boolean cachingIsEnabled = true; field in ExampleCache170 cachingIsEnabled = enabled; in setCachingEnabled()
64 private boolean cachingIsEnabled = true; field in ICUServiceBuilder67 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 …]
158 protected boolean cachingIsEnabled = true; field in XMLSource161 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()