HomeSort by relevance Sort by last modified time
    Searched refs:charSet (Results 1 - 23 of 23) sorted by null

  /external/apache-http/android/src/com/android/internal/http/multipart/
PartBase.java 48 private String charSet;
58 * @param charSet The character encoding, or <code>null</code>
61 public PartBase(String name, String contentType, String charSet, String transferEncoding) {
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) {
116 this.charSet = charSet;
    [all...]
StringPart.java 58 /** Default charset of string parameters*/
75 * @param charset the charset to be used to encode the string, if <code>null</code>
78 public StringPart(String name, String value, String charset) {
83 charset == null ? DEFAULT_CHARSET : charset,
107 * Gets the content in bytes. Bytes are lazily created to allow the charset to be changed
145 public void setCharSet(String charSet) {
146 super.setCharSet(charSet);
Part.java 109 /** Content charset */
110 protected static final String CHARSET = "; charset=";
112 /** Content charset as a byte array */
114 EncodingUtils.getAsciiBytes(CHARSET);
236 String charSet = getCharSet();
237 if (charSet != null) {
239 out.write(EncodingUtils.getAsciiBytes(charSet));
  /external/dng_sdk/source/
dng_iptc.cpp 185 CharSet charSet)
198 switch (charSet)
238 CharSet charSet = kCharSetUnknown;
286 charSet = kCharSetUTF8;
326 charSet = kCharSetUTF8;
359 ParseString (stream, fTitle, charSet);
386 ParseString (stream, fCategory, charSet);
395 ParseString (stream, category, charSet);
    [all...]
dng_iptc.h 112 enum CharSet
158 CharSet charSet);
164 CharSet charSet);
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 75 uint8_t charSet = CPDF_InterForm::GetNativeCharSet();
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,
    [all...]
  /frameworks/base/apct-tests/perftests/core/src/android/text/
TextPerfUtils.java 81 String[] charSet) {
89 final String str = charSet[mRandom.nextInt(charSet.length)];
  /external/cldr/tools/java/org/unicode/cldr/util/
FileCopier.java 12 import java.nio.charset.Charset;
48 * Copy the resource srcFile to the Writer out, using a Reader with the charset specified; Reader will be closed, Writer will be
52 * @param charSet
57 public static void copyAndReplace(Class<?> cls, String srcFile, Charset charSet, Map<String, String> replacements,
59 copyAndReplace(new InputStreamReader(cls.getResourceAsStream(srcFile), charSet), replacements, out);
126 * Writes the resource named sourceFile to the Writer, leaving the writer open, but flushing it. UTF-8 will be used as a charSet
133 copy(new InputStreamReader(cls.getResourceAsStream(sourceFile), Charset.forName("UTF-8")), out);
137 * Writes the resource given as sourceFile to the Writer, using the specified CharSet. The Writer will be left open, but flushed
    [all...]
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 125 string charSet = switchForm.PostCharSet;
131 int index = charSet.IndexOf(srcString[pos]);
  /external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
AssignTokenTypesWalker.g 255 // | cs=charSet {$value = $cs;} // return set AST in this case
258 charSet
259 : ^( CHARSET charSetElement )
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp     [all...]
SkFontHost_mac.cpp     [all...]
  /external/skqp/src/ports/
SkFontMgr_fontconfig.cpp     [all...]
SkFontHost_mac.cpp     [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 401 function caseFoldCharset(charSet) {
402 var charsetParts = charSet.substring(1, charSet.length - 1).match(
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
struts2-core-2.2.1.jar 
jsp-2.1.jar 
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 406 function caseFoldCharset(charSet) {
407 var charsetParts = charSet.substring(1, charSet.length - 1).match(
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js 406 function caseFoldCharset(charSet) {
407 var charsetParts = charSet.substring(1, charSet.length - 1).match(
    [all...]
  /external/kotlinc/lib/
kotlin-main-kts.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 5279 milliseconds