/libcore/luni/src/main/java/java/net/ |
URI.java | 111 * <tr><td>Scheme-specific part</td><td>{@code 0-9}, {@code a-z}, {@code A-Z}, {@code _-!.~'()*,;:$&+=?/[]@}</td><td>Non-ASCII characters okay </td><td>{@code //user:pa55w%3Frd@host:80/doc%7Csearch?q=green%20robots}</td><td>{@code //user:pa55w?rd@host:80/doc|search?q=green robots}</td></tr> 112 * <tr><td>Authority </td><td>{@code 0-9}, {@code a-z}, {@code A-Z}, {@code _-!.~'()*,;:$&+=@[]} </td><td>Non-ASCII characters okay </td><td>{@code user:pa55w%3Frd@host:80} </td><td>{@code user:pa55w?rd@host:80}</td></tr> 113 * <tr><td>User Info </td><td>{@code 0-9}, {@code a-z}, {@code A-Z}, {@code _-!.~'()*,;:$&+=} </td><td>Non-ASCII characters okay </td><td>{@code user:pa55w%3Frd} </td><td>{@code user:pa55w?rd}</td></tr> 116 * <tr><td>Path </td><td>{@code 0-9}, {@code a-z}, {@code A-Z}, {@code _-!.~'()*,;:$&+=/@} </td><td>Non-ASCII characters okay </td><td>{@code /doc%7Csearch} </td><td>{@code /doc|search}</td></tr> 117 * <tr><td>Query </td><td>{@code 0-9}, {@code a-z}, {@code A-Z}, {@code _-!.~'()*,;:$&+=?/[]@}</td><td>Non-ASCII characters okay </td><td>{@code q=green%20robots} </td><td>{@code q=green robots}</td></tr> 118 * <tr><td>Fragment </td><td>{@code 0-9}, {@code a-z}, {@code A-Z}, {@code _-!.~'()*,;:$&+=?/[]@}</td><td>Non-ASCII characters okay </td><td>{@code over%206%22} </td><td>{@code over 6"}</td></tr> 149 /** Retains all ASCII chars including delimiters. */ 162 * <li>non-ASCII, non-control, non-whitespace characters [all...] |
/external/libexif/libexif/ |
exif-tag.c | 78 "ASCII value 'N' indicates north latitude, and 'S' is south " 93 "ASCII 'E' indicates east longitude, and 'W' is west " 122 "in ASCII notation. The format is not specified. If the GPS " 163 "north or south latitude. The ASCII value 'N' indicates north " 175 "east or west longitude. ASCII 'E' indicates east longitude, and " 203 "of the method. Since the Type is not ASCII, NULL termination is " 209 "the Type is not ASCII, NULL termination is not necessary."), ESL_GPS}, 492 "camera used. The tag value is an ASCII string compatible " [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 637 >>> ET.tostring(element, "ascii") 638 "<?xml version='1.0' encoding='ascii'?>\\n<html><body>text</body></html>" 880 >>> check_encoding("ascii") 881 >>> check_encoding("us-ascii") 899 >>> serialize(elem, encoding="us-ascii") 909 >>> serialize(elem, encoding="us-ascii") # cdata characters 920 >>> serialize(elem, encoding="us-ascii") 931 >>> serialize(elem, encoding="us-ascii") 942 >>> serialize(elem, encoding="us-ascii") [all...] |
test_types.py | 230 a = unicode('0123456789', 'ascii') 232 self.assertEqual(a[::2], unicode('02468', 'ascii')) 233 self.assertEqual(a[1::2], unicode('13579', 'ascii')) 234 self.assertEqual(a[::-1], unicode('9876543210', 'ascii')) 235 self.assertEqual(a[::-2], unicode('97531', 'ascii')) 236 self.assertEqual(a[3::-2], unicode('31', 'ascii')) 239 self.assertEqual(a[-100L:100L:2L], unicode('02468', 'ascii'))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 637 >>> ET.tostring(element, "ascii") 638 "<?xml version='1.0' encoding='ascii'?>\\n<html><body>text</body></html>" 880 >>> check_encoding("ascii") 881 >>> check_encoding("us-ascii") 899 >>> serialize(elem, encoding="us-ascii") 909 >>> serialize(elem, encoding="us-ascii") # cdata characters 920 >>> serialize(elem, encoding="us-ascii") 931 >>> serialize(elem, encoding="us-ascii") 942 >>> serialize(elem, encoding="us-ascii") [all...] |
test_types.py | 230 a = unicode('0123456789', 'ascii') 232 self.assertEqual(a[::2], unicode('02468', 'ascii')) 233 self.assertEqual(a[1::2], unicode('13579', 'ascii')) 234 self.assertEqual(a[::-1], unicode('9876543210', 'ascii')) 235 self.assertEqual(a[::-2], unicode('97531', 'ascii')) 236 self.assertEqual(a[3::-2], unicode('31', 'ascii')) 239 self.assertEqual(a[-100L:100L:2L], unicode('02468', 'ascii'))
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
CharMatcher.java | 44 * if ({@link #ASCII ASCII}.{@link #matchesAllOf matchesAllOf}(s)) { ... }</pre> 96 * Determines whether a character is ASCII, meaning that its code point is less than 128. 98 public static final CharMatcher ASCII = inRange('\0', '\u007f', "CharMatcher.ASCII"); 146 * If you only care to match ASCII digits, you can use {@code inRange('0', '9')}. 153 * Java's definition}. If you only care to match ASCII digits, you can use {@code [all...] |
/external/icu/icu4c/source/common/unicode/ |
messagepattern.h | 7 * encoding: US-ASCII 283 * or it have only ASCII digits but there is a leading zero or the number is too large. 583 * If it only contains ASCII digits, then it must be a small integer with no leading zero. 586 * ARG_NAME_NOT_NUMBER (-1) if it is a "pattern identifier" but not all ASCII digits, 593 * Returns a version of the parsed pattern string where each ASCII apostrophe 705 * for quoting and escaping of and with ASCII apostrophes, 854 * ARG_NAME_NOT_NUMBER (-1) if it is a "pattern identifier" but not all ASCII digits, [all...] |
/external/icu/icu4c/source/test/cintltst/ |
bocu1tst.c | 9 * encoding: US-ASCII 57 * C0 control codes and space are encoded with their US-ASCII bytes. 61 /* initial value for "prev": middle of the ASCII range */ 133 * ASCII-oriented software. 933 static const UChar ascii[]={ 0x61, 0x62, 0x20, 0x63, 0x61 }; variable 953 { ascii, UPRV_LENGTHOF(ascii) },
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
SpoofCheckerTest.java | 48 String goodLatin = new String(goodLatinChars); /* "uz", all ASCII */ 54 String scLatin = "sc"; /* "sc", plain ascii. */ 59 String lll_Latin_a = "lI1"; // small letter l, cap I, digit 1, all ASCII 63 /* The skeleton transform for all of the 'lll' lookalikes is ascii lower case letter l. */ 506 {"a", RestrictionLevel.ASCII}, 527 // we want to fail if the text is (say) MODERATE and the testLevel is ASCII 532 // we want to fail if the text is (say) MODERATE and the testLevel is ASCII [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPUtilsImpl.java | 72 * string. Defaults to "; ", ASCII semicolon and space 1126 * U+0022 ASCII space<br> 1133 * U+002C, ASCII comma<br> 1144 * U+003B, ASCII semicolon<br> [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifTag.java | 37 * The ASCII type in the EXIF standard. An 8-bit byte containing one 7-bit 38 * ASCII code. The final byte is terminated with NULL. 70 private static Charset US_ASCII = Charset.forName("US-ASCII"); 315 * type {@link #TYPE_ASCII}. The string is converted to an ASCII string. 806 throw new IllegalArgumentException("Cannot get ASCII value from " 813 * Get the converted ascii byte. Used by ExifOutputStream. 894 return "ASCII"; [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifTag.java | 37 * The ASCII type in the EXIF standard. An 8-bit byte containing one 7-bit 38 * ASCII code. The final byte is terminated with NULL. 70 private static Charset US_ASCII = Charset.forName("US-ASCII"); 315 * type {@link #TYPE_ASCII}. The string is converted to an ASCII string. 806 throw new IllegalArgumentException("Cannot get ASCII value from " 813 * Get the converted ascii byte. Used by ExifOutputStream. 894 return "ASCII"; [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifTag.java | 37 * The ASCII type in the EXIF standard. An 8-bit byte containing one 7-bit 38 * ASCII code. The final byte is terminated with NULL. 70 private static Charset US_ASCII = Charset.forName("US-ASCII"); 315 * type {@link #TYPE_ASCII}. The string is converted to an ASCII string. 806 throw new IllegalArgumentException("Cannot get ASCII value from " 813 * Get the converted ascii byte. Used by ExifOutputStream. 894 return "ASCII"; [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifTag.java | 37 * The ASCII type in the EXIF standard. An 8-bit byte containing one 7-bit 38 * ASCII code. The final byte is terminated with NULL. 70 private static Charset US_ASCII = Charset.forName("US-ASCII"); 315 * type {@link #TYPE_ASCII}. The string is converted to an ASCII string. 806 throw new IllegalArgumentException("Cannot get ASCII value from " 813 * Get the converted ascii byte. Used by ExifOutputStream. 894 return "ASCII"; [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
ExifTag.java | 37 * The ASCII type in the EXIF standard. An 8-bit byte containing one 7-bit 38 * ASCII code. The final byte is terminated with NULL. 70 private static Charset US_ASCII = Charset.forName("US-ASCII"); 315 * type {@link #TYPE_ASCII}. The string is converted to an ASCII string. 806 throw new IllegalArgumentException("Cannot get ASCII value from " 813 * Get the converted ascii byte. Used by ExifOutputStream. 894 return "ASCII"; [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
IDNATestInput.txt | 420 desc: 1-7-1 ASCII and non-Latin 431 desc: 1-7-2 Latin (non-ASCII) and non-Latin 541 desc: 2-4-1 All-ASCII check, Latin 552 desc: 2-4-2 All-ASCII check, symbol 563 desc: 2-4-3 All-ASCII check, sharp S 651 desc: 3-3-1 Old prefix; should not display as Unicode;<icu> ICU will treat this as ASCII. This sequence is not explicitly prohibited by the RFC.</icu> 662 desc: 3-3-2 Old prefix; should not display as Unicode;<icu> ICU will treat this as ASCII. This sequence is not explicitly prohibited by the RFC.</icu> 673 desc: 3-3-3 Old prefix; should not display as Unicode;<icu> ICU will treat this as ASCII. This sequence is not explicitly prohibited by the RFC.</icu> 684 desc: 3-5-1 Non-ASCII code point before the last hyphen;\
|
/external/libpng/ |
png.c | [all...] |
/external/pcre/dist/ |
configure.ac | 221 [assume EBCDIC coding rather than ASCII; incompatible with --enable-utf; use only in (uncommon) EBCDIC environments; it implies --enable-rebuild-chartables]), 381 # three are ASCII values 0x0a, 0x0d, and 0x0d0a, but if EBCDIC is enabled, they 715 code *or* ASCII/UTF-8/16/32, but not both at once.]) 773 ASCII environments, the value can be 10 (LF), 13 (CR), or 3338 (CRLF); in 776 used as the NL line terminator that is equivalent to ASCII LF. In both ASCII 852 If you are compiling for a system that uses EBCDIC instead of ASCII [all...] |
/external/pdfium/samples/fx_lpng/lpng_v163/ |
fx_png.c | [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
CharsetUtil.java | 55 * <td>ASCII</td> 56 * <td>US-ASCII</td> 847 new Charset("ASCII", "US-ASCII", [all...] |
/packages/services/Telephony/src/org/apache/james/mime4j/util/ |
CharsetUtil.java | 55 * <td>ASCII</td> 56 * <td>US-ASCII</td> 847 new Charset("ASCII", "US-ASCII", [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
EncodingInfo.java | 71 * This exists for performance, especially for ASCII characters 72 * because for ASCII all chars in the range '\u0001' to '\u007F' 321 * entire low range of ASCII type chars within a single 364 || "ASCII".equals(javaName) 365 || "US-ASCII".equals(javaName)
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
HttpUrl.java | 132 * Returns the decoded (potentially non-ASCII) hostname. The returned string may contain non-ASCII 594 * Increments {@code pos} until {@code input[pos]} is not ASCII whitespace. Stops at {@code 614 * Decrements {@code limit} until {@code input[limit - 1]} is not ASCII whitespace. Stops at 811 * <li>Control characters and non-ASCII characters are percent-encoded.
|
/external/vboot_reference/firmware/lib/ |
vboot_display.c | 56 ImageInfo *VbFindFontGlyph(VbFont_t *font, uint32_t ascii, 79 if (entry->ascii == ascii) { 132 "can't display ascii 0x%x\n", text[i])); 636 /* Save as lower-case ASCII */
|