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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.java102 * 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) _encodingTableKeyJav
[all...]
H A DEncodingInfo.java19 * $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 class in inherits:Object
138 * Create an EncodingInfo object based on the ISO name and Java name.
149 public EncodingInfo(String name, String javaName, char highChar) method in class:EncodingInfo
319 * by a single EncodingInfo object. This value is
H A DToStream.java68 * there is a dummy EncodingInfo object that will say
76 EncodingInfo m_encodingInfo = new EncodingInfo(null,null, '\u0000');
424 EncodingInfo encodingInfo = Encodings.getEncodingInfo(newEncoding);
426 // We tried to get an EncodingInfo for Object for the given
/external/chromium_org/chrome/browser/
H A Dcharacter_encoding.h21 struct EncodingInfo { struct in class:CharacterEncoding
22 explicit EncodingInfo(int id);
23 // Gets string key of EncodingInfo. With this method, we can use
82 static const std::vector<EncodingInfo>* GetCurrentDisplayEncodings(
H A Dcharacter_encoding.cc117 std::vector<CharacterEncoding::EncodingInfo>* current_display_encodings() {
127 std::vector<CharacterEncoding::EncodingInfo> current_display_encodings_;
293 CharacterEncoding::EncodingInfo::EncodingInfo(int id) function in class:CharacterEncoding::EncodingInfo
412 const std::vector<CharacterEncoding::EncodingInfo>*
419 std::vector<CharacterEncoding::EncodingInfo>* const encoding_list =
437 encoding_list->push_back(EncodingInfo(IDC_ENCODING_UTF8));
460 encoding_list->push_back(EncodingInfo(*it));
463 encoding_list->push_back(EncodingInfo(0));
473 encoding_list->push_back(EncodingInfo(IDC_ENCODING_UTF16L
[all...]
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dencoding_menu_controller.cc117 const std::vector<CharacterEncoding::EncodingInfo>* encodings;
130 std::vector<CharacterEncoding::EncodingInfo>::const_iterator it;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dfont_settings_handler.cc211 const std::vector<CharacterEncoding::EncodingInfo>* encodings;
220 std::vector<CharacterEncoding::EncodingInfo>::const_iterator it;
/external/llvm/lib/Support/
H A DYAMLParser.cpp37 /// EncodingInfo - Holds the encoding type and length of the byte order mark if
39 typedef std::pair<UnicodeEncodingForm, unsigned> EncodingInfo; typedef
45 /// @returns An EncodingInfo indicating the Unicode encoding form of the input
47 static EncodingInfo getUnicodeEncoding(StringRef Input) {
1003 EncodingInfo EI = getUnicodeEncoding(currentInput());
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 212 milliseconds