Searched refs:m_getCharInfoCache (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DCharInfo.java500 CharInfo charInfo = (CharInfo) m_getCharInfoCache.get(entitiesFileName);
509 m_getCharInfoCache.put(entitiesFileName, charInfo);
538 private static HashMap m_getCharInfoCache = new HashMap(); field in class:CharInfo

Completed in 30 milliseconds