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

/libcore/ojluni/src/main/java/java/util/
H A DLocale.java750 LocaleKey key = new LocaleKey(baseloc, extensions);
754 private static class Cache extends LocaleObjectCache<LocaleKey, Locale> {
759 protected Locale createObject(LocaleKey key) {
764 private static final class LocaleKey { class in class:Locale
769 private LocaleKey(BaseLocale baseLocale, LocaleExtensions extensions) { method in class:Locale.LocaleKey
786 if (!(obj instanceof LocaleKey)) {
789 LocaleKey other = (LocaleKey)obj;

Completed in 26 milliseconds