| /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/ |
| DOMOutputImpl.java | 75 * writable stream of bytes. If the application knows the character encoding
76 * of the byte stream, it should set the encoding attribute. Setting the
77 * encoding in this way will override any encoding specified in an XML
87 * writable stream of bytes. If the application knows the character encoding
88 * of the byte stream, it should set the encoding attribute. Setting the
89 * encoding in this way will override any encoding specified in an XML
123 * destination. If the application knows the character encoding of the
124 * object pointed to by the system identifier, it can set the encoding
[all...] |
| /libcore/luni/src/main/java/org/apache/xml/serializer/ |
| output_unknown.properties | 29 encoding=UTF-8 40 # <xsl:output method="html" encoding="UTF-8"
|
| EncodingInfo.java | 25 * Holds information about a given encoding, which is the Java name for the 26 * encoding, the equivalent ISO name. 40 * will answer if a character is in the encoding, and do so for a given 49 * Actually figuring out if a code point is in the encoding is expensive. So the 64 * Not all characters in an encoding are in on contiguous group, 69 * definately in the encoding, although for chars 70 * above this point they might be in the encoding. 73 * are in the encoding. 79 * The ISO encoding name. 92 * is in this encoding [all...] |
| /external/chromium/third_party/icu/source/i18n/ |
| inputext.h | 35 void setDeclaredEncoding(const char *encoding, int32_t len);
|
| /external/chromium/third_party/icu/source/test/intltest/ |
| csdetest.h | 36 const UnicodeString &encoding, const UnicodeString &id);
|
| /external/icu4c/i18n/ |
| inputext.h | 35 void setDeclaredEncoding(const char *encoding, int32_t len);
|
| /external/icu4c/test/intltest/ |
| csdetest.h | 36 const UnicodeString &encoding, const UnicodeString &id);
|
| /external/webkit/WebCore/loader/ |
| CachedCSSStyleSheet.cpp | 55 c->setCSSStyleSheet(m_url, m_response.url(), m_decoder->encoding().name(), this); 69 String CachedCSSStyleSheet::encoding() const function in class:WebCore::CachedCSSStyleSheet 71 return m_decoder->encoding().name(); 97 // Decode the data to find out the encoding and keep the sheet text around during checkNotify() 115 c->setCSSStyleSheet(m_url, m_response.url(), m_decoder->encoding().name(), this);
|
| CachedXBLDocument.h | 50 virtual String encoding() const;
|
| CachedXSLStyleSheet.h | 47 virtual String encoding() const;
|
| /libcore/luni/src/main/java/org/w3c/dom/ls/ |
| LSOutput.java | 19 * stream (possibly with a specified encoding), a base URI, and/or a 88 * The character encoding to use for the output. The encoding must be a 89 * string acceptable for an XML encoding declaration ([<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>] section 90 * 4.3.3 "Character Encoding in Entities"), it is recommended that 97 * The character encoding to use for the output. The encoding must be a 98 * string acceptable for an XML encoding declaration ([<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>] section 99 * 4.3.3 "Character Encoding in Entities"), it is recommended that 104 public void setEncoding(String encoding); [all...] |
| /external/chromium/sdch/open-vcdiff/src/google/ |
| vcdecoder.h | 151 // the bytes found in "encoding." 153 // Returns true if "encoding" was a well-formed sequence of 159 const string& encoding, 164 encoding, 171 const string& encoding,
|
| /libcore/xml/src/main/java/org/kxml2/io/ |
| KXmlSerializer.java | 52 private String encoding; field in class:KXmlSerializer 333 public void setOutput(OutputStream os, String encoding) 338 encoding == null 340 : new OutputStreamWriter(os, encoding)); 341 this.encoding = encoding; 342 if (encoding != null 343 && encoding.toLowerCase().startsWith("utf")) 348 String encoding, 353 if (encoding != null) [all...] |
| /external/libxml2/ |
| DOCBparser.c | 133 * @enc: an optional encoding 136 * To allow content encoding detection, @size should be >= 4 164 * @encoding: a free form C string describing the SGML document encoding, or NULL 177 const char *encoding ATTRIBUTE_UNUSED, 196 * @encoding: a free form C string describing the SGML document encoding, or NULL 205 const char *encoding ATTRIBUTE_UNUSED) 222 * @encoding: the SGML document encoding, or NUL [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
| PAccessNetworkInfo.java | 250 StringBuffer encoding = new StringBuffer(); local 253 encoding.append(getAccessType()); 256 encoding.append(SEMICOLON + SP + this.parameters.encode()); 261 encoding.append(SEMICOLON + SP 265 return encoding.toString();
|
| /frameworks/base/core/java/android/util/ |
| Xml.java | 80 public static void parse(InputStream in, Encoding encoding, 86 source.setEncoding(encoding.expatName); 134 public enum Encoding { 143 Encoding(String expatName) { 149 * Finds an encoding by name. Returns UTF-8 if you pass {@code null}. 151 public static Encoding findEncodingByName(String encodingName) 154 return Encoding.UTF_8; 157 for (Encoding encoding : Encoding.values()) [all...] |
| /external/webkit/WebKitTools/simplejson/ |
| decoder.py | 68 def scanstring(s, end, encoding=None, _b=BACKSLASH, _m=STRINGCHUNK.match): 69 if encoding is None: 70 encoding = DEFAULT_ENCODING 83 content = unicode(content, encoding) 112 encoding = getattr(context, 'encoding', None) 113 return scanstring(match.string, match.end(), encoding) 129 encoding = getattr(context, 'encoding', None) 132 key, end = scanstring(s, end, encoding) [all...] |
| /frameworks/base/core/java/android/pim/vcard/ |
| VCardEntryConstructor.java | 182 String sourceCharset, String targetCharset, String encoding) { 189 if (encoding != null) { 190 if (encoding.equals("BASE64") || encoding.equals("B")) { 193 } else if (encoding.equals("QUOTED-PRINTABLE")) { 197 Log.w(LOG_TAG, "Unknown encoding. Fall back to default."); 213 final String encoding = local 223 handleOneValue(value, mSourceCharset, targetCharset, encoding));
|
| /libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/ |
| CertificationRequestInfo.java | 58 private byte [] encoding; field in class:CertificationRequestInfo 68 // private constructor with encoding given 70 SubjectPublicKeyInfo subjectPublicKeyInfo, List attributes, byte [] encoding) { 72 this.encoding = encoding; 108 if (encoding == null) { 109 encoding = ASN1.encode(this); 111 return encoding;
|
| /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/ |
| ContentInfo.java | 56 private byte[] encoding; field in class:ContentInfo 63 private ContentInfo(int[] oid, Object content, byte[] encoding) { 66 this.encoding = encoding; 85 if (encoding == null) { 86 encoding = ASN1.encode(this); 89 // public API, so encoding is not copied. The classes which use 90 // this class should copy encoding before passing it out. 91 return encoding;
|
| /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/ |
| TimeStampReq.java | 63 private byte [] encoding; field in class:TimeStampReq 78 Extensions extensions, byte [] encoding) { 80 this.encoding = encoding; 107 if (encoding == null) { 108 encoding = ASN1.encode(this); 110 return encoding;
|
| /packages/apps/Email/src/org/apache/commons/io/output/ |
| LockableFileWriter.java | 40 * The encoding may also be specified, and defaults to the platform default.
137 * Constructs a LockableFileWriter with a file encoding.
140 * @param encoding the encoding to use, null means platform default
144 public LockableFileWriter(File file, String encoding) throws IOException {
145 this(file, encoding, false, null);
149 * Constructs a LockableFileWriter with a file encoding.
152 * @param encoding the encoding to use, null means platform default
158 public LockableFileWriter(File file, String encoding, boolean append, [all...] |
| /packages/apps/Tag/src/com/android/vcard/ |
| VCardEntryConstructor.java | 182 String sourceCharset, String targetCharset, String encoding) { 189 if (encoding != null) { 190 if (encoding.equals("BASE64") || encoding.equals("B")) { 193 } else if (encoding.equals("QUOTED-PRINTABLE")) { 197 Log.w(LOG_TAG, "Unknown encoding. Fall back to default."); 213 final String encoding = local 223 handleOneValue(value, mSourceCharset, targetCharset, encoding));
|
| /external/webkit/WebCore/platform/text/mac/ |
| TextCodecMac.cpp | 59 if (CharsetTable[i].encoding != lastEncoding) { 60 lastEncoding = CharsetTable[i].encoding; 77 if (CharsetTable[i].encoding != lastEncoding) { 78 registrar(CharsetTable[i].name, newTextCodecMac, &CharsetTable[i].encoding); 79 lastEncoding = CharsetTable[i].encoding; 83 TextCodecMac::TextCodecMac(TECTextEncodingID encoding) 84 : m_encoding(encoding) 102 cachedConverter.encoding = m_encoding; 111 bool cachedEncodingEqual = cachedConverter.encoding == m_encoding; 112 cachedConverter.encoding = invalidEncoding [all...] |
| /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
| Cache.java | 42 * whether provided form is PEM encoding or not.<br> 57 * generated on the base of the encoding with the SIMILAR prefix or not. 59 * But it prevents us from use of expensive full encoding 62 * 2. If predetermination ends with success, the whole encoding 76 // value generated on the base of the prefix of encoding 78 // value generated on the base of the tail of encoding 100 // The hash-encoding-object correspondence is made by means of index 102 // corresponds to the encoding contained in encodings[N] which corresponds 180 * similar encoding or not (by means of <code>contains(long)</code> method), 186 * of the encoding [all...] |