Searched refs:NONEXISTENT_BUNDLE (Results 1 – 1 of 1) sorted by relevance
285 private static final ResourceBundle NONEXISTENT_BUNDLE = new ResourceBundle() { field in ResourceBundle526 assert parent != NONEXISTENT_BUNDLE; in setParent() local1454 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() local1620 assert bundle != NONEXISTENT_BUNDLE; in findBundleInCache() local1631 if (bundle != NONEXISTENT_BUNDLE) { in findBundleInCache()