Home
last modified time | relevance | path

Searched refs:instanceMap (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DAttributedCharacterIterator.java100 private static final Map instanceMap = new HashMap(7); field in AttributedCharacterIterator.Attribute
108 instanceMap.put(name, this); in Attribute()
153 Attribute instance = (Attribute) instanceMap.get(getName()); in readResolve()
DDateFormat.java812 private static final Map instanceMap = new HashMap(18); field in DateFormat.Field
856 instanceMap.put(name, this); in Field()
890 Object instance = instanceMap.get(getName()); in readResolve()
DNumberFormat.java1028 private static final Map instanceMap = new HashMap(11); field in NumberFormat.Field
1039 instanceMap.put(name, this); in Field()
1054 Object instance = instanceMap.get(getName()); in readResolve()
/libcore/ojluni/src/main/java/java/awt/font/
DTextAttribute.java264 private static final Map instanceMap = new HashMap(29); field in TextAttribute
274 instanceMap.put(name, this); in TextAttribute()
287 TextAttribute instance = (TextAttribute) instanceMap.get(getName()); in readResolve()