Searched defs:charSet (Results 1 - 19 of 19) sorted by relevance

/external/apache-http/android/src/com/android/internal/http/multipart/
H A DPartBase.java48 private String charSet; field in class:PartBase
58 * @param charSet The character encoding, or <code>null</code>
61 public PartBase(String name, String contentType, String charSet, String transferEncoding) { argument
68 this.charSet = charSet;
97 return this.charSet;
112 * @param charSet the character encoding, or <code>null</code> to exclude the character
115 public void setCharSet(String charSet) { argument
116 this.charSet = charSet;
[all...]
H A DStringPart.java145 public void setCharSet(String charSet) { argument
146 super.setCharSet(charSet);
/external/dng_sdk/source/
H A Ddng_iptc.cpp185 CharSet charSet)
198 switch (charSet)
238 CharSet charSet = kCharSetUnknown; local
286 charSet = kCharSetUTF8;
326 charSet = kCharSetUTF8;
359 ParseString (stream, fTitle, charSet);
386 ParseString (stream, fCategory, charSet);
395 ParseString (stream, category, charSet);
411 ParseString (stream, keyword, charSet);
424 ParseString (stream, fInstructions, charSet);
183 ParseString(dng_stream &stream, dng_string &s, CharSet charSet) argument
627 SpoolString(dng_stream &stream, const dng_string &s, uint8 dataSet, uint32 maxChars, CharSet charSet) argument
735 CharSet charSet = kCharSetUTF8; local
[all...]
/external/pdfium/core/fpdfdoc/
H A Dcpdf_interform.cpp75 uint8_t charSet = CPDF_InterForm::GetNativeCharSet(); local
80 if (charSet != FX_CHARSET_ANSI) {
81 ByteString csFontName = CPDF_InterForm::GetNativeFont(charSet, nullptr);
127 uint8_t charSet,
158 if (pSubst->m_Charset == static_cast<int>(charSet)) {
278 uint8_t charSet,
284 CPDF_Font* pFont = GetNativeFont(pFormDict, pDocument, charSet, &csTemp);
289 ByteString csFontName = CPDF_InterForm::GetNativeFont(charSet, nullptr);
294 pFont = CPDF_InterForm::AddNativeFont(charSet, pDocument);
357 bool RetrieveSpecificFont(uint8_t charSet, argument
125 GetNativeFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, uint8_t charSet, ByteString* csNameTag) argument
276 AddNativeFont(CPDF_Dictionary*& pFormDict, CPDF_Document* pDocument, uint8_t charSet, ByteString* csNameTag) argument
559 uint8_t charSet = CPDF_InterForm::GetNativeCharSet(); local
566 uint8_t charSet = FX_CHARSET_ANSI; local
723 GetNativeFont(uint8_t charSet, void* pLogFont) argument
765 AddNativeFont(uint8_t charSet, CPDF_Document* pDocument) argument
[all...]
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 406 milliseconds