Searched defs:charset (Results 76 - 100 of 229) sorted by relevance

12345678910

/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h32 const char *charset, *cbopt, *name; member in struct:ConversionCase
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
H A Dfpdf_cmaps.cpp11 void FPDFAPI_FindEmbeddedCMap(const char* name, int charset, int coding, const FXCMAP_CMap*& pMap) argument
15 const FXCMAP_CMap* pCMaps = pFontGlobals->m_EmbeddedCharsets[charset].m_pMapList;
16 int nCMaps = pFontGlobals->m_EmbeddedCharsets[charset].m_Count;
178 void FPDFAPI_LoadCID2UnicodeMap(int charset, const FX_WORD*& pMap, FX_DWORD& count) argument
181 pMap = pFontGlobals->m_EmbeddedToUnicodes[charset].m_pMap;
182 count = pFontGlobals->m_EmbeddedToUnicodes[charset].m_Count;
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_FontMap.h111 FX_INT32 charset; member in struct:CPWL_FontMap::CharsetFontMap
/external/pdfium/fpdfsdk/src/
H A Dfpdf_sysfontinfo.cpp31 virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact) argument
34 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, family, &bExact);
64 virtual FX_BOOL GetFontCharset(void* hFont, int& charset) argument
67 charset = m_pInfo->GetFontCharset(m_pInfo, hFont);
80 DLLEXPORT void STDCALL FPDF_AddInstalledFont(void* mapper, const char* name, int charset) argument
82 ((CFX_FontMapper*)mapper)->AddInstalledFont(name, charset);
109 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family, const char* family, int* bExact) argument
111 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_family, family, *bExact);
136 int charset; local
137 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontCharset(hFont, charset)) retur
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DTransformerFactoryImpl.java249 * @param charset The value of the charset attribute to match. May be null.
256 Source source, String media, String title, String charset)
282 title, charset);
255 getAssociatedStylesheet( Source source, String media, String title, String charset) argument
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job.cc281 bool AndroidStreamReaderURLRequestJob::GetCharset(std::string* charset) { argument
294 env, request(), input_stream_reader_wrapper_->input_stream(), charset);
/external/chromium_org/android_webview/native/
H A Dandroid_protocol_handler.cc78 std::string* charset) OVERRIDE;
200 std::string* charset) {
196 GetCharset( JNIEnv* env, net::URLRequest* request, android_webview::InputStream* stream, std::string* charset) argument
/external/chromium_org/chrome/browser/extensions/api/proxy/
H A Dproxy_api_helpers.cc54 std::string charset; local
55 return net::DataURL::Parse(url, &mime_type, &charset, pac_script);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dchange_picture_options_handler.cc240 std::string mime_type, charset, raw_data; local
241 if (!net::DataURL::Parse(GURL(image_url), &mime_type, &charset, &raw_data))
/external/chromium_org/chrome/utility/importer/
H A Dbookmark_html_reader.cc107 std::string charset; local
126 if (internal::ParseCharsetFromLine(line, &charset))
131 charset,
148 internal::ParseBookmarkFromLine(line, charset, &title,
151 internal::ParseMinimumBookmarkFromLine(line, charset, &title, &url);
243 bool ParseCharsetFromLine(const std::string& line, std::string* charset) { argument
244 const char kCharset[] = "charset=";
253 *charset = line.substr(begin, end - begin);
260 const std::string& charset,
278 base::CodepageToUTF16(line.substr(tag_end, end - tag_end), charset
259 ParseFolderNameFromLine(const std::string& line, const std::string& charset, base::string16* folder_name, bool* is_toolbar_folder, base::Time* add_date) argument
304 ParseBookmarkFromLine(const std::string& line, const std::string& charset, base::string16* title, GURL* url, GURL* favicon, base::string16* shortcut, base::Time* add_date, base::string16* post_data) argument
391 ParseMinimumBookmarkFromLine(const std::string& line, const std::string& charset, base::string16* title, GURL* url) argument
[all...]
/external/chromium_org/content/browser/appcache/
H A Dappcache_url_request_job.cc403 bool AppCacheURLRequestJob::GetCharset(std::string* charset) { argument
406 return http_info()->headers->GetCharset(charset);
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_write_to_cache_job.cc88 bool ServiceWorkerWriteToCacheJob::GetCharset(std::string* charset) { argument
91 return http_info()->headers->GetCharset(charset);
/external/chromium_org/content/child/
H A Dmultipart_response_delegate.cc248 std::string charset; local
250 net::HttpUtil::ParseContentType(content_type, &mime_type, &charset,
254 response.setTextEncodingName(WebString::fromUTF8(charset));
/external/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_linux.cc118 int charset,
127 request.WriteUInt32(charset);
115 MatchFontWithFallback(const std::string& face, bool bold, bool italic, int charset, PP_BrowserFont_Trusted_Family fallback_family) argument
/external/chromium_org/mojo/services/html_viewer/
H A Dblink_platform_impl.cc184 std::string mimetype, charset, data; local
185 if (net::DataURL::Parse(url, &mimetype, &charset, &data)
188 charset_out = blink::WebString::fromUTF8(charset);
/external/chromium_org/net/http/
H A Dhttp_content_disposition.cc63 const std::string& charset,
76 return net::ConvertToUtf8(decoded, charset.c_str(), output);
90 // Try UTF-8, referrer_charset and the native OS default charset in turn.
110 // =?charset?<E>?<encoded string>?= where '<E>' is either 'B' or 'Q'.
116 std::string charset; local
130 // Do we need charset validity check here?
131 charset = part;
146 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &decoded_word);
197 // We can try either the OS default charset or 'origin charset' her
61 DecodeBQEncoding(const std::string& part, RFC2047EncodingType enc_type, const std::string& charset, std::string* output) argument
252 ParseExtValueComponents(const std::string& input, std::string* charset, std::string* value_chars) argument
[all...]
H A Dhttp_util_unittest.cc28 "accept-charset",
666 { "text/html; charset=utf-8",
672 { "text/html; charset =utf-8",
678 { "text/html; charset= utf-8",
684 { "text/html; charset=utf-8 ",
730 std::string charset; local
734 &charset, &had_charset, &boundary);
736 EXPECT_EQ(tests[i].expected_charset, charset) << "i=" << i;
/external/chromium_org/net/proxy/
H A Dproxy_script_fetcher_impl.cc49 // Converts |bytes| (which is encoded by |charset|) to UTF16, saving the resul
51 // If |charset| is empty, then we don't know what it was and guess.
52 void ConvertResponseToUTF16(const std::string& charset, argument
57 if (charset.empty()) {
58 // Assume ISO-8859-1 if no charset was specified.
61 // Otherwise trust the charset that was provided.
62 codepage = charset.c_str();
65 // Be generous in the conversion -- if any characters lie outside of |charset|
125 std::string charset; local
127 if (!DataURL::Parse(url, &mime_type, &charset,
285 std::string charset; local
[all...]
/external/chromium_org/net/test/url_request/
H A Durl_request_mock_http_job.cc204 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) { argument
207 return info.headers.get() && info.headers->GetCharset(charset);
/external/chromium_org/ppapi/cpp/private/
H A Dpdf.cc54 PP_PrivateFontCharset charset) {
57 instance.pp_instance(), description, charset);
51 GetFontFileWithFallback( const InstanceHandle& instance, const PP_BrowserFont_Trusted_Description* description, PP_PrivateFontCharset charset) argument
/external/chromium_org/ppapi/proxy/
H A Dserialized_structs.h96 PP_TrueTypeFontCharset_Dev charset; member in struct:ppapi::proxy::SerializedTrueTypeFontDesc
/external/chromium_org/ppapi/thunk/
H A Dppb_pdf_thunk.cc37 PP_PrivateFontCharset charset) {
44 return enter.functions()->CreateFlashFontFile(instance, description, charset);
34 GetFontFileWithFallback( PP_Instance instance, const PP_BrowserFont_Trusted_Description* description, PP_PrivateFontCharset charset) argument
/external/chromium_org/storage/browser/blob/
H A Dview_blob_internals_job.cc131 std::string* charset,
135 charset->assign("UTF-8");
129 GetData( std::string* mime_type, std::string* charset, std::string* data, const net::CompletionCallback& callback) const argument
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleSheetContents.h84 const String& charset() const { return m_parserContext.charset(); } function in class:blink::StyleSheetContents
107 // Rules other than @charset and @import.

Completed in 388 milliseconds

12345678910