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

<<41424344454647484950>>

  /external/messageformat/java/com/ibm/icu/impl/
PatternProps.java 16 * Note: Both properties include ASCII as well as non-ASCII, non-Latin-1 code points,
  /external/opencv/cxcore/src/
cxdrawing.cpp     [all...]
  /external/regex-re2/doc/
syntax.html 22 <tr><td><code>[:alpha:]</code></td><td>ASCII character class</td></tr>
23 <tr><td><code>[:^alpha:]</code></td><td>negated ASCII character class</td></tr>
156 <tr><td><code>[:foo:]</code></td><td>ASCII character class <code>foo</code></td></tr>
165 <tr><td><code>[[:name:]]</code></td><td>named ASCII class inside character class (? <code>[:name:]</code>)</td></tr>
166 <tr><td><code>[^[:name:]]</code></td><td>named ASCII class inside negated character class (? <code>[:^name:]</code>)</td></tr>
183 <tr><td colspan=2><b>ASCII character classes:</b></td></tr>
186 <tr><td><code>[:ascii:]</code></td><td>ASCII (? <code>[\x00-\x7F]</code>)</td></tr>
  /external/regex-re2/re2/testing/
search_test.cc 163 // PCRE uses only ASCII for \b computation.
164 // All non-ASCII are *not* word characters.
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 134 // Assuming that on average, the ASCII representation of an advance plus
135 // a space is 8 characters and the ASCII representation of a glyph id is 3
  /external/v8/test/mjsunit/
cyrillic.js 181 // A range that covers both ASCII and non-ASCII.
  /external/vboot_reference/firmware/lib21/include/
vb2_struct.h 90 * The object may contain an ASCII description following the fixed
95 * Size of ASCII description in bytes, counting null terminator and
  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 127 * the hex numbers and ASCII characters (for printable range) are shown. 16
143 * the hex numbers and ASCII characters (for printable range) are shown. 16
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java 169 * QSAFE-CHAR = WSP / %x21 / %x23-7E / NON-ASCII
186 * QSAFE-CHAR = WSP / %x21 / %x23-7E / NON-ASCII
  /hardware/ti/omap3/dspbridge/inc/
csl.h 165 * Compare 2 ASCII strings. Works the same way as stdio's strcmp.
256 * Compare at most n characters of two ASCII strings. Works the same
  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 166 * Compare 2 ASCII strings. Works the same way as stdio's strcmp.
257 * Compare at most n characters of two ASCII strings. Works the same
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
ASCIICharsetEncoderTest.java 32 // charset for ascii
33 private final Charset cs = Charset.forName("ascii");
  /libcore/libart/src/main/java/java/lang/
StringFactory.java 75 // We inline UTF-8, ISO-8859-1, and US-ASCII decoders for speed.
184 } else if (canonicalCharsetName.equals("US-ASCII")) {
  /libcore/luni/src/main/java/java/lang/
Byte.java 184 * Parses the specified string as a signed decimal byte value. The ASCII
199 * radix. The ASCII character \u002d ('-') is recognized as the minus sign.
Short.java 183 * Parses the specified string as a signed decimal short value. The ASCII
198 * radix. The ASCII character \u002d ('-') is recognized as the minus sign.
  /libcore/luni/src/main/java/java/sql/
SQLOutput.java 188 * Write a stream of ASCII characters into the output stream.
191 * the stream of ASCII characters to write, as a {@code
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java 210 // outside of ascii a-z,A-Z
216 // outside of ascii 0-9
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
telnet.h 95 #define TELOPT_XASCII 17 /* extended ascii character set */
127 "NAOVTD", "NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 140 /* Return nonzero iff C is in the ASCII set
144 /* Return the part of C that is in the ASCII set
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
telnet.h 95 #define TELOPT_XASCII 17 /* extended ascii character set */
127 "NAOVTD", "NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 150 /* Return nonzero iff C is in the ASCII set
154 /* Return the part of C that is in the ASCII set
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 95 #define TELOPT_XASCII 17 /* extended ascii character set */
127 "NAOVTD", "NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO",
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 95 #define TELOPT_XASCII 17 /* extended ascii character set */
127 "NAOVTD", "NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO",
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h 95 #define TELOPT_XASCII 17 /* extended ascii character set */
127 "NAOVTD", "NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO",
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/arpa/
telnet.h 95 #define TELOPT_XASCII 17 /* extended ascii character set */
127 "NAOVTD", "NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO",

Completed in 501 milliseconds

<<41424344454647484950>>