Searched defs:NONEXISTENT_BUNDLE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java274 private static final ResourceBundle NONEXISTENT_BUNDLE = new ResourceBundle() { field in class:ResourceBundle
277 public String toString() { return "NONEXISTENT_BUNDLE"; }
283 * class loader) to either a resource bundle or NONEXISTENT_BUNDLE wrapped by a
476 assert parent != NONEXISTENT_BUNDLE;
497 // These time values are in CacheKey so that NONEXISTENT_BUNDLE
1396 if (bundle != NONEXISTENT_BUNDLE) {
1410 // Put NONEXISTENT_BUNDLE in the cache as a mark that there's no bundle
1412 putBundleInCache(cacheKey, NONEXISTENT_BUNDLE, control);
1463 return bundle != null && bundle != NONEXISTENT_BUNDLE;
1527 assert p != NONEXISTENT_BUNDLE;
[all...]

Completed in 26 milliseconds