HomeSort by relevance Sort by last modified time
    Searched refs:CHARSET (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /frameworks/support/room/migration/src/main/java/android/arch/persistence/room/migration/bundle/
SchemaBundle.java 48 private static final String CHARSET = "UTF-8";
74 InputStreamReader is = new InputStreamReader(fis, CHARSET);
89 OutputStreamWriter osw = new OutputStreamWriter(fos, CHARSET);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstanceStringDebuggee.java 24 import java.nio.charset.Charset;
32 public static final Charset CHARSET = Charset.defaultCharset();
33 public static final String STRING_CHARSET = CHARSET.displayName();
  /development/tools/idegen/src/com/android/idegen/
IntellijProject.java 25 import java.nio.charset.Charset;
38 public static final Charset CHARSET = Charset.forName("UTF-8");
118 "idea" + File.separator + MODULES_TEMPLATE_FILE_NAME), CHARSET);
129 Files.write(modulesContent, out, CHARSET);
134 "idea" + File.separator + VCS_TEMPLATE_FILE_NAME), CHARSET);
156 Files.write(vcsTemplate, new File(ideaDir, "vcs.xml"), CHARSET);
161 Files.write(name, out, CHARSET);
    [all...]
Module.java 221 IntellijProject.CHARSET);
268 Files.write(imlTemplate, imlFile, IntellijProject.CHARSET);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_constants.py 44 CHARSET = "charset"
113 CHARSET, BIGCHARSET,
sre_compile.py 228 def _compile_charset(charset, flags, code, fixup=None, fixes=None):
229 # compile charset subprogram
231 for op, av in _optimize_charset(charset, fixup, fixes,
241 elif op is CHARSET:
256 def _optimize_charset(charset, fixup, fixes, isunicode):
261 for op, av in charset:
336 if fixup or len(out) < len(charset):
339 return charset
344 out.append((CHARSET, data))
348 # To represent a big charset, first a bitmap of all characters in the
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_constants.py 42 CHARSET = "charset"
111 CHARSET, BIGCHARSET,
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')
  /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/python/cpython2/Lib/
sre_constants.py 44 CHARSET = "charset"
113 CHARSET, BIGCHARSET,
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')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_constants.py 40 CHARSET = "charset"
109 CHARSET, BIGCHARSET,
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')
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_constants.py 40 CHARSET = "charset"
109 CHARSET, BIGCHARSET,
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')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 40 CHARSET = "charset"
109 CHARSET, BIGCHARSET,
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')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 40 CHARSET = "charset"
109 CHARSET, BIGCHARSET,
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')
  /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...]
  /external/apache-http/android/src/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));
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DigestMd5Utils.java 29 import java.nio.charset.StandardCharsets;
41 private static final String DIGEST_CHARSET = "CHARSET";
57 private static final String CHARSET = "utf-8";
110 .append(DIGEST_CHARSET, CHARSET)
  /prebuilts/maven_repo/android/android/arch/persistence/room/migration/1.0.0-alpha10/
migration-1.0.0-alpha10.jar 
  /cts/tests/tests/provider/src/android/provider/cts/
SmsBackupRestoreTest.java 235 values.put(Telephony.Mms.Part.CHARSET, CharacterSets.DEFAULT_CHARSET);
247 addrValues.put(Telephony.Mms.Addr.CHARSET, CharacterSets.DEFAULT_CHARSET);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyBackupAgent.java 87 * "msg_box":"2","mms_addresses":[{"type":137,"address":"+1234567891011","charset":106},
88 * {"type":151,"address":"example@example.com","charset":106}],"mms_body":"Mms to email",
92 * "mms_addresses":[{"type":151,"address":"+1234567891011","charset":106}],
156 // JSON key for MMS charset.
171 // Charset being used for reading/writing backup files.
236 Telephony.Mms.Addr.CHARSET
240 // and charset for MMS message.
244 Telephony.Mms.Part.CHARSET
296 sDefaultValuesAddr.put(Telephony.Mms.Addr.CHARSET, CharacterSets.DEFAULT_CHARSET);
    [all...]

Completed in 2019 milliseconds

1 2 3 4