Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java288 private static final ResourceBundle NONEXISTENT_BUNDLE = new ResourceBundle() { field in ResourceBundle
527 assert parent != NONEXISTENT_BUNDLE; in setParent() local
1458 if (bundle != NONEXISTENT_BUNDLE) { in findBundle()
1474 putBundleInCache(cacheKey, NONEXISTENT_BUNDLE, control); in findBundle()
1525 return bundle != null && bundle != NONEXISTENT_BUNDLE; in isValidBundle()
1589 assert p != NONEXISTENT_BUNDLE; in findBundleInCache() local
1624 assert bundle != NONEXISTENT_BUNDLE; in findBundleInCache() local
1635 if (bundle != NONEXISTENT_BUNDLE) { in findBundleInCache()