Searched refs:charset (Results 276 - 300 of 418) sorted by relevance

<<11121314151617

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_FontMap.cpp519 while (defaultTTFMap[i].charset != -1) {
520 if (nCharset == defaultTTFMap[i].charset)
533 //follow the old charset
536 //find new charset
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp859 CPVT_WordPlace CPDF_VariableText::InsertWord(const CPVT_WordPlace & place, FX_WORD word, FX_INT32 charset, argument
874 pNewProps->nFontIndex = GetWordFontIndex(word, charset, pWordProps->nFontIndex);
875 return AddWord(newplace, CPVT_WordInfo(word, charset, -1, pNewProps));
878 FX_INT32 nFontIndex = GetSubWord() > 0 ? GetDefaultFontIndex() : GetWordFontIndex(word, charset, GetDefaultFontIndex());
879 return AddWord(newplace, CPVT_WordInfo(word, charset, nFontIndex, NULL));
924 CPVT_WordPlace CPDF_VariableText::InsertText(const CPVT_WordPlace & place, FX_LPCWSTR text, FX_INT32 charset, argument
952 wp = InsertWord(wp, word, charset, pProps);
984 void CPDF_VariableText::SetText(FX_LPCWSTR text, FX_INT32 charset, const CPVT_SecProps * pSecProps, argument
1037 wp = InsertWord(wp, word, charset, pWordProps);
1665 FX_INT32 CPDF_VariableText::GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT3 argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
H A Dpublish.js162 var src = {path: path, name:name, charset: IO.encoding, hilited: ""};
/external/chromium_org/content/child/
H A Dblink_platform_impl.h82 blink::WebString& charset);
/external/chromium_org/content/common/
H A Dresource_messages.h104 IPC_STRUCT_TRAITS_MEMBER(charset)
/external/chromium_org/content/renderer/pepper/
H A Dresource_creation_impl.cc85 PP_PrivateFontCharset charset) {
82 CreateFlashFontFile( PP_Instance instance, const PP_BrowserFont_Trusted_Description* description, PP_PrivateFontCharset charset) argument
H A Dresource_creation_impl.h47 PP_PrivateFontCharset charset) OVERRIDE;
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dresource_creation_impl.cc359 PP_PrivateFontCharset charset) {
356 CreateFlashFontFile( PP_Instance instance, const PP_BrowserFont_Trusted_Description* description, PP_PrivateFontCharset charset) argument
H A Dresource_creation_impl.h155 PP_PrivateFontCharset charset) OVERRIDE;
/external/chromium_org/net/http/
H A Dhttp_util.h44 // charset values are normalized to lowercase. The mime_type and charset
46 // type and charset value, respectively. The boundary output value is
51 std::string* charset,
H A Dhttp_util.cc82 std::string* charset,
121 if (LowerCaseEqualsASCII(param_name_begin, param_name_end, "charset")) {
154 // charset. however, if charset is empty and mime_type hasn't
155 // changed, then don't wipe-out an existing charset. We
157 // some servers give junk after the charset parameter, which may
172 charset->assign(begin + charset_val, begin + charset_end);
173 StringToLowerASCII(charset);
305 "accept-charset",
80 ParseContentType(const std::string& content_type_str, std::string* mime_type, std::string* charset, bool* had_charset, std::string* boundary) argument
/external/chromium_org/net/url_request/
H A Durl_request_http_job.h103 virtual bool GetCharset(std::string* charset) OVERRIDE;
H A Durl_request.h520 // Get the charset (character encoding). This method may only be called once
522 void GetCharset(std::string* charset);
/external/chromium_org/ppapi/thunk/
H A Dresource_creation_api.h180 PP_PrivateFontCharset charset) = 0;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DTextResourceDecoder.cpp249 if (m_buffer.size() <= 13) // strlen('@charset "x";') == 13
314 // continue looking for a charset - it may be specified in an HTTP-Equiv meta
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocket.java10 import java.nio.charset.CharacterCodingException;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java32 import java.nio.charset.Charset;
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h30 FX_IOSCHARSET FX_GetiOSCharset(int charset);
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/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/third_party/WebKit/Source/core/html/
H A DHTMLLinkElement.cpp473 void LinkStyle::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* cachedStyleSheet) argument
483 CSSParserContext parserContext(m_owner->document(), 0, baseURL, charset);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.cpp819 void DocumentLoader::setUserChosenEncoding(const String& charset) argument
822 m_writer->setUserChosenEncoding(charset);

Completed in 1100 milliseconds

<<11121314151617