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.java285 private static final ResourceBundle NONEXISTENT_BUNDLE = new ResourceBundle() { field in ResourceBundle
526 assert parent != NONEXISTENT_BUNDLE; in setParent() local
1454 if (bundle != NONEXISTENT_BUNDLE) { in findBundle()
1470 putBundleInCache(cacheKey, NONEXISTENT_BUNDLE, control); in findBundle()
1521 return bundle != null && bundle != NONEXISTENT_BUNDLE; in isValidBundle()
1585 assert p != NONEXISTENT_BUNDLE; in findBundleInCache() local
1620 assert bundle != NONEXISTENT_BUNDLE; in findBundleInCache() local
1631 if (bundle != NONEXISTENT_BUNDLE) { in findBundleInCache()