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

<<11121314151617181920>>

  /packages/apps/Email/src/com/android/email/
Utility.java 67 public final static String readInputStream(InputStream in, String encoding) throws IOException {
68 InputStreamReader reader = new InputStreamReader(in, encoding);
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 120 # encoding.
126 'encoding. Non-ASCII strings must be converted to '
  /external/skia/include/core/
SkPaint.h 672 void setTextEncoding(TextEncoding encoding);
715 If the text encoding for the paint is kGlyph_TextEncoding, then this
721 to zero. Note: this does not look at the text-encoding setting in the
    [all...]
  /external/v8/src/
serialize.cc 51 // The encoding of an external reference. The type is in the high word.
1230 uint32_t encoding = serializer_->EncodeExternalReference(target); local
    [all...]
  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 639 // libXML throws an error if you try to switch the encoding for an empty string.
641 // Hack around libxml2's lack of encoding overide support by manually
642 // resetting the encoding to UTF-16 before every chunk. Otherwise libxml
643 // will detect <?xml version="1.0" encoding="<encoding name>"?> blocks
655 handleError(fatal, "Encoding error", context->context()->input->line, context->context()->input->col);
1003 void XMLTokenizer::startDocument(const xmlChar* version, const xmlChar* encoding, int standalone)
1010 if (encoding)
1011 m_doc->setXMLEncoding(toString(encoding));
    [all...]
  /external/webkit/WebCore/html/
HTMLLinkElement.cpp 227 charset = document()->frame()->loader()->encoding();
  /external/webkit/WebCore/xml/
XSLTProcessorLibxslt.cpp 137 // We don't specify an encoding here. Neither Gecko nor WinIE respects
138 // the encoding specified in the HTTP headers.
321 resultEncoding = (char*)resultDoc->encoding;
  /external/webkit/WebKit/gtk/webkit/
webkitprivate.h 142 char* encoding; member in struct:_WebKitWebViewPrivate
webkitwebframe.cpp 540 static void webkit_web_frame_load_data(WebKitWebFrame* frame, const gchar* content, const gchar* mimeType, const gchar* encoding, const gchar* baseURL, const gchar* unreachableURL)
552 encoding ? String::fromUTF8(encoding) : String::fromUTF8("UTF-8"),
564 * @encoding: the encoding, or %NULL
568 * @encoding and @base_uri.
572 * If @encoding is %NULL, "UTF-8" is assumed.
    [all...]
webkitwebview.cpp 3846 String encoding = core(webView)->mainFrame()->loader()->encoding(); local
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 517 /* -- User data encoding type -- */
554 RIL_CDMA_SMS_UserDataEncoding encoding; member in struct:__anon9880
568 supported encoding types and languages.
580 when decoding the user data according to the encoding type and language.
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 837 * @param javaEncoding the character encoding name
950 * @param javaEncoding the character encoding name
967 ScopedUtfChars encoding(env, javaEncoding);
968 if (encoding.c_str() == NULL) {
973 parser = XML_ParserCreateNS(encoding.c_str(), '|');
975 parser = XML_ParserCreate(encoding.c_str());
1003 * Expat decides for itself what character encoding it's looking at. The interface is in terms of
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 58 // The delta encoding of the target window
59 // Length of the delta encoding - integer
60 // The delta encoding
270 // The delta encoding window sections as defined in RFC section 4.3.
516 // encoding that uses the standard code table. Returns RESULT_ERROR if an
    [all...]
  /external/libxml2/
entities.c 546 * Do a global encoding of a string, replacing the predefined entities
610 if (((doc != NULL) && (doc->encoding != NULL)) || (html)) {
632 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
665 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
702 * Do a global encoding of a string, replacing the predefined entities
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 271 Specifies the AutoDetector (for encoding detection) this Parser uses.
483 String encoding = s.getEncoding(); local
489 if (encoding == null) {
494 r = new InputStreamReader(i, encoding);
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduParser.java 805 String encoding = new String(partDataEncoding); local
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 518 * The encoding to use for entity encoding
522 var $encoding = 'utf-8'; variable
1765 $this->encoding = strtolower($encoding); variable
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm     [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 225 const char* encoding; member in struct:ICUCase
240 UConvScoper conv(icu_cases[i].encoding);
1020 const char* encoding; member in struct:QueryCase
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
regextst.cpp 1952 const char* encoding; local
    [all...]
csdetest.cpp 142 void CharsetDetectionTest::checkEncoding(const UnicodeString &testString, const UnicodeString &encoding, const UnicodeString &id)
146 UnicodeString *eSplit = split(encoding, CH_SLASH, splits);
161 errln("Can't open a " + encoding + " converter for " + id);
178 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got no matches");
183 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got " + name);
328 errln("Encoding detection failure for UTF-16BE: got no matches.");
336 errln("Encoding detection failure for UTF-16BE: got %s", name);
349 errln("Encoding detection failure for UTF-16LE: got no matches.");
599 errcheckln(status, "Encoding detection failure for IBM424_rtl: got no matches. - %s", u_errorName(status));
605 errln("Encoding detection failure for IBM424_rtl: got %s", name)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_nl80211.c     [all...]
  /external/expat/lib/
xmltok.c 125 isNever(const ENCODING *enc, const char *p)
131 utf8_isName2(const ENCODING *enc, const char *p)
137 utf8_isName3(const ENCODING *enc, const char *p)
145 utf8_isNmstrt2(const ENCODING *enc, const char *p)
151 utf8_isNmstrt3(const ENCODING *enc, const char *p)
159 utf8_isInvalid2(const ENCODING *enc, const char *p)
165 utf8_isInvalid3(const ENCODING *enc, const char *p)
171 utf8_isInvalid4(const ENCODING *enc, const char *p)
177 ENCODING enc;
180 int (PTRFASTCALL *byteType)(const ENCODING *, const char *)
1093 const ENCODING **encoding, variable
    [all...]
  /external/icu4c/test/intltest/
csdetest.cpp 145 void CharsetDetectionTest::checkEncoding(const UnicodeString &testString, const UnicodeString &encoding, const UnicodeString &id)
149 UnicodeString *eSplit = split(encoding, CH_SLASH, splits);
164 errln("Can't open a " + encoding + " converter for " + id);
181 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got no matches");
186 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got " + name);
327 errln("Encoding detection failure for UTF-16BE: got no matches.");
335 errln("Encoding detection failure for UTF-16BE: got %s", name);
348 errln("Encoding detection failure for UTF-16LE: got no matches.");
598 errcheckln(status, "Encoding detection failure for IBM424_rtl: got no matches. - %s", u_errorName(status));
604 errln("Encoding detection failure for IBM424_rtl: got %s", name)
    [all...]

Completed in 1625 milliseconds

<<11121314151617181920>>