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

  /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));
  /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) {
  /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)));
  /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) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 322 public static byte[] toAscii(String s) {
414 return new ByteArrayInputStream(toAscii(ascii));
  /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...]

Completed in 1129 milliseconds