Searched refs:NONEXISTENT_BUNDLE (Results 1 – 1 of 1) sorted by relevance
288 private static final ResourceBundle NONEXISTENT_BUNDLE = new ResourceBundle() { field in ResourceBundle527 assert parent != NONEXISTENT_BUNDLE; in setParent() local1458 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() local1624 assert bundle != NONEXISTENT_BUNDLE; in findBundleInCache() local1635 if (bundle != NONEXISTENT_BUNDLE) { in findBundleInCache()