HomeSort by relevance Sort by last modified time
    Searched refs:encoding (Results 326 - 350 of 567) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/wml/
WMLGoElement.cpp 190 TextEncoding encoding = m_formDataBuilder.dataEncoding(document()).encodingForFormSubmission(); local
197 (*it)->encodeData(encoding, key, value);
  /external/webkit/WebKit/android/plugins/
ANPPaintInterface.cpp 119 static void anp_setTextEncoding(ANPPaint* paint, ANPTextEncoding encoding) {
120 paint->setTextEncoding(static_cast<SkPaint::TextEncoding>(encoding));
  /external/webkit/WebKit/gtk/webkit/
webkitwebdatasource.cpp 285 * Returns the text encoding name as set in the #WebKitWebView, or if not, the
286 * text encoding of the response.
288 * Return value: the encoding name of the #WebKitWebView or of the response.
302 CString encoding = textEncodingName.utf8(); local
304 priv->textEncoding = g_strdup(encoding.data());
webkitwebresource.cpp 146 * WebKitWebResource:encoding:
148 * The encoding name to which the web resource was encoded in.
155 "encoding",
156 _("Encoding"),
157 _("The text encoding name of the resource"),
251 * @encoding: the text encoding name of the #WebKitWebResource
254 * Returns a new #WebKitWebResource. The @encoding can be %NULL. The
266 const gchar* encoding,
277 WebKitWebResource* webResource = webkit_web_resource_new_with_core_resource(ArchiveResource::create(buffer, KURL(KURL(), String::fromUTF8(uri)), String::fromUTF8(mimeType), String::fromUTF8(encoding), String::fromUTF8(frameName)))
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.h 289 ErrorPageExtensionReturn() : contentType(QLatin1String("text/html")), encoding(QLatin1String("utf-8")) {};
291 QString encoding; member in class:QWebPage::ErrorPageExtensionReturn
  /libcore/luni/src/main/java/java/nio/charset/
Charset.java 54 * See <a href="http://www.unicode.org/reports/tr17/">UTR#17: Unicode Character Encoding Model</a>
73 * <p>UTF-8 can contain a BOM, but since the UTF-8 encoding of a character always uses the same
75 * corresponding to the UTF-8 encoding of U+FEFF ({@code 0xef, 0xbb, 0xbf}) would only serve to
130 * <p>All of these charsets support both decoding and encoding. The charsets whose names begin
430 * Returns true if this charset supports encoding, false otherwise.
432 * @return true if this charset supports encoding, false otherwise.
439 * Returns a new {@code ByteBuffer} containing the bytes encoding the characters from
448 * @return the result of the encoding.
462 * Returns a new {@code ByteBuffer} containing the bytes encoding the characters from {@code s}.
469 * @return the result of the encoding
568 String encoding = AccessController.doPrivileged(new PrivilegedAction<String>() { local
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathValidatorResultTest.java 328 byte[] encoding = { 0x01 };
330 TestUtils.getPolicyTree(), testPublicKey, encoding);
CertificateTest.java 65 * Meaningless cert encoding just for testing purposes
388 private byte[] encoding; field in class:CertificateTest.MyModifiablePublicKey
414 return this.encoding;
437 encoding = myEncoded;
  /frameworks/base/core/java/android/webkit/
CacheManager.java 100 String encoding; field in class:CacheManager.CacheResult
146 return encoding;
167 public void setEncoding(String encoding) {
168 this.encoding = encoding;
  /libcore/luni/src/main/java/java/util/
Properties.java 68 private static final String PROP_DTD = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
257 * Loads properties from the specified {@code InputStream}. The encoding is
540 * putting the specified comment at the beginning. The encoding is
691 * as the encoding. The {@code OutputStream} is not closed at the end. A
712 * {@code encoding} defines which encoding should be used. The {@code
717 * @param encoding the code identifying the encoding that should be used to
722 String encoding) throws IOException {
724 if (os == null || encoding == null)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 45 * The class encapsulates the ASN.1 DER encoding/decoding work
124 private byte[] encoding; field in class:GeneralName
559 if (encoding == null) {
560 encoding = ASN1.encode(this);
562 return encoding;
    [all...]
  /external/libxml2/
nanohttp.c 153 char *encoding; /* encoding extracted from the contentType */ member in struct:xmlNanoHTTPCtxt
157 int usesGzip; /* "Content-Encoding: gzip" was detected */
416 if (ctxt->encoding != NULL) xmlFree(ctxt->encoding);
711 if (ctxt->encoding != NULL)
712 xmlFree(ctxt->encoding);
713 ctxt->encoding = (char *) xmlStrndup(charset, last - charset);
736 if (ctxt->encoding != NULL)
737 xmlFree(ctxt->encoding);
    [all...]
parser.c 54 #include <libxml/encoding.h>
212 const char *encoding);
434 errmsg = "Invalid XML encoding name\n";
6448 const xmlChar *encoding; local
9683 xmlChar *encoding = NULL; local
    [all...]
xmlreader.c 531 if (cur->encoding != NULL) xmlFree((char *) cur->encoding);
    [all...]
  /external/v8/src/
mark-compact.cc 839 // space are encoded in their map pointer word (along with an encoding of
842 // The excact encoding is described in the comments for class MapWord in
847 // sweeps of the heap. A distinguished map-pointer encoding is used to mark
849 // of a live object). A second distinguished map-pointer encoding is used
961 MapWord encoding = local
1706 MapWord encoding = obj->map_word(); local
1737 MapWord encoding = obj->map_word(); local
1829 MapWord encoding = obj->map_word(); local
1886 MapWord encoding = obj->map_word(); local
1930 MapWord encoding = obj->map_word(); local
    [all...]
  /external/webkit/WebCore/platform/
KURLGoogle.cpp 60 // Wraps WebCore's text encoding in a character set converter for the
64 // The encoding parameter may be NULL, but in this case the object must not
66 KURLCharsetConverter(const TextEncoding* encoding)
67 : m_encoding(encoding)
107 static inline bool isUnicodeEncoding(const TextEncoding* encoding)
109 return encoding->encodingForFormSubmission() == UTF8Encoding();
200 // encoding is UTF-8 or other Unicode encodings. Note that this is
363 // Initializes with a string representing an absolute URL. No encoding
366 // canonical and in proper escaped form so needs no encoding. We treat it was
382 // This assumes UTF-8 encoding
    [all...]
  /external/stlport/stlport/stl/
_codecvt.h 98 int encoding() const _STLP_NOTHROW { return do_encoding(); }
216 int encoding() const _STLP_NOTHROW { return do_encoding(); }
313 int encoding() const _STLP_NOTHROW { return do_encoding(); }
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 58 private String encoding; field in class:KXmlParser
410 && "encoding".equals(attributes[2 + 4])) {
411 encoding = attributes[3 + 4];
1006 encoding = null;
1097 int i0 = s.indexOf("encoding");
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_codecvt.h 98 int encoding() const _STLP_NOTHROW { return do_encoding(); }
216 int encoding() const _STLP_NOTHROW { return do_encoding(); }
313 int encoding() const _STLP_NOTHROW { return do_encoding(); }
  /external/wpa_supplicant/
driver_wext.c     [all...]
  /external/bluetooth/bluez/src/
sdp-xml.c 261 appender(data, "encoding=\"hex\" ");
410 appender(data, "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n\n");
628 static char *sdp_xml_parse_string_decode(const char *data, char encoding, uint32_t *length)
633 if (encoding == SDP_XML_ENCODING_NORMAL) {
682 sdp_data_t *sdp_xml_parse_text(const char *data, char encoding)
689 text = sdp_xml_parse_string_decode(data, encoding, &length);
  /external/chromium/third_party/icu/source/tools/genren/
genren.pl 9 #* encoding: US-ASCII
82 * encoding: US-ASCII
  /external/freetype/src/cff/
cfftypes.h 236 CFF_EncodingRec encoding; member in struct:CFF_FontRec_
  /external/webkit/WebCore/loader/
CachedResource.h 83 virtual String encoding() const { return String(); } function in class:WebCore::CachedResource
  /external/webkit/WebKit/chromium/public/
WebFrame.h 117 // Return the frame's encoding.
118 virtual WebString encoding() const = 0;
254 // encoding. For HTML data, baseURL indicates the security origin of

Completed in 1015 milliseconds

<<11121314151617181920>>