encoding           58 android_webview/java/src/org/chromium/android_webview/AwResource.java     public static void setDefaultTextEncoding(int encoding) {
encoding           59 android_webview/java/src/org/chromium/android_webview/AwResource.java         STRING_DEFAULT_TEXT_ENCODING = encoding;
encoding         1276 android_webview/java/src/org/chromium/android_webview/AwSettings.java     public void setDefaultTextEncodingName(String encoding) {
encoding         1278 android_webview/java/src/org/chromium/android_webview/AwSettings.java             if (encoding != null && !mDefaultTextEncoding.equals(encoding)) {
encoding         1279 android_webview/java/src/org/chromium/android_webview/AwSettings.java                 mDefaultTextEncoding = encoding;
encoding           21 android_webview/java/src/org/chromium/android_webview/InterceptedRequestData.java     public InterceptedRequestData(String mimeType, String encoding, InputStream data) {
encoding           23 android_webview/java/src/org/chromium/android_webview/InterceptedRequestData.java         mCharset = encoding;
encoding          121 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java         final String encoding = "UTF-8";
encoding          124 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java                 mimeType, encoding, new ByteArrayInputStream(input.getBytes(encoding)));
encoding          258 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java         public SlowInterceptedRequestData(String mimeType, String encoding, InputStream data) {
encoding          259 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java             super(mimeType, encoding, data);
encoding          287 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java         final String encoding = "UTF-8";
encoding          289 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java             new SlowInterceptedRequestData("text/html", encoding,
encoding          290 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java                     new ByteArrayInputStream(aboutPageData.getBytes(encoding)));
encoding           35 android_webview/native/aw_resource.cc   ScopedJavaLocalRef<jstring> encoding =
encoding           37 android_webview/native/aw_resource.cc   return base::android::ConvertJavaStringToUTF8(encoding);
encoding           14 base/i18n/icu_encoding_detection.cc bool DetectEncoding(const std::string& text, std::string* encoding) {
encoding           16 base/i18n/icu_encoding_detection.cc     *encoding = std::string();
encoding           33 base/i18n/icu_encoding_detection.cc   *encoding = detected_encoding;
encoding           19 base/i18n/icu_encoding_detection.h                                      std::string* encoding);
encoding           75 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc   data.input_encodings.push_back(search_provider.encoding);
encoding          133 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc         std::string encoding;
encoding          134 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc         ASSERT_TRUE((*it)->GetAsString(&encoding));
encoding          135 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc         actual_encodings_vector.push_back(encoding);
encoding          123 chrome/browser/search_engines/template_url.cc                  const char* encoding,
encoding          130 chrome/browser/search_engines/template_url.cc   if (!base::UTF16ToCodepage(terms, encoding,
encoding          139 chrome/browser/search_engines/template_url.cc   if (!base::UTF16ToCodepage(original_query, encoding,
encoding         1075 chrome/browser/search_engines/template_url_prepopulate_data.cc     const base::StringPiece& encoding,
encoding         1096 chrome/browser/search_engines/template_url_prepopulate_data.cc   data.input_encodings.push_back(encoding.as_string());
encoding         1127 chrome/browser/search_engines/template_url_prepopulate_data.cc     std::string encoding;
encoding         1136 chrome/browser/search_engines/template_url_prepopulate_data.cc         engine->GetString("encoding", &encoding) && !encoding.empty() &&
encoding         1165 chrome/browser/search_engines/template_url_prepopulate_data.cc           favicon_url, encoding, *alternate_urls, search_terms_replacement_key,
encoding         1188 chrome/browser/search_engines/template_url_prepopulate_data.cc       engine.favicon_url, engine.encoding, alternate_urls,
encoding          458 chrome/browser/search_engines/template_url_unittest.cc     const std::string encoding;
encoding          480 chrome/browser/search_engines/template_url_unittest.cc     data.input_encodings.push_back(test_data[i].encoding);
encoding           36 chrome/browser/signin/local_auth.cc                                      char encoding) {
encoding           38 chrome/browser/signin/local_auth.cc   DCHECK_EQ(kHash1Encoding, encoding);  // Currently support only one method.
encoding           60 chrome/browser/signin/local_auth.cc                                      char encoding) {
encoding           61 chrome/browser/signin/local_auth.cc   DCHECK_EQ(kHash1Encoding, encoding);  // Currently support only one method.
encoding           73 chrome/browser/signin/local_auth.cc   encoded64.insert(0, &encoding, sizeof(encoding));
encoding           80 chrome/browser/signin/local_auth.cc                               char* encoding) {
encoding           84 chrome/browser/signin/local_auth.cc   *encoding = encoded[0];
encoding           85 chrome/browser/signin/local_auth.cc   if (*encoding != kHash1Encoding)
encoding          152 chrome/browser/signin/local_auth.cc   char encoding;
encoding          161 chrome/browser/signin/local_auth.cc   if (!DecodePasswordHashRecord(encodedhash, &record, &encoding))
encoding          169 chrome/browser/signin/local_auth.cc   if (encoding == '1') {
encoding          175 chrome/browser/signin/local_auth.cc     password_hash = CreateSecurePasswordHash(salt_str, password, encoding);
encoding           87 chrome/browser/ui/toolbar/encoding_menu_controller.cc   std::string encoding = current_tab_encoding;
encoding           88 chrome/browser/ui/toolbar/encoding_menu_controller.cc   if (encoding.empty())
encoding           89 chrome/browser/ui/toolbar/encoding_menu_controller.cc     encoding = browser_profile->GetPrefs()->GetString(prefs::kDefaultCharset);
encoding           96 chrome/browser/ui/toolbar/encoding_menu_controller.cc   if (!encoding.empty()) {
encoding           97 chrome/browser/ui/toolbar/encoding_menu_controller.cc     return encoding ==
encoding          133 chrome/browser/ui/toolbar/encoding_menu_controller.cc       base::string16 encoding = it->encoding_display_name;
encoding          134 chrome/browser/ui/toolbar/encoding_menu_controller.cc       base::i18n::AdjustStringForLocaleDirection(&encoding);
encoding          135 chrome/browser/ui/toolbar/encoding_menu_controller.cc       menu_items->push_back(EncodingMenuItem(it->encoding_id, encoding));
encoding           71 chrome/browser/ui/toolbar/encoding_menu_controller_unittest.cc   std::string encoding("UTF-8");
encoding           81 chrome/browser/ui/toolbar/encoding_menu_controller_unittest.cc                                          encoding,
encoding           93 chrome/browser/ui/toolbar/encoding_menu_controller_unittest.cc                                        encoding,
encoding          221 chrome/browser/ui/webui/options/font_settings_handler.cc       std::string encoding =
encoding          225 chrome/browser/ui/webui/options/font_settings_handler.cc       option->Append(new base::StringValue(encoding));
encoding           94 chrome/common/extensions/manifest_handlers/settings_overrides_handler_unittest.cc   EXPECT_EQ("UTF-8", search_engine->encoding);
encoding          148 chrome/tools/convert_dict/aff_reader.cc   if (!base::CodepageToWide(encoded, encoding(),
encoding           33 chrome/tools/convert_dict/aff_reader.h   const char* encoding() const { return encoding_.c_str(); }
encoding           55 chrome/tools/convert_dict/dic_reader.cc                      const char* file_type, const char* encoding,
encoding           83 chrome/tools/convert_dict/dic_reader.cc     std::string encoding_string(encoding);
encoding           88 chrome/tools/convert_dict/dic_reader.cc              line_number, encoding, file_type);
encoding          160 chrome/tools/convert_dict/dic_reader.cc                        aff_reader->encoding(), true))
encoding          209 chromeos/dbus/fake_nfc_record_client.cc   device_smart_poster_record_properties_->encoding.ReplaceValue(
encoding          219 chromeos/dbus/fake_nfc_record_client.cc   device_text_record_properties_->encoding.ReplaceValue(
encoding          264 chromeos/dbus/fake_nfc_record_client.cc   tag_record_properties_->encoding.ReplaceValue(
encoding          265 chromeos/dbus/fake_nfc_record_client.cc       tag_record_properties_->encoding.value());
encoding          286 chromeos/dbus/fake_nfc_record_client.cc   tag_record_properties_->encoding.ReplaceValue(
encoding           28 chromeos/dbus/nfc_record_client.cc   RegisterProperty(nfc_record::kEncodingProperty, &encoding);
encoding           35 chromeos/dbus/nfc_record_client.h     dbus::Property<std::string> encoding;
encoding           95 chromeos/network/shill_property_util.cc   std::string encoding;
encoding           96 chromeos/network/shill_property_util.cc   if (!base::DetectEncoding(ssid, &encoding)) {
encoding          101 chromeos/network/shill_property_util.cc                                              &encoding);
encoding          104 chromeos/network/shill_property_util.cc   if (!encoding.empty() &&
encoding          105 chromeos/network/shill_property_util.cc       base::ConvertToUtf8AndNormalize(ssid, encoding, &utf8_ssid)) {
encoding          110 chromeos/network/shill_property_util.cc               "Encoding=%s: %s", encoding.c_str(), utf8_ssid.c_str()));
encoding          119 chromeos/network/shill_property_util.cc       base::StringPrintf("Unrecognized Encoding=%s", encoding.c_str()));
encoding          125 content/browser/renderer_host/render_view_host_delegate.h                               const std::string& encoding) {}
encoding          515 content/browser/renderer_host/render_view_host_impl.h   void OnUpdateEncoding(const std::string& encoding);
encoding         1909 content/browser/web_contents/web_contents_impl.cc void WebContentsImpl::SetOverrideEncoding(const std::string& encoding) {
encoding         1910 content/browser/web_contents/web_contents_impl.cc   SetEncoding(encoding);
encoding         1911 content/browser/web_contents/web_contents_impl.cc   Send(new ViewMsg_SetPageEncoding(GetRoutingID(), encoding));
encoding         3055 content/browser/web_contents/web_contents_impl.cc                                      const std::string& encoding) {
encoding         3056 content/browser/web_contents/web_contents_impl.cc   SetEncoding(encoding);
encoding         3621 content/browser/web_contents/web_contents_impl.cc void WebContentsImpl::SetEncoding(const std::string& encoding) {
encoding         3623 content/browser/web_contents/web_contents_impl.cc       GetCanonicalEncodingNameByAliasName(encoding);
encoding          261 content/browser/web_contents/web_contents_impl.h   virtual void SetOverrideEncoding(const std::string& encoding) OVERRIDE;
encoding          340 content/browser/web_contents/web_contents_impl.h                               const std::string& encoding) OVERRIDE;
encoding          806 content/browser/web_contents/web_contents_impl.h   void SetEncoding(const std::string& encoding);
encoding           42 content/child/ftp_directory_listing_response_delegate.cc   std::string encoding;
encoding           43 content/child/ftp_directory_listing_response_delegate.cc   if (base::DetectEncoding(path, &encoding) && !encoding.empty()) {
encoding           45 content/child/ftp_directory_listing_response_delegate.cc     if (base::CodepageToUTF16(path, encoding.c_str(),
encoding          398 content/public/browser/web_contents.h   virtual void SetOverrideEncoding(const std::string& encoding) = 0;
encoding          305 content/renderer/dom_serializer_browsertest.cc                  web_frame->document().encoding());
encoding          325 content/renderer/dom_serializer_browsertest.cc                  web_frame->document().encoding());
encoding          387 content/renderer/dom_serializer_browsertest.cc                  web_frame->document().encoding());
encoding          403 content/renderer/dom_serializer_browsertest.cc               std::string(web_frame->document().encoding().utf8()));
encoding          443 content/renderer/dom_serializer_browsertest.cc                  web_frame->document().encoding());
encoding          459 content/renderer/dom_serializer_browsertest.cc               std::string(web_frame->document().encoding().utf8()));
encoding          512 content/renderer/dom_serializer_browsertest.cc       WebString encoding = web_frame->document().encoding();
encoding          519 content/renderer/dom_serializer_browsertest.cc           WebPageSerializer::generateMetaCharsetDeclaration(encoding).utf8();
encoding          559 content/renderer/dom_serializer_browsertest.cc       WebString encoding = web_frame->document().encoding();
encoding          566 content/renderer/dom_serializer_browsertest.cc           WebPageSerializer::generateMetaCharsetDeclaration(encoding).utf8();
encoding          648 content/renderer/dom_serializer_browsertest.cc                  web_frame->document().encoding());
encoding          719 content/renderer/dom_serializer_browsertest.cc                  web_frame->document().encoding());
encoding          735 content/renderer/dom_serializer_browsertest.cc               std::string(web_frame->document().encoding().utf8()));
encoding           60 content/renderer/internal_document_state_data.h   void set_searchable_form_encoding(const std::string& encoding) {
encoding           61 content/renderer/internal_document_state_data.h     searchable_form_encoding_ = encoding;
encoding         1515 content/renderer/render_frame_impl.cc       web_searchable_form_data.encoding().utf8());
encoding          773 device/nfc/nfc_chromeos_unittest.cc   record_properties.encoding.ReplaceValue(kEncoding);
encoding          795 device/nfc/nfc_chromeos_unittest.cc   record_properties.encoding.ReplaceValue("");
encoding          822 device/nfc/nfc_chromeos_unittest.cc   record_properties.encoding.ReplaceValue(kEncoding);
encoding           99 device/nfc/nfc_ndef_record.cc   std::string encoding;
encoding          100 device/nfc/nfc_ndef_record.cc   if (!data->GetString(NfcNdefRecord::kFieldEncoding, &encoding)) {
encoding          101 device/nfc/nfc_ndef_record.cc     if (encoding != NfcNdefRecord::kEncodingUtf8 ||
encoding          102 device/nfc/nfc_ndef_record.cc         encoding != NfcNdefRecord::kEncodingUtf16) {
encoding          103 device/nfc/nfc_ndef_record.cc       VLOG(1) << "Invalid \"Encoding\" value:" << encoding;
encoding          214 device/nfc/nfc_ndef_record_utils_chromeos.cc     if (!properties->encoding.value().empty()) {
encoding          216 device/nfc/nfc_ndef_record_utils_chromeos.cc                                  properties->encoding.value());
encoding           25 net/cert/test_root_certs_win.cc                                   DWORD encoding,
encoding           96 net/cert/test_root_certs_win.cc                                   DWORD encoding,
encoding          110 net/cert/test_root_certs_win.cc   BOOL ok = g_capi_injector.Get().original_function(store_provider, encoding,
encoding           29 net/ftp/ftp_directory_listing_parser.cc int FillInRawName(const std::string& encoding,
encoding           32 net/ftp/ftp_directory_listing_parser.cc     if (!base::UTF16ToCodepage(entries->at(i).name, encoding.c_str(),
encoding           46 net/ftp/ftp_directory_listing_parser.cc                  const std::string& encoding,
encoding           84 net/ftp/ftp_directory_listing_parser.cc       return FillInRawName(encoding, entries);
encoding           36 remoting/client/audio_player.cc   DCHECK_EQ(AudioPacket::ENCODING_RAW, packet->encoding());
encoding           81 remoting/codec/audio_decoder_opus.cc   if (packet->encoding() != AudioPacket::ENCODING_OPUS) {
encoding           83 remoting/codec/audio_decoder_opus.cc                  << packet->encoding() << " when an OPUS packet was expected.";
encoding           21 remoting/codec/audio_decoder_verbatim.cc   if ((packet->encoding() != AudioPacket::ENCODING_RAW) ||
encoding          139 remoting/codec/audio_encoder_opus.cc   DCHECK_EQ(AudioPacket::ENCODING_RAW, packet->encoding());
encoding           18 remoting/codec/audio_encoder_verbatim.cc   DCHECK_EQ(AudioPacket::ENCODING_RAW, packet->encoding());
encoding           86 remoting/host/desktop_resizer_mac.cc       base::ScopedCFTypeRef<CFStringRef> encoding(
encoding           88 remoting/host/desktop_resizer_mac.cc       if (CFStringCompare(encoding, CFSTR(IO32BitDirectPixels),
encoding           92 remoting/host/desktop_resizer_mac.cc           encoding, CFSTR(IO16BitDirectPixels),
encoding           96 remoting/host/desktop_resizer_mac.cc           encoding, CFSTR(IO8BitIndexedPixels),
encoding           16 remoting/protocol/audio_reader.cc AudioReader::AudioReader(AudioPacket::Encoding encoding)
encoding           18 remoting/protocol/audio_reader.cc       encoding_(encoding),
encoding           37 remoting/protocol/audio_reader.h   explicit AudioReader(AudioPacket::Encoding encoding);
encoding           17 remoting/protocol/protobuf_video_reader.cc ProtobufVideoReader::ProtobufVideoReader(VideoPacketFormat::Encoding encoding)
encoding           18 remoting/protocol/protobuf_video_reader.cc     : encoding_(encoding),
encoding           25 remoting/protocol/protobuf_video_reader.h   ProtobufVideoReader(VideoPacketFormat::Encoding encoding);
encoding          293 third_party/bintrees/bintrees/cwalker.c typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/
encoding         3692 third_party/bintrees/bintrees/cwalker.c             } else if (t->encoding) {
encoding         3693 third_party/bintrees/bintrees/cwalker.c                 *t->p = PyUnicode_Decode(t->s, t->n - 1, t->encoding, NULL);
encoding          293 third_party/bintrees/bintrees/qavltree.c typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/
encoding         3295 third_party/bintrees/bintrees/qavltree.c             } else if (t->encoding) {
encoding         3296 third_party/bintrees/bintrees/qavltree.c                 *t->p = PyUnicode_Decode(t->s, t->n - 1, t->encoding, NULL);
encoding          293 third_party/bintrees/bintrees/qbintree.c typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/
encoding         3290 third_party/bintrees/bintrees/qbintree.c             } else if (t->encoding) {
encoding         3291 third_party/bintrees/bintrees/qbintree.c                 *t->p = PyUnicode_Decode(t->s, t->n - 1, t->encoding, NULL);
encoding          293 third_party/bintrees/bintrees/qrbtree.c typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/
encoding         3292 third_party/bintrees/bintrees/qrbtree.c             } else if (t->encoding) {
encoding         3293 third_party/bintrees/bintrees/qrbtree.c                 *t->p = PyUnicode_Decode(t->s, t->n - 1, t->encoding, NULL);
encoding           56 third_party/cld/encodings/lang_enc.h                                 Encoding *encoding);
encoding          253 third_party/cld/encodings/public/encodings.h bool EncodingFromName(const char* enc_name, Encoding *encoding);
encoding          188 third_party/expat/files/lib/expat.h                                             const XML_Char *encoding,
encoding          206 third_party/expat/files/lib/expat.h XML_ParserCreate(const XML_Char *encoding);
encoding          220 third_party/expat/files/lib/expat.h XML_ParserCreateNS(const XML_Char *encoding, XML_Char namespaceSeparator);
encoding          233 third_party/expat/files/lib/expat.h XML_ParserCreate_MM(const XML_Char *encoding,
encoding          247 third_party/expat/files/lib/expat.h XML_ParserReset(XML_Parser parser, const XML_Char *encoding);
encoding          683 third_party/expat/files/lib/expat.h XML_SetEncoding(XML_Parser parser, const XML_Char *encoding);
encoding          874 third_party/expat/files/lib/expat.h                                const XML_Char *encoding);
encoding          848 third_party/expat/files/lib/xmlparse.c   XmlInitEncoding(&initEncoding, &encoding, 0);
encoding         1534 third_party/expat/files/lib/xmlparse.c         XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
encoding         1582 third_party/expat/files/lib/xmlparse.c     XmlUpdatePosition(encoding, positionPtr, end, &position);
encoding         1673 third_party/expat/files/lib/xmlparse.c   XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
encoding         1822 third_party/expat/files/lib/xmlparse.c   XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
encoding         1873 third_party/expat/files/lib/xmlparse.c     XmlUpdatePosition(encoding, positionPtr, eventPtr, &position);
encoding         1883 third_party/expat/files/lib/xmlparse.c     XmlUpdatePosition(encoding, positionPtr, eventPtr, &position);
encoding         1923 third_party/expat/files/lib/xmlparse.c       reportDefault(parser, encoding, eventPtr, eventEndPtr);
encoding         2105 third_party/expat/files/lib/xmlparse.c   enum XML_Error result = doContent(parser, 0, encoding, start, end,
encoding         2134 third_party/expat/files/lib/xmlparse.c   int tok = XmlContentTok(encoding, start, end, &next);
encoding         2176 third_party/expat/files/lib/xmlparse.c   tok = XmlContentTok(encoding, start, end, &next);
encoding         2221 third_party/expat/files/lib/xmlparse.c   enum XML_Error result = doContent(parser, 1, encoding, start, end,
encoding         2244 third_party/expat/files/lib/xmlparse.c   if (enc == encoding) {
encoding         2778 third_party/expat/files/lib/xmlparse.c       if (enc == encoding)
encoding         3172 third_party/expat/files/lib/xmlparse.c   enum XML_Error result = doCdataSection(parser, encoding, &start, end,
encoding         3203 third_party/expat/files/lib/xmlparse.c   if (enc == encoding) {
encoding         3314 third_party/expat/files/lib/xmlparse.c   enum XML_Error result = doIgnoreSection(parser, encoding, &start, end,
encoding         3341 third_party/expat/files/lib/xmlparse.c   if (enc == encoding) {
encoding         3413 third_party/expat/files/lib/xmlparse.c   if ((ns ? XmlInitEncodingNS : XmlInitEncoding)(&initEncoding, &encoding, s))
encoding         3432 third_party/expat/files/lib/xmlparse.c                            encoding,
encoding         3456 third_party/expat/files/lib/xmlparse.c                                       encoding,
encoding         3459 third_party/expat/files/lib/xmlparse.c                                       + XmlNameLength(encoding, encodingName));
encoding         3466 third_party/expat/files/lib/xmlparse.c                                       encoding,
encoding         3468 third_party/expat/files/lib/xmlparse.c                                       versionend - encoding->minBytesPerChar);
encoding         3475 third_party/expat/files/lib/xmlparse.c     reportDefault(parser, encoding, s, next);
encoding         3478 third_party/expat/files/lib/xmlparse.c       if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) {
encoding         3482 third_party/expat/files/lib/xmlparse.c       encoding = newEncoding;
encoding         3488 third_party/expat/files/lib/xmlparse.c           &temp2Pool, encoding, encodingName,
encoding         3489 third_party/expat/files/lib/xmlparse.c           encodingName + XmlNameLength(encoding, encodingName));
encoding         3536 third_party/expat/files/lib/xmlparse.c         encoding = enc;
encoding         3597 third_party/expat/files/lib/xmlparse.c     tok = XmlPrologTok(encoding, start, end, &next);
encoding         3616 third_party/expat/files/lib/xmlparse.c       return storeEntityValue(parser, encoding, s, end);
encoding         3661 third_party/expat/files/lib/xmlparse.c   tok = XmlPrologTok(encoding, s, end, &next);
encoding         3685 third_party/expat/files/lib/xmlparse.c     tok = XmlPrologTok(encoding, s, end, &next);
encoding         3689 third_party/expat/files/lib/xmlparse.c   return doProlog(parser, encoding, s, end, tok, next,
encoding         3701 third_party/expat/files/lib/xmlparse.c   const ENCODING *enc = encoding;
encoding         3738 third_party/expat/files/lib/xmlparse.c   int tok = XmlPrologTok(encoding, s, end, &next);
encoding         3739 third_party/expat/files/lib/xmlparse.c   return doProlog(parser, encoding, s, end, tok, next,
encoding         3783 third_party/expat/files/lib/xmlparse.c   if (enc == encoding) {
encoding         3816 third_party/expat/files/lib/xmlparse.c         if (enc != encoding && !openInternalEntities->betweenDecl) {
encoding         3824 third_party/expat/files/lib/xmlparse.c         if (isParamEntity || enc != encoding) {
encoding         3846 third_party/expat/files/lib/xmlparse.c         enc = encoding;
encoding         3876 third_party/expat/files/lib/xmlparse.c         enc = encoding;
encoding         4737 third_party/expat/files/lib/xmlparse.c     int tok = XmlPrologTok(encoding, s, end, &next);
encoding         4743 third_party/expat/files/lib/xmlparse.c         reportDefault(parser, encoding, s, next);
encoding         4754 third_party/expat/files/lib/xmlparse.c         reportDefault(parser, encoding, s, next);
encoding         4757 third_party/expat/files/lib/xmlparse.c       if (!reportProcessingInstruction(parser, encoding, s, next))
encoding         4761 third_party/expat/files/lib/xmlparse.c       if (!reportComment(parser, encoding, s, next))
encoding         4898 third_party/expat/files/lib/xmlparse.c     tok = XmlPrologTok(encoding, s, end, &next);
encoding         4899 third_party/expat/files/lib/xmlparse.c     return doProlog(parser, encoding, s, end, tok, next, nextPtr,
encoding         4907 third_party/expat/files/lib/xmlparse.c     return doContent(parser, parentParser ? 1 : 0, encoding, s, end,
encoding         4950 third_party/expat/files/lib/xmlparse.c       if (enc == encoding)
encoding         4954 third_party/expat/files/lib/xmlparse.c       if (enc == encoding)
encoding         4963 third_party/expat/files/lib/xmlparse.c           if (enc == encoding)
encoding         4973 third_party/expat/files/lib/xmlparse.c           if (enc == encoding)
encoding         5050 third_party/expat/files/lib/xmlparse.c           if (enc == encoding)
encoding         5055 third_party/expat/files/lib/xmlparse.c           if (enc == encoding)
encoding         5060 third_party/expat/files/lib/xmlparse.c           if (enc == encoding)
encoding         5078 third_party/expat/files/lib/xmlparse.c       if (enc == encoding)
encoding         5114 third_party/expat/files/lib/xmlparse.c       if (isParamEntity || enc != encoding) {
encoding         5137 third_party/expat/files/lib/xmlparse.c           if (enc == encoding)
encoding         5207 third_party/expat/files/lib/xmlparse.c           if (enc == encoding)
encoding         5214 third_party/expat/files/lib/xmlparse.c           if (enc == encoding)
encoding         5229 third_party/expat/files/lib/xmlparse.c       if (enc == encoding)
encoding         5234 third_party/expat/files/lib/xmlparse.c       if (enc == encoding)
encoding         5239 third_party/expat/files/lib/xmlparse.c       if (enc == encoding)
encoding         5334 third_party/expat/files/lib/xmlparse.c     if (enc == encoding) {
encoding         1093 third_party/expat/files/lib/xmltok.c                const ENCODING **encoding,
encoding         1138 third_party/expat/files/lib/xmltok.c     if (encoding)
encoding         1139 third_party/expat/files/lib/xmltok.c       *encoding = encodingFinder(enc, val, ptr - enc->minBytesPerChar);
encoding          125 third_party/expat/files/lib/xmltok.h struct encoding;
encoding          126 third_party/expat/files/lib/xmltok.h typedef struct encoding ENCODING;
encoding           99 third_party/expat/files/lib/xmltok_ns.c                     const ENCODING **encoding,
encoding          111 third_party/expat/files/lib/xmltok_ns.c                         encoding,
encoding          399 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   EncodingType encoding;
encoding          564 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (nested->encoding == ascii8)
encoding          579 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    nested->encoding = bigEndian;
encoding          582 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    nested->encoding = littleEndian;
encoding          586 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      nested->encoding = ascii8;
encoding          598 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       switch (nested->encoding)
encoding         3630 third_party/liblouis/overrides/liblouis/compileTranslationTable.c compileHyphenation (FileInfo * nested, CharsString * encoding)
encoding         3638 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   int i, j, k = encoding->length;
encoding         3656 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (encoding->chars[0] == 'I')
encoding         4464 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       nested.encoding = noEncoding;
encoding         4594 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   nested.encoding = noEncoding;
encoding         4622 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   nested.encoding = noEncoding;
encoding          177 third_party/libxml/src/DOCBparser.c                 const char *encoding ATTRIBUTE_UNUSED,
encoding          205 third_party/libxml/src/DOCBparser.c              const char *encoding ATTRIBUTE_UNUSED)
encoding          232 third_party/libxml/src/DOCBparser.c                          const char *encoding ATTRIBUTE_UNUSED)
encoding          262 third_party/libxml/src/DOCBparser.c                  const char *encoding ATTRIBUTE_UNUSED,
encoding          291 third_party/libxml/src/DOCBparser.c               const char *encoding ATTRIBUTE_UNUSED)
encoding          364 third_party/libxml/src/HTMLparser.c         (ctxt->input->encoding != NULL) || (ctxt->input->buf == NULL) ||
encoding          517 third_party/libxml/src/HTMLparser.c             if (ctxt->input->encoding != NULL)
encoding          518 third_party/libxml/src/HTMLparser.c                 xmlFree((xmlChar *) ctxt->input->encoding);
encoding          519 third_party/libxml/src/HTMLparser.c             ctxt->input->encoding = guess;
encoding         2290 third_party/libxml/src/HTMLparser.c     cur->encoding = NULL;
encoding         3447 third_party/libxml/src/HTMLparser.c     const xmlChar *encoding;
encoding         3453 third_party/libxml/src/HTMLparser.c     if (ctxt->input->encoding != NULL)
encoding         3456 third_party/libxml/src/HTMLparser.c     encoding = xmlStrcasestr(attvalue, BAD_CAST"charset=");
encoding         3457 third_party/libxml/src/HTMLparser.c     if (encoding != NULL) {
encoding         3458 third_party/libxml/src/HTMLparser.c 	encoding += 8;
encoding         3460 third_party/libxml/src/HTMLparser.c 	encoding = xmlStrcasestr(attvalue, BAD_CAST"charset =");
encoding         3461 third_party/libxml/src/HTMLparser.c 	if (encoding != NULL)
encoding         3462 third_party/libxml/src/HTMLparser.c 	    encoding += 9;
encoding         3464 third_party/libxml/src/HTMLparser.c     if (encoding != NULL) {
encoding         3468 third_party/libxml/src/HTMLparser.c 	while ((*encoding == ' ') || (*encoding == '\t')) encoding++;
encoding         3470 third_party/libxml/src/HTMLparser.c 	if (ctxt->input->encoding != NULL)
encoding         3471 third_party/libxml/src/HTMLparser.c 	    xmlFree((xmlChar *) ctxt->input->encoding);
encoding         3472 third_party/libxml/src/HTMLparser.c 	ctxt->input->encoding = xmlStrdup(encoding);
encoding         3474 third_party/libxml/src/HTMLparser.c 	enc = xmlParseCharEncoding((const char *) encoding);
encoding         3496 third_party/libxml/src/HTMLparser.c 	    handler = xmlFindCharEncodingHandler((const char *) encoding);
encoding         4589 third_party/libxml/src/HTMLparser.c     if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) &&
encoding         4736 third_party/libxml/src/HTMLparser.c     ctxt->encoding = NULL;
encoding         4898 third_party/libxml/src/HTMLparser.c htmlCreateDocParserCtxt(const xmlChar *cur, const char *encoding) {
encoding         4909 third_party/libxml/src/HTMLparser.c     if (encoding != NULL) {
encoding         4913 third_party/libxml/src/HTMLparser.c 	if (ctxt->input->encoding != NULL)
encoding         4914 third_party/libxml/src/HTMLparser.c 	    xmlFree((xmlChar *) ctxt->input->encoding);
encoding         4915 third_party/libxml/src/HTMLparser.c 	ctxt->input->encoding = xmlStrdup((const xmlChar *) encoding);
encoding         4917 third_party/libxml/src/HTMLparser.c 	enc = xmlParseCharEncoding(encoding);
encoding         4926 third_party/libxml/src/HTMLparser.c 			     (const xmlChar *) encoding, NULL);
encoding         4932 third_party/libxml/src/HTMLparser.c 	    handler = xmlFindCharEncodingHandler((const char *) encoding);
encoding         4938 third_party/libxml/src/HTMLparser.c 			     (const xmlChar *) encoding, NULL);
encoding         6079 third_party/libxml/src/HTMLparser.c htmlSAXParseDoc(xmlChar *cur, const char *encoding, htmlSAXHandlerPtr sax, void *userData) {
encoding         6088 third_party/libxml/src/HTMLparser.c     ctxt = htmlCreateDocParserCtxt(cur, encoding);
encoding         6118 third_party/libxml/src/HTMLparser.c htmlParseDoc(xmlChar *cur, const char *encoding) {
encoding         6119 third_party/libxml/src/HTMLparser.c     return(htmlSAXParseDoc(cur, encoding, NULL, NULL));
encoding         6135 third_party/libxml/src/HTMLparser.c htmlCreateFileParserCtxt(const char *filename, const char *encoding)
encoding         6171 third_party/libxml/src/HTMLparser.c     if (encoding) {
encoding         6172 third_party/libxml/src/HTMLparser.c         content = xmlMallocAtomic (xmlStrlen(content_line) + strlen(encoding) + 1);
encoding         6175 third_party/libxml/src/HTMLparser.c             strcat ((char *)content, (char *)encoding);
encoding         6201 third_party/libxml/src/HTMLparser.c htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax,
encoding         6209 third_party/libxml/src/HTMLparser.c     ctxt = htmlCreateFileParserCtxt(filename, encoding);
encoding         6241 third_party/libxml/src/HTMLparser.c htmlParseFile(const char *filename, const char *encoding) {
encoding         6242 third_party/libxml/src/HTMLparser.c     return(htmlSAXParseFile(filename, encoding, NULL, NULL));
encoding         6432 third_party/libxml/src/HTMLparser.c     DICT_FREE(ctxt->encoding);
encoding         6433 third_party/libxml/src/HTMLparser.c     ctxt->encoding = NULL;
encoding         6550 third_party/libxml/src/HTMLparser.c htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding,
encoding         6557 third_party/libxml/src/HTMLparser.c     if (encoding != NULL) {
encoding         6560 third_party/libxml/src/HTMLparser.c 	hdlr = xmlFindCharEncodingHandler(encoding);
encoding         6563 third_party/libxml/src/HTMLparser.c 	    if (ctxt->input->encoding != NULL)
encoding         6564 third_party/libxml/src/HTMLparser.c 	      xmlFree((xmlChar *) ctxt->input->encoding);
encoding         6565 third_party/libxml/src/HTMLparser.c             ctxt->input->encoding = xmlStrdup((xmlChar *)encoding);
encoding         6596 third_party/libxml/src/HTMLparser.c htmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options)
encoding         6607 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 0));
encoding         6621 third_party/libxml/src/HTMLparser.c htmlReadFile(const char *filename, const char *encoding, int options)
encoding         6626 third_party/libxml/src/HTMLparser.c     ctxt = htmlCreateFileParserCtxt(filename, encoding);
encoding         6645 third_party/libxml/src/HTMLparser.c htmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options)
encoding         6656 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 0));
encoding         6671 third_party/libxml/src/HTMLparser.c htmlReadFd(int fd, const char *URL, const char *encoding, int options)
encoding         6696 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 0));
encoding         6714 third_party/libxml/src/HTMLparser.c           void *ioctx, const char *URL, const char *encoding, int options)
encoding         6740 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 0));
encoding         6758 third_party/libxml/src/HTMLparser.c                const char *URL, const char *encoding, int options)
encoding         6774 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 1));
encoding         6791 third_party/libxml/src/HTMLparser.c                 const char *encoding, int options)
encoding         6807 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, NULL, encoding, options, 1));
encoding         6826 third_party/libxml/src/HTMLparser.c                   const char *URL, const char *encoding, int options)
encoding         6850 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 1));
encoding         6868 third_party/libxml/src/HTMLparser.c               const char *URL, const char *encoding, int options)
encoding         6890 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 1));
encoding         6912 third_party/libxml/src/HTMLparser.c               const char *encoding, int options)
encoding         6934 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 1));
encoding           51 third_party/libxml/src/HTMLtree.c     const xmlChar *encoding;
encoding          128 third_party/libxml/src/HTMLtree.c     encoding = xmlStrstr(content, BAD_CAST"charset=");
encoding          129 third_party/libxml/src/HTMLtree.c     if (encoding == NULL) 
encoding          130 third_party/libxml/src/HTMLtree.c 	encoding = xmlStrstr(content, BAD_CAST"Charset=");
encoding          131 third_party/libxml/src/HTMLtree.c     if (encoding == NULL) 
encoding          132 third_party/libxml/src/HTMLtree.c 	encoding = xmlStrstr(content, BAD_CAST"CHARSET=");
encoding          133 third_party/libxml/src/HTMLtree.c     if (encoding != NULL) {
encoding          134 third_party/libxml/src/HTMLtree.c 	encoding += 8;
encoding          136 third_party/libxml/src/HTMLtree.c 	encoding = xmlStrstr(content, BAD_CAST"charset =");
encoding          137 third_party/libxml/src/HTMLtree.c 	if (encoding == NULL) 
encoding          138 third_party/libxml/src/HTMLtree.c 	    encoding = xmlStrstr(content, BAD_CAST"Charset =");
encoding          139 third_party/libxml/src/HTMLtree.c 	if (encoding == NULL) 
encoding          140 third_party/libxml/src/HTMLtree.c 	    encoding = xmlStrstr(content, BAD_CAST"CHARSET =");
encoding          141 third_party/libxml/src/HTMLtree.c 	if (encoding != NULL)
encoding          142 third_party/libxml/src/HTMLtree.c 	    encoding += 9;
encoding          144 third_party/libxml/src/HTMLtree.c     if (encoding != NULL) {
encoding          145 third_party/libxml/src/HTMLtree.c 	while ((*encoding == ' ') || (*encoding == '\t')) encoding++;
encoding          147 third_party/libxml/src/HTMLtree.c     return(encoding);
encoding          162 third_party/libxml/src/HTMLtree.c htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) {
encoding          172 third_party/libxml/src/HTMLtree.c     if (!xmlStrcasecmp(encoding, BAD_CAST "html"))
encoding          175 third_party/libxml/src/HTMLtree.c     if (encoding != NULL) {
encoding          177 third_party/libxml/src/HTMLtree.c                 (char *)encoding);
encoding          267 third_party/libxml/src/HTMLtree.c         if ((encoding != NULL) && (head != NULL)) {
encoding          282 third_party/libxml/src/HTMLtree.c         if (xmlStrcasestr(content, encoding) == NULL) {
encoding          470 third_party/libxml/src/HTMLtree.c 	               xmlNodePtr cur, const char *encoding, int format) {
encoding          477 third_party/libxml/src/HTMLtree.c     if (encoding != NULL) {
encoding          480 third_party/libxml/src/HTMLtree.c 	enc = xmlParseCharEncoding(encoding);
encoding          482 third_party/libxml/src/HTMLtree.c 	    handler = xmlFindCharEncodingHandler(encoding);
encoding          502 third_party/libxml/src/HTMLtree.c     htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format);
encoding          536 third_party/libxml/src/HTMLtree.c     const char *encoding;
encoding          548 third_party/libxml/src/HTMLtree.c     encoding = (const char *) htmlGetMetaEncoding(cur);
encoding          550 third_party/libxml/src/HTMLtree.c     if (encoding != NULL) {
encoding          553 third_party/libxml/src/HTMLtree.c 	enc = xmlParseCharEncoding(encoding);
encoding          564 third_party/libxml/src/HTMLtree.c 	    handler = xmlFindCharEncodingHandler(encoding);
encoding          571 third_party/libxml/src/HTMLtree.c 	    handler = xmlFindCharEncodingHandler(encoding);
encoding          638 third_party/libxml/src/HTMLtree.c 	          const char *encoding ATTRIBUTE_UNUSED) {
encoding          672 third_party/libxml/src/HTMLtree.c 	           const char *encoding ATTRIBUTE_UNUSED) {
encoding          733 third_party/libxml/src/HTMLtree.c htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding) {
encoding          738 third_party/libxml/src/HTMLtree.c         htmlAttrDumpOutput(buf, doc, cur, encoding);
encoding          757 third_party/libxml/src/HTMLtree.c 	               xmlNodePtr cur, const char *encoding, int format) {
encoding          762 third_party/libxml/src/HTMLtree.c         htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format);
encoding          779 third_party/libxml/src/HTMLtree.c 	                 xmlNodePtr cur, const char *encoding, int format) {
encoding          794 third_party/libxml/src/HTMLtree.c 	htmlDocContentDumpOutput(buf, (xmlDocPtr) cur, encoding);
encoding          798 third_party/libxml/src/HTMLtree.c         htmlAttrDumpOutput(buf, doc, (xmlAttrPtr) cur, encoding);
encoding          871 third_party/libxml/src/HTMLtree.c         htmlAttrListDumpOutput(buf, doc, cur->properties, encoding);
encoding          929 third_party/libxml/src/HTMLtree.c 	htmlNodeListDumpOutput(buf, doc, cur->children, encoding, format);
encoding          968 third_party/libxml/src/HTMLtree.c 	           xmlNodePtr cur, const char *encoding) {
encoding          969 third_party/libxml/src/HTMLtree.c     htmlNodeDumpFormatOutput(buf, doc, cur, encoding, 1);
encoding          983 third_party/libxml/src/HTMLtree.c 	                       const char *encoding, int format) {
encoding         1000 third_party/libxml/src/HTMLtree.c         htmlNodeListDumpOutput(buf, cur, cur->children, encoding, format);
encoding         1016 third_party/libxml/src/HTMLtree.c 	                 const char *encoding) {
encoding         1017 third_party/libxml/src/HTMLtree.c     htmlDocContentDumpFormatOutput(buf, cur, encoding, 1);
encoding         1039 third_party/libxml/src/HTMLtree.c     const char *encoding;
encoding         1048 third_party/libxml/src/HTMLtree.c     encoding = (const char *) htmlGetMetaEncoding(cur);
encoding         1050 third_party/libxml/src/HTMLtree.c     if (encoding != NULL) {
encoding         1053 third_party/libxml/src/HTMLtree.c 	enc = xmlParseCharEncoding(encoding);
encoding         1062 third_party/libxml/src/HTMLtree.c 	    handler = xmlFindCharEncodingHandler(encoding);
encoding         1066 third_party/libxml/src/HTMLtree.c 	    handler = xmlFindCharEncodingHandler(encoding);
encoding         1099 third_party/libxml/src/HTMLtree.c     const char *encoding;
encoding         1107 third_party/libxml/src/HTMLtree.c     encoding = (const char *) htmlGetMetaEncoding(cur);
encoding         1109 third_party/libxml/src/HTMLtree.c     if (encoding != NULL) {
encoding         1112 third_party/libxml/src/HTMLtree.c 	enc = xmlParseCharEncoding(encoding);
encoding         1121 third_party/libxml/src/HTMLtree.c 	    handler = xmlFindCharEncodingHandler(encoding);
encoding         1160 third_party/libxml/src/HTMLtree.c 	           const char *encoding, int format) {
encoding         1170 third_party/libxml/src/HTMLtree.c     if (encoding != NULL) {
encoding         1173 third_party/libxml/src/HTMLtree.c 	enc = xmlParseCharEncoding(encoding);
encoding         1182 third_party/libxml/src/HTMLtree.c 	    handler = xmlFindCharEncodingHandler(encoding);
encoding         1186 third_party/libxml/src/HTMLtree.c         htmlSetMetaEncoding(cur, (const xmlChar *) encoding);
encoding         1205 third_party/libxml/src/HTMLtree.c     htmlDocContentDumpFormatOutput(buf, cur, encoding, format);
encoding         1223 third_party/libxml/src/HTMLtree.c htmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) {
encoding         1224 third_party/libxml/src/HTMLtree.c     return(htmlSaveFileFormat(filename, cur, encoding, 1));
encoding          988 third_party/libxml/src/SAX2.c 	    if (ctxt->encoding != NULL)
encoding          989 third_party/libxml/src/SAX2.c 		doc->encoding = xmlStrdup(ctxt->encoding);
encoding          991 third_party/libxml/src/SAX2.c 		doc->encoding = NULL;
encoding         1034 third_party/libxml/src/SAX2.c     if ((ctxt->encoding != NULL) && (ctxt->myDoc != NULL) &&
encoding         1035 third_party/libxml/src/SAX2.c 	(ctxt->myDoc->encoding == NULL)) {
encoding         1036 third_party/libxml/src/SAX2.c 	ctxt->myDoc->encoding = ctxt->encoding;
encoding         1037 third_party/libxml/src/SAX2.c 	ctxt->encoding = NULL;
encoding         1041 third_party/libxml/src/SAX2.c         (ctxt->inputTab[0]->encoding != NULL) && (ctxt->myDoc != NULL) &&
encoding         1042 third_party/libxml/src/SAX2.c 	(ctxt->myDoc->encoding == NULL)) {
encoding         1043 third_party/libxml/src/SAX2.c 	ctxt->myDoc->encoding = xmlStrdup(ctxt->inputTab[0]->encoding);
encoding         1187 third_party/libxml/src/debugXML.c         if (doc->encoding != NULL) {
encoding         1189 third_party/libxml/src/debugXML.c             xmlCtxtDumpString(ctxt, doc->encoding);
encoding          610 third_party/libxml/src/entities.c 	    if (((doc != NULL) && (doc->encoding != NULL)) || (html)) {
encoding          632 third_party/libxml/src/entities.c 			doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
encoding          665 third_party/libxml/src/entities.c 			doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
encoding           52 third_party/libxml/src/include/libxml/DOCBparser.h                                         const char *encoding,
encoding           57 third_party/libxml/src/include/libxml/DOCBparser.h                                         const char *encoding);
encoding           60 third_party/libxml/src/include/libxml/DOCBparser.h                                         const char *encoding,
encoding           65 third_party/libxml/src/include/libxml/DOCBparser.h                                         const char *encoding);
encoding           86 third_party/libxml/src/include/libxml/DOCBparser.h                                               const char *encoding);
encoding          119 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding,
encoding          124 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding);
encoding          127 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding,
encoding          132 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding);
encoding          197 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding,
encoding          201 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding,
encoding          207 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding,
encoding          212 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding,
encoding          219 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding,
encoding          225 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding,
encoding          230 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding,
encoding          237 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding,
encoding          243 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding,
encoding          251 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *encoding,
encoding           72 third_party/libxml/src/include/libxml/HTMLtree.h 					 const xmlChar *encoding);
encoding          101 third_party/libxml/src/include/libxml/HTMLtree.h 					 const char *encoding,
encoding          106 third_party/libxml/src/include/libxml/HTMLtree.h 					 const char *encoding);
encoding          110 third_party/libxml/src/include/libxml/HTMLtree.h 					 const char *encoding,
encoding          117 third_party/libxml/src/include/libxml/HTMLtree.h 					 const char *encoding,
encoding          122 third_party/libxml/src/include/libxml/HTMLtree.h 					 const char *encoding);
encoding          126 third_party/libxml/src/include/libxml/HTMLtree.h 					 const char *encoding,
encoding          132 third_party/libxml/src/include/libxml/HTMLtree.h 					 const char *encoding);
encoding           73 third_party/libxml/src/include/libxml/parser.h     const xmlChar *encoding;          /* the encoding string for entity */
encoding          191 third_party/libxml/src/include/libxml/parser.h     const xmlChar   *encoding;        /* the declared encoding, if any */
encoding         1119 third_party/libxml/src/include/libxml/parser.h 					 const char *encoding);
encoding         1126 third_party/libxml/src/include/libxml/parser.h 					 const char *encoding,
encoding         1130 third_party/libxml/src/include/libxml/parser.h 					 const char *encoding,
encoding         1136 third_party/libxml/src/include/libxml/parser.h 					 const char *encoding,
encoding         1141 third_party/libxml/src/include/libxml/parser.h 					 const char *encoding,
encoding         1148 third_party/libxml/src/include/libxml/parser.h 					 const char *encoding,
encoding         1154 third_party/libxml/src/include/libxml/parser.h 					 const char *encoding,
encoding         1159 third_party/libxml/src/include/libxml/parser.h 					 const char *encoding,
encoding         1166 third_party/libxml/src/include/libxml/parser.h 					 const char *encoding,
encoding         1172 third_party/libxml/src/include/libxml/parser.h 					 const char *encoding,
encoding         1180 third_party/libxml/src/include/libxml/parser.h 					 const char *encoding,
encoding          546 third_party/libxml/src/include/libxml/parserInternals.h 	                                         const char *encoding);
encoding          536 third_party/libxml/src/include/libxml/tree.h     const xmlChar  *encoding;   /* external initial encoding, if any */
encoding         1150 third_party/libxml/src/include/libxml/tree.h 					 const char *encoding);
encoding         1154 third_party/libxml/src/include/libxml/tree.h 				         const char *encoding,
encoding         1162 third_party/libxml/src/include/libxml/tree.h 					 const char *encoding);
encoding         1167 third_party/libxml/src/include/libxml/tree.h 					 const char *encoding,
encoding         1173 third_party/libxml/src/include/libxml/tree.h 					 const char *encoding);
encoding          123 third_party/libxml/src/include/libxml/xmlreader.h                    const char *encoding, int options);
encoding          321 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *encoding,
encoding          325 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *encoding,
encoding          331 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *encoding,
encoding          336 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *encoding,
encoding          343 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *encoding,
encoding          353 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *encoding,
encoding          358 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *encoding,
encoding          365 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *encoding,
encoding          371 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *encoding,
encoding          379 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *encoding,
encoding           45 third_party/libxml/src/include/libxml/xmlsave.h 					 const char *encoding,
encoding           49 third_party/libxml/src/include/libxml/xmlsave.h 					 const char *encoding,
encoding           54 third_party/libxml/src/include/libxml/xmlsave.h 					 const char *encoding,
encoding           61 third_party/libxml/src/include/libxml/xmlsave.h 					 const char *encoding,
encoding           59 third_party/libxml/src/include/libxml/xmlwriter.h                                    const char *encoding,
encoding          158 third_party/libxml/src/nanohttp.c     char *encoding;	/* encoding extracted from the contentType */
encoding          421 third_party/libxml/src/nanohttp.c     if (ctxt->encoding != NULL) xmlFree(ctxt->encoding);
encoding          753 third_party/libxml/src/nanohttp.c 	    if (ctxt->encoding != NULL)
encoding          754 third_party/libxml/src/nanohttp.c 	        xmlFree(ctxt->encoding);
encoding          755 third_party/libxml/src/nanohttp.c 	    ctxt->encoding = (char *) xmlStrndup(charset, last - charset);
encoding          778 third_party/libxml/src/nanohttp.c 	    if (ctxt->encoding != NULL)
encoding          779 third_party/libxml/src/nanohttp.c 	        xmlFree(ctxt->encoding);
encoding          780 third_party/libxml/src/nanohttp.c 	    ctxt->encoding = (char *) xmlStrndup(charset, last - charset);
encoding         1767 third_party/libxml/src/nanohttp.c     return ( ( ctxt == NULL ) ? NULL : ctxt->encoding );
encoding          216 third_party/libxml/src/parser.c                           const char *encoding);
encoding         6610 third_party/libxml/src/parser.c     const xmlChar *encoding;
encoding         6645 third_party/libxml/src/parser.c     encoding = xmlParseEncodingDecl(ctxt);
encoding         6652 third_party/libxml/src/parser.c     if ((encoding == NULL) && (ctxt->errNo == XML_ERR_OK)) {
encoding         6689 third_party/libxml/src/parser.c     if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) &&
encoding         9882 third_party/libxml/src/parser.c     xmlChar *encoding = NULL;
encoding         9896 third_party/libxml/src/parser.c 	    encoding = xmlParseEncName(ctxt);
encoding         9903 third_party/libxml/src/parser.c 	    encoding = xmlParseEncName(ctxt);
encoding         9915 third_party/libxml/src/parser.c         if ((encoding != NULL) &&
encoding         9916 third_party/libxml/src/parser.c 	    ((!xmlStrcasecmp(encoding, BAD_CAST "UTF-16")) ||
encoding         9917 third_party/libxml/src/parser.c 	     (!xmlStrcasecmp(encoding, BAD_CAST "UTF16")))) {
encoding         9924 third_party/libxml/src/parser.c 	    if ((ctxt->encoding == NULL) &&
encoding         9930 third_party/libxml/src/parser.c 	    if (ctxt->encoding != NULL)
encoding         9931 third_party/libxml/src/parser.c 		xmlFree((xmlChar *) ctxt->encoding);
encoding         9932 third_party/libxml/src/parser.c 	    ctxt->encoding = encoding;
encoding         9937 third_party/libxml/src/parser.c         else if ((encoding != NULL) &&
encoding         9938 third_party/libxml/src/parser.c 	    ((!xmlStrcasecmp(encoding, BAD_CAST "UTF-8")) ||
encoding         9939 third_party/libxml/src/parser.c 	     (!xmlStrcasecmp(encoding, BAD_CAST "UTF8")))) {
encoding         9940 third_party/libxml/src/parser.c 	    if (ctxt->encoding != NULL)
encoding         9941 third_party/libxml/src/parser.c 		xmlFree((xmlChar *) ctxt->encoding);
encoding         9942 third_party/libxml/src/parser.c 	    ctxt->encoding = encoding;
encoding         9944 third_party/libxml/src/parser.c 	else if (encoding != NULL) {
encoding         9947 third_party/libxml/src/parser.c 	    if (ctxt->input->encoding != NULL)
encoding         9948 third_party/libxml/src/parser.c 		xmlFree((xmlChar *) ctxt->input->encoding);
encoding         9949 third_party/libxml/src/parser.c 	    ctxt->input->encoding = encoding;
encoding         9951 third_party/libxml/src/parser.c             handler = xmlFindCharEncodingHandler((const char *) encoding);
encoding         9956 third_party/libxml/src/parser.c 			"Unsupported encoding %s\n", encoding);
encoding         9961 third_party/libxml/src/parser.c     return(encoding);
encoding         10132 third_party/libxml/src/parser.c     if ((ctxt->input->encoding != NULL) && (!IS_BLANK_CH(RAW))) {
encoding         10226 third_party/libxml/src/parser.c     if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) &&
encoding         10890 third_party/libxml/src/parser.c 			if ((ctxt->encoding == NULL) &&
encoding         10891 third_party/libxml/src/parser.c 			    (ctxt->input->encoding != NULL))
encoding         10892 third_party/libxml/src/parser.c 			    ctxt->encoding = xmlStrdup(ctxt->input->encoding);
encoding         13070 third_party/libxml/src/parser.c     if (doc->encoding != NULL) {
encoding         13073 third_party/libxml/src/parser.c         if (ctxt->encoding != NULL)
encoding         13074 third_party/libxml/src/parser.c 	    xmlFree((xmlChar *) ctxt->encoding);
encoding         13075 third_party/libxml/src/parser.c         ctxt->encoding = xmlStrdup((const xmlChar *) doc->encoding);
encoding         13077 third_party/libxml/src/parser.c         hdlr = xmlFindCharEncodingHandler(doc->encoding);
encoding         14299 third_party/libxml/src/parser.c     DICT_FREE(ctxt->encoding);
encoding         14300 third_party/libxml/src/parser.c     ctxt->encoding = NULL;
encoding         14371 third_party/libxml/src/parser.c                  int size, const char *filename, const char *encoding)
encoding         14380 third_party/libxml/src/parser.c     if ((encoding == NULL) && (chunk != NULL) && (size >= 4))
encoding         14446 third_party/libxml/src/parser.c     if (encoding != NULL) {
encoding         14449 third_party/libxml/src/parser.c         if (ctxt->encoding != NULL)
encoding         14450 third_party/libxml/src/parser.c 	    xmlFree((xmlChar *) ctxt->encoding);
encoding         14451 third_party/libxml/src/parser.c         ctxt->encoding = xmlStrdup((const xmlChar *) encoding);
encoding         14453 third_party/libxml/src/parser.c         hdlr = xmlFindCharEncodingHandler(encoding);
encoding         14458 third_party/libxml/src/parser.c 			      "Unsupported encoding %s\n", BAD_CAST encoding);
encoding         14480 third_party/libxml/src/parser.c xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options, const char *encoding)
encoding         14484 third_party/libxml/src/parser.c     if (encoding != NULL) {
encoding         14485 third_party/libxml/src/parser.c         if (ctxt->encoding != NULL)
encoding         14486 third_party/libxml/src/parser.c 	    xmlFree((xmlChar *) ctxt->encoding);
encoding         14487 third_party/libxml/src/parser.c         ctxt->encoding = xmlStrdup((const xmlChar *) encoding);
encoding         14629 third_party/libxml/src/parser.c xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding,
encoding         14634 third_party/libxml/src/parser.c     xmlCtxtUseOptionsInternal(ctxt, options, encoding);
encoding         14635 third_party/libxml/src/parser.c     if (encoding != NULL) {
encoding         14638 third_party/libxml/src/parser.c 	hdlr = xmlFindCharEncodingHandler(encoding);
encoding         14674 third_party/libxml/src/parser.c xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options)
encoding         14684 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 0));
encoding         14698 third_party/libxml/src/parser.c xmlReadFile(const char *filename, const char *encoding, int options)
encoding         14705 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, NULL, encoding, options, 0));
encoding         14721 third_party/libxml/src/parser.c xmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options)
encoding         14728 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 0));
encoding         14745 third_party/libxml/src/parser.c xmlReadFd(int fd, const char *URL, const char *encoding, int options)
encoding         14770 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 0));
encoding         14788 third_party/libxml/src/parser.c           void *ioctx, const char *URL, const char *encoding, int options)
encoding         14813 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 0));
encoding         14831 third_party/libxml/src/parser.c                const char *URL, const char *encoding, int options)
encoding         14847 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 1));
encoding         14864 third_party/libxml/src/parser.c                 const char *encoding, int options)
encoding         14880 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, NULL, encoding, options, 1));
encoding         14899 third_party/libxml/src/parser.c                   const char *URL, const char *encoding, int options)
encoding         14923 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 1));
encoding         14943 third_party/libxml/src/parser.c               const char *URL, const char *encoding, int options)
encoding         14966 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 1));
encoding         14988 third_party/libxml/src/parser.c               const char *encoding, int options)
encoding         15010 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 1));
encoding         1105 third_party/libxml/src/parserInternals.c 		    (ctxt->encoding == NULL) &&
encoding         1107 third_party/libxml/src/parserInternals.c 		    (ctxt->input->encoding != NULL)) {
encoding         1108 third_party/libxml/src/parserInternals.c 		    ctxt->encoding = xmlStrdup(ctxt->input->encoding);
encoding         1362 third_party/libxml/src/parserInternals.c     if (input->encoding != NULL) xmlFree((char *) input->encoding);
encoding         1652 third_party/libxml/src/parserInternals.c     ctxt->encoding = NULL;
encoding         1788 third_party/libxml/src/parserInternals.c     if (ctxt->encoding != NULL) xmlFree((char *) ctxt->encoding);
encoding           50 third_party/libxml/src/testHTML.c static char *encoding = NULL;
encoding          780 third_party/libxml/src/testHTML.c 	    if (encoding)
encoding          781 third_party/libxml/src/testHTML.c 		htmlSaveFileEnc("-", doc, encoding);
encoding          787 third_party/libxml/src/testHTML.c 	if (encoding)
encoding          788 third_party/libxml/src/testHTML.c 	    htmlSaveFileEnc("-", doc, encoding);
encoding          827 third_party/libxml/src/testHTML.c 	    encoding = argv[i];
encoding         1603 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         1617 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 3);
encoding         1620 third_party/libxml/src/testapi.c         ret_val = htmlCtxtReadDoc(ctxt, (const xmlChar *)cur, URL, (const char *)encoding, options);
encoding         1626 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 3);
encoding         1662 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         1673 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         1676 third_party/libxml/src/testapi.c         ret_val = htmlCtxtReadFile(ctxt, filename, (const char *)encoding, options);
encoding         1681 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         1710 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         1726 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 4);
encoding         1729 third_party/libxml/src/testapi.c         ret_val = htmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, options);
encoding         1736 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 4);
encoding         2325 third_party/libxml/src/testapi.c     char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
encoding         2332 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 1);
encoding         2334 third_party/libxml/src/testapi.c         ret_val = htmlParseDoc(cur, (const char *)encoding);
encoding         2338 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 1);
encoding         2473 third_party/libxml/src/testapi.c     char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
encoding         2479 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 1);
encoding         2481 third_party/libxml/src/testapi.c         ret_val = htmlParseFile(filename, (const char *)encoding);
encoding         2485 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 1);
encoding         2507 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         2519 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         2522 third_party/libxml/src/testapi.c         ret_val = htmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options);
encoding         2527 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         2560 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         2570 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 1);
encoding         2573 third_party/libxml/src/testapi.c         ret_val = htmlReadFile(filename, (const char *)encoding, options);
encoding         2577 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 1);
encoding         2612 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         2626 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 3);
encoding         2629 third_party/libxml/src/testapi.c         ret_val = htmlReadMemory((const char *)buffer, size, URL, (const char *)encoding, options);
encoding         2635 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 3);
encoding         2670 third_party/libxml/src/testapi.c     char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
encoding         2683 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 1);
encoding         2687 third_party/libxml/src/testapi.c         ret_val = htmlSAXParseDoc(cur, (const char *)encoding, sax, userData);
encoding         2691 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 1);
encoding         2725 third_party/libxml/src/testapi.c     char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
encoding         2738 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 1);
encoding         2742 third_party/libxml/src/testapi.c         ret_val = htmlSAXParseFile(filename, (const char *)encoding, sax, userData);
encoding         2746 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 1);
encoding         2834 third_party/libxml/src/testapi.c     char * encoding; /* the encoding string */
encoding         2846 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         2849 third_party/libxml/src/testapi.c         htmlDocContentDumpFormatOutput(buf, cur, (const char *)encoding, format);
encoding         2853 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         2887 third_party/libxml/src/testapi.c     char * encoding; /* the encoding string */
encoding         2896 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         2898 third_party/libxml/src/testapi.c         htmlDocContentDumpOutput(buf, cur, (const char *)encoding);
encoding         2902 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         3327 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding */
encoding         3341 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 3);
encoding         3344 third_party/libxml/src/testapi.c         ret_val = htmlNodeDumpFileFormat(out, doc, cur, (const char *)encoding, format);
encoding         3350 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 3);
encoding         3388 third_party/libxml/src/testapi.c     char * encoding; /* the encoding string */
encoding         3402 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 3);
encoding         3405 third_party/libxml/src/testapi.c         htmlNodeDumpFormatOutput(buf, doc, cur, (const char *)encoding, format);
encoding         3410 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 3);
encoding         3448 third_party/libxml/src/testapi.c     char * encoding; /* the encoding string */
encoding         3459 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 3);
encoding         3461 third_party/libxml/src/testapi.c         htmlNodeDumpOutput(buf, doc, cur, (const char *)encoding);
encoding         3466 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 3);
encoding         3541 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding */
encoding         3550 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         3552 third_party/libxml/src/testapi.c         ret_val = htmlSaveFileEnc(filename, cur, (const char *)encoding);
encoding         3557 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         3589 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding */
encoding         3601 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         3604 third_party/libxml/src/testapi.c         ret_val = htmlSaveFileFormat(filename, cur, (const char *)encoding, format);
encoding         3609 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         3642 third_party/libxml/src/testapi.c     xmlChar * encoding; /* the encoding string */
encoding         3649 third_party/libxml/src/testapi.c         encoding = gen_const_xmlChar_ptr(n_encoding, 1);
encoding         3651 third_party/libxml/src/testapi.c         ret_val = htmlSetMetaEncoding(doc, (const xmlChar *)encoding);
encoding         3655 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_encoding, (const xmlChar *)encoding, 1);
encoding         12779 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         12793 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 3);
encoding         12796 third_party/libxml/src/testapi.c         ret_val = xmlCtxtReadDoc(ctxt, (const xmlChar *)cur, URL, (const char *)encoding, options);
encoding         12802 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 3);
encoding         12837 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         12849 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         12852 third_party/libxml/src/testapi.c         ret_val = xmlCtxtReadFile(ctxt, filename, (const char *)encoding, options);
encoding         12857 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         12894 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         12910 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 4);
encoding         12913 third_party/libxml/src/testapi.c         ret_val = xmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, options);
encoding         12920 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 4);
encoding         12991 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         13004 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 4);
encoding         13006 third_party/libxml/src/testapi.c         ret_val = xmlCtxtResetPush(ctxt, (const char *)chunk, size, filename, (const char *)encoding);
encoding         13013 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 4);
encoding         14468 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         14480 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         14483 third_party/libxml/src/testapi.c         ret_val = xmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options);
encoding         14488 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         14519 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         14529 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 1);
encoding         14532 third_party/libxml/src/testapi.c         ret_val = xmlReadFile(filename, (const char *)encoding, options);
encoding         14536 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 1);
encoding         14569 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         14583 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 3);
encoding         14586 third_party/libxml/src/testapi.c         ret_val = xmlReadMemory((const char *)buffer, size, URL, (const char *)encoding, options);
encoding         14592 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 3);
encoding         15474 third_party/libxml/src/testapi.c     char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
encoding         15481 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 1);
encoding         15483 third_party/libxml/src/testapi.c         ret_val = htmlCreateFileParserCtxt(filename, (const char *)encoding);
encoding         15487 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 1);
encoding         22165 third_party/libxml/src/testapi.c     char * encoding; /* an optional encoding string */
encoding         22180 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 5);
encoding         22182 third_party/libxml/src/testapi.c         xmlNodeDumpOutput(buf, doc, cur, level, format, (const char *)encoding);
encoding         22189 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 5);
encoding         22926 third_party/libxml/src/testapi.c     char * encoding; /* the name of an encoding (or NULL) */
encoding         22935 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         22937 third_party/libxml/src/testapi.c         ret_val = xmlSaveFileEnc(filename, cur, (const char *)encoding);
encoding         22942 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         22974 third_party/libxml/src/testapi.c     char * encoding; /* the encoding if any assuming the I/O layer handles the trancoding */
encoding         22983 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         22985 third_party/libxml/src/testapi.c         ret_val = xmlSaveFileTo(buf, cur, (const char *)encoding);
encoding         22991 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         23071 third_party/libxml/src/testapi.c     char * encoding; /* the name of the encoding to use or NULL. */
encoding         23083 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         23086 third_party/libxml/src/testapi.c         ret_val = xmlSaveFormatFileEnc(filename, cur, (const char *)encoding, format);
encoding         23091 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         23126 third_party/libxml/src/testapi.c     char * encoding; /* the encoding if any assuming the I/O layer handles the trancoding */
encoding         23138 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         23141 third_party/libxml/src/testapi.c         ret_val = xmlSaveFormatFileTo(buf, cur, (const char *)encoding, format);
encoding         23147 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         29840 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         29852 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         29855 third_party/libxml/src/testapi.c         ret_val = xmlReaderForDoc((const xmlChar *)cur, URL, (const char *)encoding, options);
encoding         29860 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         29893 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         29903 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 1);
encoding         29906 third_party/libxml/src/testapi.c         ret_val = xmlReaderForFile(filename, (const char *)encoding, options);
encoding         29910 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 1);
encoding         29945 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         29959 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 3);
encoding         29962 third_party/libxml/src/testapi.c         ret_val = xmlReaderForMemory((const char *)buffer, size, URL, (const char *)encoding, options);
encoding         29968 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 3);
encoding         30007 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         30021 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 3);
encoding         30024 third_party/libxml/src/testapi.c         ret_val = xmlReaderNewDoc(reader, (const xmlChar *)cur, URL, (const char *)encoding, options);
encoding         30030 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 3);
encoding         30067 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         30079 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         30082 third_party/libxml/src/testapi.c         ret_val = xmlReaderNewFile(reader, filename, (const char *)encoding, options);
encoding         30087 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         30126 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         30142 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 4);
encoding         30145 third_party/libxml/src/testapi.c         ret_val = xmlReaderNewMemory(reader, (const char *)buffer, size, URL, (const char *)encoding, options);
encoding         30152 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 4);
encoding         32533 third_party/libxml/src/testapi.c     char * encoding; /* the document encoding, or NULL */
encoding         32547 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 3);
encoding         32550 third_party/libxml/src/testapi.c         ret_val = xmlTextReaderSetup(reader, input, URL, (const char *)encoding, options);
encoding         32555 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 3);
encoding         43880 third_party/libxml/src/testapi.c     char * encoding; /* the encoding or NULL for default */
encoding         43892 third_party/libxml/src/testapi.c         encoding = gen_const_char_ptr(n_encoding, 2);
encoding         43895 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterStartDocument(writer, (const char *)version, (const char *)encoding, (const char *)standalone);
encoding         43900 third_party/libxml/src/testapi.c         des_const_char_ptr(n_encoding, (const char *)encoding, 2);
encoding         1229 third_party/libxml/src/tree.c     DICT_FREE(cur->encoding)
encoding         1833 third_party/libxml/src/tree.c                 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
encoding         4443 third_party/libxml/src/tree.c     if (doc->encoding != NULL)
encoding         4444 third_party/libxml/src/tree.c         ret->encoding = xmlStrdup(doc->encoding);
encoding         6732 third_party/libxml/src/tree.c                     node->doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
encoding         1797 third_party/libxml/src/xinclude.c     xmlChar *encoding = NULL;
encoding         1849 third_party/libxml/src/xinclude.c 	encoding = xmlGetProp(ctxt->incTab[nr]->ref, XINCLUDE_PARSE_ENCODING);
encoding         1851 third_party/libxml/src/xinclude.c     if (encoding != NULL) {
encoding         1858 third_party/libxml/src/xinclude.c         enc = xmlParseCharEncoding((const char *) encoding);
encoding         1862 third_party/libxml/src/xinclude.c 			   "encoding %s not supported\n", encoding);
encoding         1863 third_party/libxml/src/xinclude.c 	    xmlFree(encoding);
encoding         1867 third_party/libxml/src/xinclude.c 	xmlFree(encoding);
encoding         3685 third_party/libxml/src/xmlIO.c         const char *encoding;
encoding         3705 third_party/libxml/src/xmlIO.c                 encoding = xmlNanoHTTPEncoding(ret->buf->context);
encoding         3706 third_party/libxml/src/xmlIO.c                 if (encoding != NULL) {
encoding         3709 third_party/libxml/src/xmlIO.c                     handler = xmlFindCharEncodingHandler(encoding);
encoding         3715 third_party/libxml/src/xmlIO.c                                          BAD_CAST encoding, NULL);
encoding         3717 third_party/libxml/src/xmlIO.c                     if (ret->encoding == NULL)
encoding         3718 third_party/libxml/src/xmlIO.c                         ret->encoding = xmlStrdup(BAD_CAST encoding);
encoding          172 third_party/libxml/src/xmllint.c static char *encoding = NULL;
encoding         2509 third_party/libxml/src/xmllint.c 		else if (encoding != NULL) {
encoding         2511 third_party/libxml/src/xmllint.c 			htmlSaveFileFormat(output ? output : "-", doc, encoding, 1);
encoding         2514 third_party/libxml/src/xmllint.c 			htmlSaveFileFormat(output ? output : "-", doc, encoding, 0);
encoding         2588 third_party/libxml/src/xmllint.c 		if (encoding != NULL) {
encoding         2590 third_party/libxml/src/xmllint.c 		        xmlDocDumpFormatMemoryEnc(doc, &result, &len, encoding, 1);
encoding         2592 third_party/libxml/src/xmllint.c 			xmlDocDumpMemoryEnc(doc, &result, &len, encoding);
encoding         2613 third_party/libxml/src/xmllint.c 	        if (encoding != NULL) {
encoding         2616 third_party/libxml/src/xmllint.c 						   encoding, 1);
encoding         2620 third_party/libxml/src/xmllint.c 			                     encoding);
encoding         2665 third_party/libxml/src/xmllint.c 		    ctxt = xmlSaveToFd(1, encoding, saveOpts);
encoding         2667 third_party/libxml/src/xmllint.c 		    ctxt = xmlSaveToFilename(output, encoding, saveOpts);
encoding         3304 third_party/libxml/src/xmllint.c 	    encoding = argv[i];
encoding          531 third_party/libxml/src/xmlreader.c     if (cur->encoding != NULL) xmlFree((char *) cur->encoding);
encoding         2900 third_party/libxml/src/xmlreader.c     if (doc->encoding == NULL)
encoding         2903 third_party/libxml/src/xmlreader.c       return(CONSTSTR(doc->encoding));
encoding         4932 third_party/libxml/src/xmlreader.c                    const char *encoding, int options)
encoding         5105 third_party/libxml/src/xmlreader.c     if (encoding != NULL) {
encoding         5108 third_party/libxml/src/xmlreader.c         hdlr = xmlFindCharEncodingHandler(encoding);
encoding         5193 third_party/libxml/src/xmlreader.c xmlReaderForDoc(const xmlChar * cur, const char *URL, const char *encoding,
encoding         5203 third_party/libxml/src/xmlreader.c             ((const char *) cur, len, URL, encoding, options));
encoding         5218 third_party/libxml/src/xmlreader.c xmlReaderForFile(const char *filename, const char *encoding, int options)
encoding         5225 third_party/libxml/src/xmlreader.c     xmlTextReaderSetup(reader, NULL, NULL, encoding, options);
encoding         5244 third_party/libxml/src/xmlreader.c                    const char *encoding, int options)
encoding         5260 third_party/libxml/src/xmlreader.c     xmlTextReaderSetup(reader, NULL, URL, encoding, options);
encoding         5279 third_party/libxml/src/xmlreader.c xmlReaderForFd(int fd, const char *URL, const char *encoding, int options)
encoding         5297 third_party/libxml/src/xmlreader.c     xmlTextReaderSetup(reader, NULL, URL, encoding, options);
encoding         5317 third_party/libxml/src/xmlreader.c                void *ioctx, const char *URL, const char *encoding,
encoding         5336 third_party/libxml/src/xmlreader.c     xmlTextReaderSetup(reader, NULL, URL, encoding, options);
encoding         5400 third_party/libxml/src/xmlreader.c                 const char *URL, const char *encoding, int options)
encoding         5412 third_party/libxml/src/xmlreader.c                                URL, encoding, options));
encoding         5430 third_party/libxml/src/xmlreader.c                  const char *encoding, int options)
encoding         5444 third_party/libxml/src/xmlreader.c     return (xmlTextReaderSetup(reader, input, filename, encoding, options));
encoding         5464 third_party/libxml/src/xmlreader.c                    const char *URL, const char *encoding, int options)
encoding         5478 third_party/libxml/src/xmlreader.c     return (xmlTextReaderSetup(reader, input, URL, encoding, options));
encoding         5499 third_party/libxml/src/xmlreader.c                const char *URL, const char *encoding, int options)
encoding         5512 third_party/libxml/src/xmlreader.c     return (xmlTextReaderSetup(reader, input, URL, encoding, options));
encoding         5535 third_party/libxml/src/xmlreader.c                const char *URL, const char *encoding, int options)
encoding         5548 third_party/libxml/src/xmlreader.c     return (xmlTextReaderSetup(reader, input, URL, encoding, options));
encoding           79 third_party/libxml/src/xmlsave.c     const xmlChar *encoding;
encoding          333 third_party/libxml/src/xmlsave.c     if ((ctxt->encoding == NULL) && (ctxt->escape == NULL))
encoding          361 third_party/libxml/src/xmlsave.c     if (ctxt->encoding != NULL)
encoding          362 third_party/libxml/src/xmlsave.c         xmlFree((char *) ctxt->encoding);
encoding          376 third_party/libxml/src/xmlsave.c xmlNewSaveCtxt(const char *encoding, int options)
encoding          387 third_party/libxml/src/xmlsave.c     if (encoding != NULL) {
encoding          388 third_party/libxml/src/xmlsave.c         ret->handler = xmlFindCharEncodingHandler(encoding);
encoding          390 third_party/libxml/src/xmlsave.c 	    xmlSaveErr(XML_SAVE_UNKNOWN_ENCODING, NULL, encoding);
encoding          394 third_party/libxml/src/xmlsave.c         ret->encoding = xmlStrdup((const xmlChar *)encoding);
encoding          460 third_party/libxml/src/xmlsave.c static int xmlSaveSwitchEncoding(xmlSaveCtxtPtr ctxt, const char *encoding) {
encoding          463 third_party/libxml/src/xmlsave.c     if ((encoding != NULL) && (buf->encoder == NULL) && (buf->conv == NULL)) {
encoding          464 third_party/libxml/src/xmlsave.c 	buf->encoder = xmlFindCharEncodingHandler((const char *)encoding);
encoding          467 third_party/libxml/src/xmlsave.c 		       (const char *)encoding);
encoding          685 third_party/libxml/src/xmlsave.c     const xmlChar *oldctxtenc = ctxt->encoding;
encoding          686 third_party/libxml/src/xmlsave.c     const xmlChar *encoding = ctxt->encoding;
encoding          695 third_party/libxml/src/xmlsave.c         oldenc = doc->encoding;
encoding          696 third_party/libxml/src/xmlsave.c 	if (ctxt->encoding != NULL) {
encoding          697 third_party/libxml/src/xmlsave.c 	    doc->encoding = BAD_CAST ctxt->encoding;
encoding          698 third_party/libxml/src/xmlsave.c 	} else if (doc->encoding != NULL) {
encoding          699 third_party/libxml/src/xmlsave.c 	    encoding = doc->encoding;
encoding          703 third_party/libxml/src/xmlsave.c     if ((encoding != NULL) && (doc != NULL))
encoding          704 third_party/libxml/src/xmlsave.c 	htmlSetMetaEncoding(doc, (const xmlChar *) encoding);
encoding          705 third_party/libxml/src/xmlsave.c     if ((encoding == NULL) && (doc != NULL))
encoding          706 third_party/libxml/src/xmlsave.c 	encoding = htmlGetMetaEncoding(doc);
encoding          707 third_party/libxml/src/xmlsave.c     if (encoding == NULL)
encoding          708 third_party/libxml/src/xmlsave.c 	encoding = BAD_CAST "HTML";
encoding          709 third_party/libxml/src/xmlsave.c     if ((encoding != NULL) && (oldctxtenc == NULL) &&
encoding          711 third_party/libxml/src/xmlsave.c 	if (xmlSaveSwitchEncoding(ctxt, (const char*) encoding) < 0) {
encoding          712 third_party/libxml/src/xmlsave.c 	    doc->encoding = oldenc;
encoding          719 third_party/libxml/src/xmlsave.c 				       (const char *)encoding, 1);
encoding          722 third_party/libxml/src/xmlsave.c 				       (const char *)encoding, 0);
encoding          730 third_party/libxml/src/xmlsave.c 	doc->encoding = oldenc;
encoding          938 third_party/libxml/src/xmlsave.c     const xmlChar *oldenc = cur->encoding;
encoding          939 third_party/libxml/src/xmlsave.c     const xmlChar *oldctxtenc = ctxt->encoding;
encoding          940 third_party/libxml/src/xmlsave.c     const xmlChar *encoding = ctxt->encoding;
encoding          953 third_party/libxml/src/xmlsave.c     if (ctxt->encoding != NULL) {
encoding          954 third_party/libxml/src/xmlsave.c         cur->encoding = BAD_CAST ctxt->encoding;
encoding          955 third_party/libxml/src/xmlsave.c     } else if (cur->encoding != NULL) {
encoding          956 third_party/libxml/src/xmlsave.c 	encoding = cur->encoding;
encoding          958 third_party/libxml/src/xmlsave.c 	encoding = (const xmlChar *)
encoding          967 third_party/libxml/src/xmlsave.c         if (encoding != NULL)
encoding          968 third_party/libxml/src/xmlsave.c 	    htmlSetMetaEncoding(cur, (const xmlChar *) encoding);
encoding          969 third_party/libxml/src/xmlsave.c         if (encoding == NULL)
encoding          970 third_party/libxml/src/xmlsave.c 	    encoding = htmlGetMetaEncoding(cur);
encoding          971 third_party/libxml/src/xmlsave.c         if (encoding == NULL)
encoding          972 third_party/libxml/src/xmlsave.c 	    encoding = BAD_CAST "HTML";
encoding          973 third_party/libxml/src/xmlsave.c 	if ((encoding != NULL) && (oldctxtenc == NULL) &&
encoding          975 third_party/libxml/src/xmlsave.c 	    if (xmlSaveSwitchEncoding(ctxt, (const char*) encoding) < 0) {
encoding          976 third_party/libxml/src/xmlsave.c 		cur->encoding = oldenc;
encoding          982 third_party/libxml/src/xmlsave.c 	                                   (const char *)encoding, 1);
encoding          985 third_party/libxml/src/xmlsave.c 	                                   (const char *)encoding, 0);
encoding          986 third_party/libxml/src/xmlsave.c 	if (ctxt->encoding != NULL)
encoding          987 third_party/libxml/src/xmlsave.c 	    cur->encoding = oldenc;
encoding          995 third_party/libxml/src/xmlsave.c 	enc = xmlParseCharEncoding((const char*) encoding);
encoding          996 third_party/libxml/src/xmlsave.c 	if ((encoding != NULL) && (oldctxtenc == NULL) &&
encoding         1007 third_party/libxml/src/xmlsave.c 		if (xmlSaveSwitchEncoding(ctxt, (const char*) encoding) < 0) {
encoding         1008 third_party/libxml/src/xmlsave.c 		    cur->encoding = oldenc;
encoding         1029 third_party/libxml/src/xmlsave.c 	    if (encoding != NULL) {
encoding         1031 third_party/libxml/src/xmlsave.c 		xmlBufferWriteQuotedString(buf->buffer, (xmlChar *) encoding);
encoding         1080 third_party/libxml/src/xmlsave.c     cur->encoding = oldenc;
encoding         1470 third_party/libxml/src/xmlsave.c 			if (ctxt->encoding) {
encoding         1471 third_party/libxml/src/xmlsave.c 				xmlOutputBufferWriteString(buf, (const char *)ctxt->encoding);
encoding         1505 third_party/libxml/src/xmlsave.c 		if (ctxt->encoding) {
encoding         1506 third_party/libxml/src/xmlsave.c 			xmlOutputBufferWriteString(buf, (const char *)ctxt->encoding);
encoding         1632 third_party/libxml/src/xmlsave.c xmlSaveToFd(int fd, const char *encoding, int options)
encoding         1636 third_party/libxml/src/xmlsave.c     ret = xmlNewSaveCtxt(encoding, options);
encoding         1659 third_party/libxml/src/xmlsave.c xmlSaveToFilename(const char *filename, const char *encoding, int options)
encoding         1664 third_party/libxml/src/xmlsave.c     ret = xmlNewSaveCtxt(encoding, options);
encoding         1688 third_party/libxml/src/xmlsave.c xmlSaveToBuffer(xmlBufferPtr buffer, const char *encoding, int options)
encoding         1694 third_party/libxml/src/xmlsave.c     ret = xmlNewSaveCtxt(encoding, options);
encoding         1697 third_party/libxml/src/xmlsave.c     if (encoding != NULL) {
encoding         1698 third_party/libxml/src/xmlsave.c         handler = xmlFindCharEncodingHandler(encoding);
encoding         1732 third_party/libxml/src/xmlsave.c             void *ioctx, const char *encoding, int options)
encoding         1736 third_party/libxml/src/xmlsave.c     ret = xmlNewSaveCtxt(encoding, options);
encoding         1927 third_party/libxml/src/xmlsave.c                                       (doc->encoding == NULL))) {
encoding         1939 third_party/libxml/src/xmlsave.c                     doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
encoding         1970 third_party/libxml/src/xmlsave.c                     doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
encoding         2116 third_party/libxml/src/xmlsave.c                   int level, int format, const char *encoding)
encoding         2128 third_party/libxml/src/xmlsave.c     if (encoding == NULL)
encoding         2129 third_party/libxml/src/xmlsave.c         encoding = "UTF-8";
encoding         2136 third_party/libxml/src/xmlsave.c     ctxt.encoding = (const xmlChar *) encoding;
encoding         2202 third_party/libxml/src/xmlsave.c 	txt_encoding = (const char *) out_doc->encoding;
encoding         2222 third_party/libxml/src/xmlsave.c     ctxt.encoding = (const xmlChar *) txt_encoding;
encoding         2313 third_party/libxml/src/xmlsave.c     const char * encoding;
encoding         2324 third_party/libxml/src/xmlsave.c     encoding = (const char *) cur->encoding;
encoding         2326 third_party/libxml/src/xmlsave.c     if (encoding != NULL) {
encoding         2327 third_party/libxml/src/xmlsave.c 	handler = xmlFindCharEncodingHandler(encoding);
encoding         2329 third_party/libxml/src/xmlsave.c 	    xmlFree((char *) cur->encoding);
encoding         2330 third_party/libxml/src/xmlsave.c 	    cur->encoding = NULL;
encoding         2331 third_party/libxml/src/xmlsave.c 	    encoding = NULL;
encoding         2341 third_party/libxml/src/xmlsave.c     ctxt.encoding = (const xmlChar *) encoding;
encoding         2377 third_party/libxml/src/xmlsave.c xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) {
encoding         2391 third_party/libxml/src/xmlsave.c     ctxt.encoding = (const xmlChar *) encoding;
encoding         2414 third_party/libxml/src/xmlsave.c                     const char *encoding, int format)
encoding         2431 third_party/libxml/src/xmlsave.c     ctxt.encoding = (const xmlChar *) encoding;
encoding         2454 third_party/libxml/src/xmlsave.c 			const char * encoding, int format ) {
encoding         2463 third_party/libxml/src/xmlsave.c     if (encoding == NULL)
encoding         2464 third_party/libxml/src/xmlsave.c 	encoding = (const char *) cur->encoding;
encoding         2466 third_party/libxml/src/xmlsave.c     if (encoding != NULL) {
encoding         2468 third_party/libxml/src/xmlsave.c 	    handler = xmlFindCharEncodingHandler(encoding);
encoding         2486 third_party/libxml/src/xmlsave.c     ctxt.encoding = (const xmlChar *) encoding;
encoding         2508 third_party/libxml/src/xmlsave.c xmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) {
encoding         2509 third_party/libxml/src/xmlsave.c     return ( xmlSaveFormatFileEnc( filename, cur, encoding, 0 ) );
encoding          518 third_party/libxml/src/xmlwriter.c                            const char *encoding, const char *standalone)
encoding          539 third_party/libxml/src/xmlwriter.c     if (encoding != NULL) {
encoding          540 third_party/libxml/src/xmlwriter.c         encoder = xmlFindCharEncodingHandler(encoding);
encoding          554 third_party/libxml/src/xmlwriter.c         if ((writer->doc != NULL) && (writer->doc->encoding == NULL))
encoding          555 third_party/libxml/src/xmlwriter.c             writer->doc->encoding = xmlStrdup((xmlChar *)writer->out->encoder->name);
encoding         4536 third_party/libxml/src/xmlwriter.c                 if (ctxt->encoding != NULL)
encoding         4537 third_party/libxml/src/xmlwriter.c                     doc->encoding = xmlStrdup(ctxt->encoding);
encoding         4539 third_party/libxml/src/xmlwriter.c                     doc->encoding = NULL;
encoding         3232 third_party/libxslt/libxslt/transform.c     const xmlChar *encoding;
encoding         3374 third_party/libxslt/libxslt/transform.c 	if (style->encoding != NULL)
encoding         3375 third_party/libxslt/libxslt/transform.c 	    xmlFree(style->encoding);
encoding         3376 third_party/libxslt/libxslt/transform.c 	style->encoding = prop;
encoding         3522 third_party/libxslt/libxslt/transform.c     XSLT_GET_IMPORT_PTR(encoding, style, encoding)
encoding         3582 third_party/libxslt/libxslt/transform.c     if (encoding != NULL)
encoding         3583 third_party/libxslt/libxslt/transform.c 	res->encoding = xmlStrdup(encoding);
encoding         5850 third_party/libxslt/libxslt/transform.c     const xmlChar *encoding;
encoding         5924 third_party/libxslt/libxslt/transform.c     XSLT_GET_IMPORT_PTR(encoding, style, encoding)
encoding         6013 third_party/libxslt/libxslt/transform.c     if (encoding != NULL)
encoding         6014 third_party/libxslt/libxslt/transform.c         res->encoding = xmlStrdup(encoding);
encoding          987 third_party/libxslt/libxslt/xslt.c     if (style->encoding != NULL)
encoding          988 third_party/libxslt/libxslt/xslt.c         xmlFree(style->encoding);
encoding         1168 third_party/libxslt/libxslt/xslt.c         if (style->encoding != NULL)
encoding         1169 third_party/libxslt/libxslt/xslt.c             xmlFree(style->encoding);
encoding         1170 third_party/libxslt/libxslt/xslt.c         style->encoding = prop;
encoding         1558 third_party/libxslt/libxslt/xsltInternals.h     xmlChar *encoding;		/* encoding string */
encoding         1441 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *encoding;
encoding         1464 third_party/libxslt/libxslt/xsltutils.c     XSLT_GET_IMPORT_PTR(encoding, style, encoding)
encoding         1472 third_party/libxslt/libxslt/xsltutils.c 	if (encoding != NULL) {
encoding         1473 third_party/libxslt/libxslt/xsltutils.c 	    htmlSetMetaEncoding(result, (const xmlChar *) encoding);
encoding         1479 third_party/libxslt/libxslt/xsltutils.c 	htmlDocContentDumpFormatOutput(buf, result, (const char *) encoding,
encoding         1484 third_party/libxslt/libxslt/xsltutils.c 	if (encoding != NULL) {
encoding         1485 third_party/libxslt/libxslt/xsltutils.c 	    htmlSetMetaEncoding(result, (const xmlChar *) encoding);
encoding         1489 third_party/libxslt/libxslt/xsltutils.c 	htmlDocContentDumpOutput(buf, result, (const char *) encoding);
encoding         1544 third_party/libxslt/libxslt/xsltutils.c 	    if (encoding == NULL) {
encoding         1545 third_party/libxslt/libxslt/xsltutils.c 		if (result->encoding != NULL)
encoding         1546 third_party/libxslt/libxslt/xsltutils.c 		    encoding = result->encoding;
encoding         1548 third_party/libxslt/libxslt/xsltutils.c 		    encoding = (const xmlChar *)
encoding         1552 third_party/libxslt/libxslt/xsltutils.c 	    if (encoding != NULL) {
encoding         1554 third_party/libxslt/libxslt/xsltutils.c 		xmlBufferWriteQuotedString(buf->buffer, (xmlChar *) encoding);
encoding         1573 third_party/libxslt/libxslt/xsltutils.c 			          (const char *) encoding);
encoding         1603 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *encoding;
encoding         1611 third_party/libxslt/libxslt/xsltutils.c     XSLT_GET_IMPORT_PTR(encoding, style, encoding)
encoding         1612 third_party/libxslt/libxslt/xsltutils.c     if (encoding != NULL) {
encoding         1615 third_party/libxslt/libxslt/xsltutils.c 	encoder = xmlFindCharEncodingHandler((char *)encoding);
encoding         1646 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *encoding;
encoding         1654 third_party/libxslt/libxslt/xsltutils.c     XSLT_GET_IMPORT_PTR(encoding, style, encoding)
encoding         1655 third_party/libxslt/libxslt/xsltutils.c     if (encoding != NULL) {
encoding         1658 third_party/libxslt/libxslt/xsltutils.c 	encoder = xmlFindCharEncodingHandler((char *)encoding);
encoding         1690 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *encoding;
encoding         1698 third_party/libxslt/libxslt/xsltutils.c     XSLT_GET_IMPORT_PTR(encoding, style, encoding)
encoding         1699 third_party/libxslt/libxslt/xsltutils.c     if (encoding != NULL) {
encoding         1702 third_party/libxslt/libxslt/xsltutils.c 	encoder = xmlFindCharEncodingHandler((char *)encoding);
encoding         1734 third_party/libxslt/libxslt/xsltutils.c     const xmlChar *encoding;
encoding         1741 third_party/libxslt/libxslt/xsltutils.c     XSLT_GET_IMPORT_PTR(encoding, style, encoding)
encoding         1742 third_party/libxslt/libxslt/xsltutils.c     if (encoding != NULL) {
encoding         1745 third_party/libxslt/libxslt/xsltutils.c 	encoder = xmlFindCharEncodingHandler((char *)encoding);
encoding            6 third_party/lzma_sdk/Bra.c SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)
encoding           20 third_party/lzma_sdk/Bra.c       if (encoding)
encoding           33 third_party/lzma_sdk/Bra.c SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)
encoding           53 third_party/lzma_sdk/Bra.c       if (encoding)
encoding           69 third_party/lzma_sdk/Bra.c SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)
encoding           85 third_party/lzma_sdk/Bra.c       if (encoding)
encoding           99 third_party/lzma_sdk/Bra.c SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)
encoding          118 third_party/lzma_sdk/Bra.c       if (encoding)
encoding           57 third_party/lzma_sdk/Bra.h SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
encoding           58 third_party/lzma_sdk/Bra.h SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
encoding           59 third_party/lzma_sdk/Bra.h SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
encoding           60 third_party/lzma_sdk/Bra.h SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
encoding           61 third_party/lzma_sdk/Bra.h SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
encoding           62 third_party/lzma_sdk/Bra.h SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
encoding           11 third_party/lzma_sdk/Bra86.c SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding)
encoding           58 third_party/lzma_sdk/Bra86.c         if (encoding)
encoding          389 third_party/npapi/npspy/extern/java/jri.h #define JRI_NewStringPlatform(env, string, len, encoding, encodingLength)	\
encoding          390 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->NewStringPlatform)(env, JRI_NewStringPlatform_op, string, len, encoding, encodingLength))
encoding          392 third_party/npapi/npspy/extern/java/jri.h #define JRI_GetStringPlatformChars(env, string, encoding, encodingLength)	\
encoding          393 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->GetStringPlatformChars)(env, JRI_GetStringPlatformChars_op, string, encoding, encodingLength))
encoding          151 third_party/re2/re2/re2.cc   switch (encoding()) {
encoding          154 third_party/re2/re2/re2.cc         LOG(ERROR) << "Unknown encoding " << encoding();
encoding          567 third_party/re2/re2/re2.h     Encoding encoding() const { return encoding_; }
encoding          568 third_party/re2/re2/re2.h     void set_encoding(Encoding encoding) { encoding_ = encoding; }
encoding           53 third_party/simplejson/_speedups.c     PyObject *encoding;
encoding           64 third_party/simplejson/_speedups.c     {"encoding", T_OBJECT, offsetof(PyScannerObject, encoding), READONLY, "encoding"},
encoding          518 third_party/simplejson/_speedups.c scanstring_str(PyObject *pystr, Py_ssize_t end, char *encoding, int strict, Py_ssize_t *next_end_ptr)
encoding          574 third_party/simplejson/_speedups.c                 chunk = PyUnicode_FromEncodedObject(strchunk, encoding, NULL);
encoding          929 third_party/simplejson/_speedups.c     char *encoding = NULL;
encoding          931 third_party/simplejson/_speedups.c     if (!PyArg_ParseTuple(args, "OO&|zi:scanstring", &pystr, _convertPyInt_AsSsize_t, &end, &encoding, &strict)) {
encoding          934 third_party/simplejson/_speedups.c     if (encoding == NULL) {
encoding          935 third_party/simplejson/_speedups.c         encoding = DEFAULT_ENCODING;
encoding          938 third_party/simplejson/_speedups.c         rval = scanstring_str(pystr, end, encoding, strict, &next_end);
encoding          991 third_party/simplejson/_speedups.c     Py_VISIT(s->encoding);
encoding         1008 third_party/simplejson/_speedups.c     Py_CLEAR(s->encoding);
encoding         1036 third_party/simplejson/_speedups.c     char *encoding = PyString_AS_STRING(s->encoding);
encoding         1066 third_party/simplejson/_speedups.c             key = scanstring_str(pystr, idx + 1, encoding, strict, &next_idx);
encoding         1707 third_party/simplejson/_speedups.c                 PyString_AS_STRING(s->encoding),
encoding         1919 third_party/simplejson/_speedups.c         s->encoding = NULL;
encoding         1951 third_party/simplejson/_speedups.c     s->encoding = PyObject_GetAttrString(ctx, "encoding");
encoding         1952 third_party/simplejson/_speedups.c     if (s->encoding == NULL)
encoding         1954 third_party/simplejson/_speedups.c     if (s->encoding == Py_None) {
encoding         1956 third_party/simplejson/_speedups.c         s->encoding = PyString_InternFromString(DEFAULT_ENCODING);
encoding         1958 third_party/simplejson/_speedups.c     else if (PyUnicode_Check(s->encoding)) {
encoding         1959 third_party/simplejson/_speedups.c         PyObject *tmp = PyUnicode_AsEncodedString(s->encoding, NULL, NULL);
encoding         1960 third_party/simplejson/_speedups.c         Py_DECREF(s->encoding);
encoding         1961 third_party/simplejson/_speedups.c         s->encoding = tmp;
encoding         1963 third_party/simplejson/_speedups.c     if (s->encoding == NULL || !PyString_Check(s->encoding))
encoding         1989 third_party/simplejson/_speedups.c     Py_CLEAR(s->encoding);
encoding         61364 third_party/sqlite/amalgamation/sqlite3.c   u8 encoding            /* Encoding for the data */
encoding         61374 third_party/sqlite/amalgamation/sqlite3.c       rc = sqlite3VdbeMemSetStr(pVar, zData, nData, encoding, xDel);
encoding         61375 third_party/sqlite/amalgamation/sqlite3.c       if( rc==SQLITE_OK && encoding!=0 ){
encoding         62460 third_party/sqlite/amalgamation/sqlite3.c   u8 encoding = ENC(db);     /* The database encoding */
encoding         63232 third_party/sqlite/amalgamation/sqlite3.c   if( encoding!=SQLITE_UTF8 ){
encoding         63235 third_party/sqlite/amalgamation/sqlite3.c     if( SQLITE_OK!=sqlite3VdbeChangeEncoding(pOut, encoding) ) goto no_mem;
encoding         63264 third_party/sqlite/amalgamation/sqlite3.c   pOut->enc = encoding;
encoding         63287 third_party/sqlite/amalgamation/sqlite3.c   pOut->enc = encoding;
encoding         63493 third_party/sqlite/amalgamation/sqlite3.c   Stringify(pIn1, encoding);
encoding         63494 third_party/sqlite/amalgamation/sqlite3.c   Stringify(pIn2, encoding);
encoding         63511 third_party/sqlite/amalgamation/sqlite3.c   pOut->enc = encoding;
encoding         63749 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeChangeEncoding(&u.ag.ctx.s, encoding);
encoding         63872 third_party/sqlite/amalgamation/sqlite3.c   applyAffinity(pIn1, SQLITE_AFF_NUMERIC, encoding);
encoding         63921 third_party/sqlite/amalgamation/sqlite3.c   applyAffinity(pIn1, SQLITE_AFF_TEXT, encoding);
encoding         63942 third_party/sqlite/amalgamation/sqlite3.c     applyAffinity(pIn1, SQLITE_AFF_TEXT, encoding);
encoding         64122 third_party/sqlite/amalgamation/sqlite3.c       applyAffinity(pIn1, u.ai.affinity, encoding);
encoding         64123 third_party/sqlite/amalgamation/sqlite3.c       applyAffinity(pIn3, u.ai.affinity, encoding);
encoding         64672 third_party/sqlite/amalgamation/sqlite3.c     u.am.pDest->enc = encoding;
encoding         64726 third_party/sqlite/amalgamation/sqlite3.c     applyAffinity(pIn1, u.an.cAff, encoding);
encoding         64803 third_party/sqlite/amalgamation/sqlite3.c       applyAffinity(u.ao.pRec, u.ao.zAffinity[u.ao.pRec-u.ao.pData0], encoding);
encoding         67195 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeChangeEncoding(pIn1, encoding);
encoding         67650 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeChangeEncoding(u.cc.pMem, encoding);
encoding         67795 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeChangeEncoding(pOut, encoding);
encoding         68097 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeChangeEncoding(&u.cj.sContext.s, encoding);
encoding         89322 third_party/sqlite/amalgamation/sqlite3.c       u8 encoding;
encoding         89324 third_party/sqlite/amalgamation/sqlite3.c       encoding = (u8)meta[BTREE_TEXT_ENCODING-1] & 3;
encoding         89325 third_party/sqlite/amalgamation/sqlite3.c       if( encoding==0 ) encoding = SQLITE_UTF8;
encoding         89326 third_party/sqlite/amalgamation/sqlite3.c       ENC(db) = encoding;
encoding          260 third_party/sqlite/src/src/prepare.c       u8 encoding;
encoding          262 third_party/sqlite/src/src/prepare.c       encoding = (u8)meta[BTREE_TEXT_ENCODING-1] & 3;
encoding          263 third_party/sqlite/src/src/prepare.c       if( encoding==0 ) encoding = SQLITE_UTF8;
encoding          264 third_party/sqlite/src/src/prepare.c       ENC(db) = encoding;
encoding          555 third_party/sqlite/src/src/vdbe.c   u8 encoding = ENC(db);     /* The database encoding */
encoding          918 third_party/sqlite/src/src/vdbe.c   if( encoding!=SQLITE_UTF8 ){
encoding          921 third_party/sqlite/src/src/vdbe.c     if( SQLITE_OK!=sqlite3VdbeChangeEncoding(pOut, encoding) ) goto no_mem;
encoding          950 third_party/sqlite/src/src/vdbe.c   pOut->enc = encoding;
encoding          973 third_party/sqlite/src/src/vdbe.c   pOut->enc = encoding;
encoding         1171 third_party/sqlite/src/src/vdbe.c   Stringify(pIn1, encoding);
encoding         1172 third_party/sqlite/src/src/vdbe.c   Stringify(pIn2, encoding);
encoding         1189 third_party/sqlite/src/src/vdbe.c   pOut->enc = encoding;
encoding         1423 third_party/sqlite/src/src/vdbe.c   sqlite3VdbeChangeEncoding(&ctx.s, encoding);
encoding         1544 third_party/sqlite/src/src/vdbe.c   applyAffinity(pIn1, SQLITE_AFF_NUMERIC, encoding);
encoding         1593 third_party/sqlite/src/src/vdbe.c   applyAffinity(pIn1, SQLITE_AFF_TEXT, encoding);
encoding         1614 third_party/sqlite/src/src/vdbe.c     applyAffinity(pIn1, SQLITE_AFF_TEXT, encoding);
encoding         1792 third_party/sqlite/src/src/vdbe.c       applyAffinity(pIn1, affinity, encoding);
encoding         1793 third_party/sqlite/src/src/vdbe.c       applyAffinity(pIn3, affinity, encoding);
encoding         2334 third_party/sqlite/src/src/vdbe.c     pDest->enc = encoding;
encoding         2386 third_party/sqlite/src/src/vdbe.c     applyAffinity(pIn1, cAff, encoding);
encoding         2461 third_party/sqlite/src/src/vdbe.c       applyAffinity(pRec, zAffinity[pRec-pData0], encoding);
encoding         4787 third_party/sqlite/src/src/vdbe.c   sqlite3VdbeChangeEncoding(pIn1, encoding);
encoding         5228 third_party/sqlite/src/src/vdbe.c   sqlite3VdbeChangeEncoding(pMem, encoding);
encoding         5369 third_party/sqlite/src/src/vdbe.c   sqlite3VdbeChangeEncoding(pOut, encoding);
encoding         5661 third_party/sqlite/src/src/vdbe.c   sqlite3VdbeChangeEncoding(&sContext.s, encoding);
encoding         1030 third_party/sqlite/src/src/vdbeapi.c   u8 encoding            /* Encoding for the data */
encoding         1040 third_party/sqlite/src/src/vdbeapi.c       rc = sqlite3VdbeMemSetStr(pVar, zData, nData, encoding, xDel);
encoding         1041 third_party/sqlite/src/src/vdbeapi.c       if( rc==SQLITE_OK && encoding!=0 ){
encoding          477 ui/base/resource/resource_bundle.cc   ResourceHandle::TextEncodingType encoding =
encoding          479 ui/base/resource/resource_bundle.cc   DCHECK(encoding == ResourceHandle::UTF16 || encoding == ResourceHandle::UTF8)
encoding          484 ui/base/resource/resource_bundle.cc   if (encoding == ResourceHandle::UTF16) {
encoding          487 ui/base/resource/resource_bundle.cc   } else if (encoding == ResourceHandle::UTF8) {
encoding          250 url/url_canon_unittest.cc     const char* encoding;
encoding          265 url/url_canon_unittest.cc     UConvScoper conv(icu_cases[i].encoding);
encoding         1205 url/url_canon_unittest.cc     const char* encoding;
encoding         1240 url/url_canon_unittest.cc     UConvScoper conv(query_cases[i].encoding);
encoding         1241 url/url_canon_unittest.cc     ASSERT_TRUE(!query_cases[i].encoding || conv.converter());
encoding         1246 url/url_canon_unittest.cc     if (!query_cases[i].encoding)