HomeSort by relevance Sort by last modified time
    Searched full:m_before (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java 46 * of such a tree, m_before. Likewise for values in the range
194 // If we don't have an m_before object to delegate to, make one.
195 if (m_before == null)
196 m_before =
202 ret = m_before.isInEncoding(ch1);
241 // If we don't have an m_before object to delegate to, make one.
242 if (m_before == null)
243 m_before =
249 ret = m_before.isInEncoding(high,low);
308 private InEncoding m_before; field in class:EncodingInfo.EncodingImpl
    [all...]

Completed in 43 milliseconds