HomeSort by relevance Sort by last modified time
    Searched defs:charset (Results 151 - 175 of 1041) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gettext.py 233 def charset(self): member in class:NullTranslations
239 def set_output_charset(self, charset):
240 self._output_charset = charset
311 self._charset = v.split('charset=')[1]
317 # Unicode using the character encoding specified in the charset
323 # the charset encoding. We may want to fall back to 8-bit msgids
480 # output charset. All other instance data is shared with the
  /prebuilts/gdb/linux-x86/lib/python2.7/
gettext.py 233 def charset(self): member in class:NullTranslations
239 def set_output_charset(self, charset):
240 self._output_charset = charset
311 self._charset = v.split('charset=')[1]
317 # Unicode using the character encoding specified in the charset
323 # the charset encoding. We may want to fall back to 8-bit msgids
480 # output charset. All other instance data is shared with the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 233 def charset(self): member in class:NullTranslations
239 def set_output_charset(self, charset):
240 self._output_charset = charset
311 self._charset = v.split('charset=')[1]
317 # Unicode using the character encoding specified in the charset
323 # the charset encoding. We may want to fall back to 8-bit msgids
480 # output charset. All other instance data is shared with the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 233 def charset(self): member in class:NullTranslations
239 def set_output_charset(self, charset):
240 self._output_charset = charset
311 self._charset = v.split('charset=')[1]
317 # Unicode using the character encoding specified in the charset
323 # the charset encoding. We may want to fall back to 8-bit msgids
480 # output charset. All other instance data is shared with the
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
MediaTypeTest.java 39 import java.nio.charset.IllegalCharsetNameException;
40 import java.nio.charset.UnsupportedCharsetException;
105 MediaType.parse("application/atom+xml; charset=utf-8").type());
111 MediaType.parse("application/atom+xml; charset=utf-8").subtype());
119 assertEquals(ImmutableListMultimap.of("charset", "utf-8"),
120 MediaType.parse("application/atom+xml; charset=utf-8").parameters());
169 assertEquals(MediaType.parse("text/plain; charset=utf-8"),
171 assertEquals(MediaType.parse("text/plain; charset=utf-8"),
172 MediaType.parse("text/plain; charset=utf-16").withCharset(UTF_8));
197 assertFalse(PLAIN_TEXT_UTF_8.withParameter("charset", "UTF-16").is(PLAIN_TEXT_UTF_8))
276 assertEquals(Optional.absent(), MediaType.parse("text\/plain").charset()); method
278 MediaType.parse("text\/plain; charset=utf-8").charset()); method
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/
httpmime-4.3.2.jar 
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestConversion.java 10 package com.ibm.icu.dev.test.charset;
14 import java.nio.charset.Charset;
15 import java.nio.charset.CharsetDecoder;
16 import java.nio.charset.CharsetEncoder;
17 import java.nio.charset.CoderResult;
18 import java.nio.charset.CodingErrorAction;
25 import com.ibm.icu.charset.CharsetCallback;
26 import com.ibm.icu.charset.CharsetDecoderICU;
27 import com.ibm.icu.charset.CharsetEncoderICU
60 String charset; \/\/ charset field in class:TestConversion.ConversionCase
259 Charset charset = null; local
563 Charset charset = null; local
930 CharsetICU charset ; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoderTest.java 16 package org.apache.harmony.tests.java.nio.charset;
20 import java.nio.charset.CharacterCodingException;
21 import java.nio.charset.Charset;
22 import java.nio.charset.CharsetDecoder;
23 import java.nio.charset.CharsetEncoder;
24 import java.nio.charset.CoderResult;
25 import java.nio.charset.CodingErrorAction;
26 import java.nio.charset.MalformedInputException;
27 import java.nio.charset.UnmappableCharacterException
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetLMBCS.java 9 package com.ibm.icu.charset;
14 import java.nio.charset.CharsetDecoder;
15 import java.nio.charset.CharsetEncoder;
16 import java.nio.charset.CoderResult;
18 import com.ibm.icu.charset.CharsetMBCS.CharsetDecoderMBCS;
19 import com.ibm.icu.charset.CharsetMBCS.CharsetEncoderMBCS;
535 CharsetMBCS charset; field in class:CharsetLMBCS.UConverterDataLMBCS
538 charset = (CharsetMBCS)CharsetICU.forNameICU("ibm-850");
539 encoder = (CharsetEncoderMBCS)charset.newEncoder();
540 decoder = (CharsetDecoderMBCS)charset.newDecoder()
    [all...]
