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

/libcore/ojluni/src/main/java/java/util/
H A DLocale.java831 LocaleKey key = new LocaleKey(baseloc, extensions);
835 private static class Cache extends LocaleObjectCache<LocaleKey, Locale> {
840 protected Locale createObject(LocaleKey key) {
845 private static final class LocaleKey { class in class:Locale
850 private LocaleKey(BaseLocale baseLocale, LocaleExtensions extensions) { method in class:Locale.LocaleKey
867 if (!(obj instanceof LocaleKey)) {
870 LocaleKey other = (LocaleKey)obj;

Completed in 10 milliseconds