Home
last modified time | relevance | path

Searched defs:GetCharset (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxge/android/
H A Dcfpf_skiafont.h37 FX_Charset GetCharset() const { return m_uCharset; } in GetCharset() function
/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcpdf_cmap.h77 CIDSet GetCharset() const { return m_Charset; } in GetCharset() function
/aosp_15_r20/external/cronet/net/test/url_request/
H A Durl_request_mock_http_job.cc191 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) { in GetCharset() function in net::URLRequestMockHTTPJob
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_folderfontinfo.cpp104 uint32_t GetCharset(FX_Charset charset) { in GetCharset() function
H A Dcfx_fontmapper.cpp334 FX_Charset GetCharset(FX_CodePage code_page, int base_font, uint32_t flags) { in GetCharset() function
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_job.cc147 bool URLRequestJob::GetCharset(std::string* charset) { in GetCharset() function in net::URLRequestJob
H A Durl_request.cc408 void URLRequest::GetCharset(std::string* charset) const { in GetCharset() function in net::URLRequest
H A Durl_request_http_job.cc1301 bool URLRequestHttpJob::GetCharset(std::string* charset) { in GetCharset() function in net::URLRequestHttpJob
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_response_headers.cc1059 bool HttpResponseHeaders::GetCharset(std::string* charset) const { in GetCharset() function in net::HttpResponseHeaders