CharsetASCII.java 11 package com.ibm.icu.charset;
16 import java.nio.charset.CharsetDecoder;
17 import java.nio.charset.CharsetEncoder;
18 import java.nio.charset.CoderResult;
CharsetCallback.java 10 package com.ibm.icu.charset;
15 import java.nio.charset.CoderResult;
238 CharsetICU cs = (CharsetICU) decoder.charset();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
  /art/test/020-string/src/
Main.java 17 import java.nio.charset.Charset;
101 Charset charset = Charset.forName("UTF-8"); local
119 String s8 = new String(byteArray, 3, 3, charset);
120 String s9 = new String(byteArray, charset);
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 60 * Credential charset is configured via the
62 * credential charset} parameter.
64 * Authentication header, the charset of the username must be compatible
67 * http element charset}.
238 String charset = getParameter("charset"); local
239 if (charset == null) {
240 charset = AuthParams.getCredentialCharset(request.getParams());
241 getParameters().put("charset", charset);
286 String charset = getParameter("charset"); local
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 67 private String charset = HTTP.US_ASCII; field in class:AbstractSessionInputBuffer
88 this.charset = HttpProtocolParams.getHttpElementCharset(params);
89 this.ascii = this.charset.equalsIgnoreCase(HTTP.US_ASCII)
90 || this.charset.equalsIgnoreCase(HTTP.ASCII);
235 String s = new String(this.linebuffer.buffer(), 0, l, this.charset);
260 String s = new String(this.buffer, off, len, this.charset);
AbstractSessionOutputBuffer.java 66 private String charset = HTTP.US_ASCII; field in class:AbstractSessionOutputBuffer
83 this.charset = HttpProtocolParams.getHttpElementCharset(params);
84 this.ascii = this.charset.equalsIgnoreCase(HTTP.US_ASCII)
85 || this.charset.equalsIgnoreCase(HTTP.ASCII);
147 write(s.getBytes(this.charset));
174 byte[] tmp = s.toString().getBytes(this.charset);
  /external/curl/lib/
curl_fnmatch.c 70 static int parsekeyword(unsigned char **pattern, unsigned char *charset)
102 charset[CURLFNM_DIGIT] = 1;
104 charset[CURLFNM_ALNUM] = 1;
106 charset[CURLFNM_ALPHA] = 1;
108 charset[CURLFNM_XDIGIT] = 1;
110 charset[CURLFNM_PRINT] = 1;
112 charset[CURLFNM_GRAPH] = 1;
114 charset[CURLFNM_SPACE] = 1;
116 charset[CURLFNM_BLANK] = 1;
118 charset[CURLFNM_UPPER] = 1
316 unsigned char charset[CURLFNM_CHSET_SIZE] = { 0 }; local
    [all...]
  /external/freetype/include/freetype/
ftwinfnt.h 59 * A list of valid values for the `charset' byte in
84 * is used for the charset of vector fonts, like `modern.fon',
200 FT_Byte charset; member in struct:FT_WinFNT_HeaderRec_
  /external/guava/guava/src/com/google/common/hash/
Funnels.java 22 import java.nio.charset.Charset;
58 * {@link Funnels#stringFunnel(Charset)} instead.
80 * {@code Charset}.
84 public static Funnel<CharSequence> stringFunnel(Charset charset) {
85 return new StringCharsetFunnel(charset);
89 private final Charset charset; field in class:Funnels.StringCharsetFunnel
91 StringCharsetFunnel(Charset charset)
    [all...]
  /external/guava/guava/src/com/google/common/io/
ByteSource.java 37 import java.nio.charset.Charset;
70 * as characters using the given {@link Charset}.
72 public CharSource asCharSource(Charset charset) {
73 return new AsCharSource(charset);
408 * charset.
412 private final Charset charset; field in class:ByteSource.AsCharSource
414 private AsCharSource(Charset charset)
    [all...]
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 50 CHARSET,
57 UOPTION_DEF("charset", '\x01', UOPT_REQUIRES_ARG),
63 "\t--charset Charset for which to test performance, e.g. windows-1251.\n"
65 "\t--chunk Length (in bytes) of charset output chunks. [4096]\n"
75 charset = options[CHARSET].value;
101 const char *charset; member in class:UtfPerformanceTest
129 cnv=ucnv_open(testcase.charset, &errorCode);
131 fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCode))
    [all...]

Completed in 1177 milliseconds

1 2 3 4 5 67 8 91011>>