Searched refs:expired (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java348 * The flag indicating this bundle has expired in the cache.
350 private volatile boolean expired; field in class:ResourceBundle
354 * the cache (yet) or has expired.
1100 * all of its parent instances have not expired, the instance is returned
1206 * resource bundle found in the cache has expired, the factory method
1328 // If this bundle and all of its parents are valid (not expired),
1329 // then return this bundle. If any of the bundles is expired, we
1428 // flag indicating the resource bundle has expired in the cache
1436 expiredBundle = bundle.expired;
1512 // sure to clear the expired fla
[all...]

Completed in 72 milliseconds