Searched refs:setEncoding (Results 1 - 25 of 61) sorted by relevance

123

/external/nist-sip/java/javax/sip/header/
H A DEncoding.java7 void setEncoding(String encoding) throws ParseException; method in interface:Encoding
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DContentEncoding.java129 public void setEncoding(String encoding) throws ParseException { method in class:ContentEncoding
H A DAcceptEncoding.java147 public void setEncoding(String encoding) throws ParseException { method in class:AcceptEncoding
/external/webkit/Source/WebCore/css/
H A DCSSCharsetRule.h40 void setEncoding(const String& encoding, ExceptionCode&) { m_encoding = encoding; } function in class:WebCore::CSSCharsetRule
/external/webkit/Source/WebCore/loader/cache/
H A DCachedXSLStyleSheet.h46 virtual void setEncoding(const String&);
H A DCachedXSLStyleSheet.cpp55 void CachedXSLStyleSheet::setEncoding(const String& chs) function in class:WebCore::CachedXSLStyleSheet
57 m_decoder->setEncoding(chs, TextResourceDecoder::EncodingFromHTTPHeader);
H A DCachedCSSStyleSheet.h49 virtual void setEncoding(const String&);
H A DCachedScript.h53 virtual void setEncoding(const String&);
H A DCachedCSSStyleSheet.cpp65 void CachedCSSStyleSheet::setEncoding(const String& chs) function in class:WebCore::CachedCSSStyleSheet
67 m_decoder->setEncoding(chs, TextResourceDecoder::EncodingFromHTTPHeader);
H A DCachedScript.cpp72 void CachedScript::setEncoding(const String& chs) function in class:WebCore::CachedScript
74 m_decoder->setEncoding(chs, TextResourceDecoder::EncodingFromHTTPHeader);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DContentEncodingParser.java84 cl.setEncoding(token.getTokenValue());
96 cl.setEncoding(token.getTokenValue());
H A DAcceptEncodingParser.java104 acceptEncoding.setEncoding(value.getTokenValue());
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DXSLOutputAttributes.java149 public void setEncoding(String encoding); method in interface:XSLOutputAttributes
H A DToSAXHandler.java53 setEncoding(encoding);
58 setEncoding(encoding);
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMOutputImpl.java173 public void setEncoding(String encoding){ method in class:DOMOutputImpl
/external/webkit/Source/WebCore/loader/
H A DDocumentWriter.h60 void setEncoding(const String& encoding, bool userChosen);
H A DTextResourceDecoder.h51 void setEncoding(const TextEncoding&, EncodingSource);
H A DDocumentWriter.cpp179 m_decoder->setEncoding(parentFrame->document()->inputEncoding(), TextResourceDecoder::EncodingFromParentFrame);
181 m_decoder->setEncoding(m_encoding,
241 void DocumentWriter::setEncoding(const String& name, bool userChosen) function in class:WebCore::DocumentWriter
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERExternal.java52 setEncoding(obj.getTagNo());
92 setEncoding(encoding);
268 private void setEncoding(int encoding) method in class:DERExternal
/external/emma/ant/ant14/com/vladium/emma/report/
H A DreportTask.java170 public void setEncoding (final String encoding) method in class:reportTask
172 m_reportCfg.setEncoding (encoding);
/external/webkit/Source/WebCore/fileapi/
H A DFileReaderLoader.h80 void setEncoding(const String&);
H A DFileReaderSync.cpp77 loader.setEncoding(encoding);
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DHandlerTest.java135 * Test getEncoding & setEncoding methods with supported encoding.
139 h.setEncoding("iso-8859-1");
144 * Test getEncoding & setEncoding methods with null.
148 h.setEncoding(null);
153 * Test getEncoding & setEncoding methods with unsupported encoding.
158 h.setEncoding("impossible");
H A DXMLFormatterTest.java140 handler.setEncoding("ISO-8859-1");
152 handler.setEncoding(null);
/external/webkit/Source/WebCore/html/
H A DHTMLFormElement.h62 void setEncoding(const String& value) { setEnctype(value); } function in class:WebCore::HTMLFormElement

Completed in 663 milliseconds

123