HomeSort by relevance Sort by last modified time
    Searched full:ascii (Results 576 - 600 of 3506) sorted by null

<<21222324252627282930>>

  /frameworks/base/wifi/java/android/net/wifi/
WifiLinkLayerStats.java 37 * The network's SSID. Can either be an ASCII string,
163 /** The ascii-encoded string format is P"<ascii-encoded-string>"
  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoderICU.java 31 // the byte corresponding to '?' in ASCII as the replacement byte for charsets where that
33 // It's odd that UTF-8 doesn't use U+FFFD, given that (unlike ISO-8859-1 and US-ASCII) it
38 DEFAULT_REPLACEMENTS.put("US-ASCII", questionMark);
  /libcore/luni/src/test/java/libcore/net/
NetworkSecurityPolicyTest.java 103 byte[] serverReplyOnConnect = "220\r\n".getBytes("US-ASCII");
158 byte[] serverReplyOnConnect = "220\r\n".getBytes("US-ASCII");
294 + new String(firstChunkFromClient, "US-ASCII"));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
punycode.py 22 return "".join(base).encode("ascii"),extended
121 base = base.encode("ascii")
193 base = unicode(base, "ascii", errors)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
punycode.py 22 return "".join(base).encode("ascii"),extended
121 base = base.encode("ascii")
193 base = unicode(base, "ascii", errors)
  /bionic/libc/arch-x86/generic/string/
strcat.S 12 .ascii "warning: strcat() is almost always misused, please use strlcat()"
  /bionic/tools/bionicbb/
gmail.py 27 return base64.urlsafe_b64decode(b64_body.encode('ASCII'))
  /development/build/
build_android_stubs.mk 38 $(hide) $(TARGET_JAVAC) -encoding ascii -bootclasspath "" \
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ReadAsset.java 46 // text view. Note that the text we are loading is ASCII, so we
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 98 * to quickly check ASCII characters in attribute values,
105 * to quickly check ASCII characters in text nodes,
251 // this is apparently ASCII, which is subset of UTF-8... and
253 // limited to the 7-bit ASCII range (at least, in English
350 * character mapping. They are used to map non-ASCII characters both on
424 // this is faster access than the BitSet for common ASCII values
447 // this is faster access than the BitSet for common ASCII values
688 * If the character is in the ASCII range then
702 * If the character is in the ASCII range then
  /external/bison/m4/
locale-fr.m4 39 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
50 if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0
167 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
176 if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERVisibleString.java 9 * DER VisibleString object encoding ISO 646 (ASCII) character code points 32 to 126.
  /external/ceres-solver/data/nist/
Chwirut2.dat 4 File Format: ASCII
Eckerle4.dat 4 File Format: ASCII
MGH09.dat 4 File Format: ASCII
MGH10.dat 4 File Format: ASCII
Thurber.dat 4 File Format: ASCII
  /external/clang/test/Preprocessor/
assembler-with-cpp.c 75 // Universal character names can specify basic ascii and control characters
  /external/dnsmasq/contrib/dns-loc/
dnsmasq2-loc-rfc1876.patch 43 +u_int32_t loc_aton(const char *ascii, u_char *binary);
172 +/* converts ascii size/precision X * 10**Y(cm) to 0xXY. moves pointer.*/
213 +/* converts ascii lat/lon to unsigned encoded 32-bit number.
312 +loc_aton(const char *ascii, u_char *binary)
325 + cp = ascii;
326 + maxcp = cp + strlen(ascii);
421 +loc_ntoa(const u_char *binary,char *ascii)
442 + if (ascii)
443 + cp = ascii;
  /external/e2fsprogs/intl/
log.c 29 /* Print an ASCII string with quotes and escape sequences where needed. */
  /external/e2fsprogs/lib/et/test_cases/
imap_err.et 72 "Message contains non-ASCII characters in headers"
  /external/freetype/src/autofit/
afglobal.h 77 /* if this flag is set, we have an ASCII digit */
  /external/guava/guava/src/com/google/common/base/
package-info.java 28 * <li>{@link com.google.common.base.Ascii}
  /external/guava/guava-tests/test/com/google/common/base/
CharsetsTest.java 38 assertEquals(Charset.forName("US-ASCII"), Charsets.US_ASCII);
  /external/guava/guava-tests/test/com/google/common/hash/
Murmur3Hash128Test.java 53 byte[] input = HashTestUtils.ascii(stringInput);

Completed in 408 milliseconds

<<21222324252627282930>>