HomeSort by relevance Sort by last modified time
    Searched refs:m_encoding (Results 1 - 5 of 5) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java 94 private InEncoding m_encoding; field in class:EncodingInfo
105 if (m_encoding == null) {
106 m_encoding = new EncodingImpl();
113 return m_encoding.isInEncoding(ch);
126 if (m_encoding == null) {
127 m_encoding = new EncodingImpl();
134 return m_encoding.isInEncoding(high, low);
198 m_encoding,
211 m_encoding,
226 ret = inEncoding(ch1, m_encoding);
284 final private String m_encoding; field in class:EncodingInfo.EncodingImpl
    [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_sunras.hpp 86 SunRasType m_encoding; member in class:cv::SunRasterDecoder
grfmt_sunras.cpp 90 m_encoding = (SunRasType)m_strm.getDWord();
96 (m_encoding == RAS_OLD || m_encoding == RAS_STANDARD ||
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /external/expat/lib/
xmlparse.c 499 const ENCODING *m_encoding; member in struct:XML_ParserStruct
599 #define encoding (parser->m_encoding)
    [all...]

Completed in 69 milliseconds