Searched defs:EncodingInfo (Results 1 - 5 of 5) sorted by relevance

/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/apache-xml/src/main/java/org/apache/xml/serializer/
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
/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 208 milliseconds