HomeSort by relevance Sort by last modified time
    Searched defs:CHARSET (Results 1 - 22 of 22) sorted by null

  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java 132 Matcher m = CHARSET.matcher(mimeType);
134 String charset = m.group(1); local
135 if (charset.length() >= 2 && charset.charAt(0) == '"'
136 && charset.charAt(charset.length() - 1) == '"') {
137 charset = charset.substring(1, charset.length() - 1);
138 charset = charset.replace("\\\"", "\"")
    [all...]
  /external/smack/src/com/kenai/jbosh/
ApacheHTTPResponse.java 52 private static final String CHARSET = "UTF-8";
57 private static final String CONTENT_TYPE = "text/xml; charset=utf-8";
130 byte[] data = xml.getBytes(CHARSET);
241 body = StaticBody.fromString(new String(data, CHARSET));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 26 CHARSET = 'ISO-8859-1' # default charset for non-US-ASCII mail
41 chrset = re.compile('^(content-type:.*charset=")(us-ascii|iso-8859-[0-9]+)(".*)', re.I|re.S)
272 CHARSET, mime_encode(res.group(2), 1))
355 CHARSET,
373 ofile.write('charset="%s"\n' % CHARSET)
375 ofile.write('charset="us-ascii"\n')
sre_constants.py 40 CHARSET = "charset"
109 CHARSET, BIGCHARSET,
telnetlib.py 119 CHARSET = chr(42) # CHARSET
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 26 CHARSET = 'ISO-8859-1' # default charset for non-US-ASCII mail
41 chrset = re.compile('^(content-type:.*charset=")(us-ascii|iso-8859-[0-9]+)(".*)', re.I|re.S)
272 CHARSET, mime_encode(res.group(2), 1))
355 CHARSET,
373 ofile.write('charset="%s"\n' % CHARSET)
375 ofile.write('charset="us-ascii"\n')
sre_constants.py 40 CHARSET = "charset"
109 CHARSET, BIGCHARSET,
telnetlib.py 119 CHARSET = chr(42) # CHARSET
  /external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 47 CHARSET,
54 UOPTION_DEF("charset", '\x01', UOPT_REQUIRES_ARG),
60 "\t--charset Charset for which to test performance, e.g. windows-1251.\n"
62 "\t--chunk Length (in bytes) of charset output chunks. [4096]\n"
72 charset = options[CHARSET].value;
98 const char *charset; member in class:UtfPerformanceTest
126 cnv=ucnv_open(testcase.charset, &errorCode);
128 fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCode))
    [all...]
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 47 CHARSET,
54 UOPTION_DEF("charset", '\x01', UOPT_REQUIRES_ARG),
60 "\t--charset Charset for which to test performance, e.g. windows-1251.\n"
62 "\t--chunk Length (in bytes) of charset output chunks. [4096]\n"
72 charset = options[CHARSET].value;
98 const char *charset; member in class:UtfPerformanceTest
126 cnv=ucnv_open(testcase.charset, &errorCode);
128 fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCode))
    [all...]
  /frameworks/base/core/java/com/android/internal/http/multipart/
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));
  /development/tools/idegen/src/com/android/idegen/
IntellijProject.java 25 import java.nio.charset.Charset;
36 public static final Charset CHARSET = Charset.forName("UTF-8");
140 CHARSET);
155 Files.write(modulesContent, out, CHARSET);
162 CHARSET);
175 Files.write(vcsTemplate, new File(projectIdeaDir, "vcs.xml"), CHARSET);
180 Files.write(name, out, CHARSET);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 68 private static final int CHARSET = 0x14;
109 private int charset = INVALID_VALUE_PARAMETER; field in class:BluetoothMapAppParams
305 case CHARSET:
307 Log.w(TAG, "CHARSET: Wrong length received: " + tagLength + " expected: "
488 appParamBuf.put((byte) CHARSET);
730 return charset;
733 public void setCharset(int charset) {
734 if (charset < 0 || charset > 0x1)
735 throw new IllegalArgumentException("Out of range: " + charset + ", valid range is 0x0000 to 0x0001")
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 436 milliseconds