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

  /external/skia/debugger/
debuggermain.cpp 39 SkString commandName(iter->toAscii().data());
47 input = SkString(iter->toAscii().data());
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapSimpleString.java 47 return new ByteArrayInputStream(Utility.toAscii(mString));
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
Utility.java 46 public static byte[] toAscii(String s) {
74 return new ByteArrayInputStream(toAscii(ascii));
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapTestUtils.java 89 new ByteArrayInputStream(Utility.toAscii(line + "\r\n")), new DiscourseLogger(4));
103 ByteArrayInputStream in = new ByteArrayInputStream(Utility.toAscii(content + "#trailing"));
ImapResponseParserTest.java 40 return new ImapResponseParser(new ByteArrayInputStream(Utility.toAscii(responses)),
  /external/icu/tools/
ZoneCompactor.java 111 f.write(toAscii(new byte[12], version));
141 f.write(toAscii(new byte[MAXNAME], zoneName));
175 private static byte[] toAscii(byte[] dst, String src) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmltok.c 948 toAscii(const ENCODING *enc, const char *ptr, const char *end)
990 if (!isSpace(toAscii(enc, ptr, end))) {
996 } while (isSpace(toAscii(enc, ptr, end)));
1003 c = toAscii(enc, ptr, end);
1016 } while (isSpace(c = toAscii(enc, ptr, end)));
1030 c = toAscii(enc, ptr, end);
1033 c = toAscii(enc, ptr, end);
1043 c = toAscii(enc, ptr, end);
1131 int c = toAscii(enc, val, end);
1164 while (isSpace(toAscii(enc, ptr, end)))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmltok.c 940 toAscii(const ENCODING *enc, const char *ptr, const char *end)
982 if (!isSpace(toAscii(enc, ptr, end))) {
988 } while (isSpace(toAscii(enc, ptr, end)));
995 c = toAscii(enc, ptr, end);
1008 } while (isSpace(c = toAscii(enc, ptr, end)));
1022 c = toAscii(enc, ptr, end);
1025 c = toAscii(enc, ptr, end);
1035 c = toAscii(enc, ptr, end);
1123 int c = toAscii(enc, val, end);
1156 while (isSpace(toAscii(enc, ptr, end)))
    [all...]
  /external/expat/lib/
xmltok.c 1043 toAscii(const ENCODING *enc, const char *ptr, const char *end)
1085 if (!isSpace(toAscii(enc, ptr, end))) {
1091 } while (isSpace(toAscii(enc, ptr, end)));
1098 c = toAscii(enc, ptr, end);
1111 } while (isSpace(c = toAscii(enc, ptr, end)));
1125 c = toAscii(enc, ptr, end);
1128 c = toAscii(enc, ptr, end);
1138 c = toAscii(enc, ptr, end);
1226 int c = toAscii(enc, val, end);
1259 while (isSpace(toAscii(enc, ptr, end))
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
Utils.java 200 private static char toAscii(int b) {
241 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK)));
  /libcore/luni/src/main/java/java/math/
BigInt.java 146 return nonAscii ? toAscii(s, base) : s;
152 private static String toAscii(String s, int base) {
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 228 fFileName = fPath.toAscii().data();
230 fFileName.append(fDirectoryWidget.currentItem()->text().toAscii().data());
240 saveToFile(SkString(filename.toAscii().data()));
293 SkString fileName(fPath.toAscii().data());
298 fileName.append(item->text().toAscii().data());
315 loadPicture(SkString(filename.toAscii().data()));
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
Utils.java 213 private static char toAscii(int b) {
252 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK)));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 322 public static byte[] toAscii(String s) {
414 return new ByteArrayInputStream(toAscii(ascii));
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapStore.java 612 folder = MODIFIED_UTF_7_CHARSET.decode(ByteBuffer.wrap(Utility.toAscii(name))).toString();

Completed in 1625 milliseconds