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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.java 102 * Returns the EncodingInfo object for the specified
104 * inside the returned EncodingInfo object will be if
105 * we can't find a "real" EncodingInfo for the encoding.
114 static EncodingInfo getEncodingInfo(String encoding)
116 EncodingInfo ei;
119 ei = (EncodingInfo) _encodingTableKeyJava.get(normalizedEncoding);
121 ei = (EncodingInfo) _encodingTableKeyMime.get(normalizedEncoding);
124 ei = new EncodingInfo(null,null, '\u0000');
139 EncodingInfo ei;
142 ei = (EncodingInfo) _encodingTableKeyJava.get(normalizedEncoding)
    [all...]
EncodingInfo.java 19 * $Id: EncodingInfo.java 468654 2006-10-28 07:09:23Z minchau $
39 * An EncodingInfo object is a node in a binary search tree. Such a node
45 * is in the range <code>m_first <= value < m_explFirst</code>, then it will delegate to another EncodingInfo object for The root
60 public final class EncodingInfo extends Object
138 * Create an EncodingInfo object based on the ISO name and Java name.
149 public EncodingInfo(String name, String javaName, char highChar)
319 * by a single EncodingInfo object. This value is
ToStream.java 68 * there is a dummy EncodingInfo object that will say
76 EncodingInfo m_encodingInfo = new EncodingInfo(null,null, '\u0000');
424 EncodingInfo encodingInfo = Encodings.getEncodingInfo(newEncoding);
425 if (newEncoding != null && encodingInfo.name == null) {
426 // We tried to get an EncodingInfo for Object for the given
464 encodingInfo = Encodings.getEncodingInfo(newEncoding);
474 m_encodingInfo = encodingInfo;
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /external/llvm/lib/Support/
YAMLParser.cpp 38 /// EncodingInfo - Holds the encoding type and length of the byte order mark if
40 typedef std::pair<UnicodeEncodingForm, unsigned> EncodingInfo;
46 /// @returns An EncodingInfo indicating the Unicode encoding form of the input
48 static EncodingInfo getUnicodeEncoding(StringRef Input) {
1082 EncodingInfo EI = getUnicodeEncoding(currentInput());
    [all...]
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 584 milliseconds