Searched
full:ascii (Results
826 -
850 of
3506) sorted by null
<<31323334353637383940>>
/libcore/luni/src/main/java/libcore/io/ |
StrictLineReader.java | 42 * We currently check in constructor that the charset is one of US-ASCII, UTF-8 and ISO-8859-1. 89 * Only US-ASCII, UTF-8 and ISO-8859-1 is supported. 103 * Only US-ASCII, UTF-8 and ISO-8859-1 is supported.
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pnginfo.h | 212 * implemented, and for a description of the ASCII parameter strings. 219 png_charpp pcal_params; /* ASCII strings containing parameter values */ 251 * a byte value, and two ASCII strings representing floating-point
|
/packages/apps/Email/tests/src/com/android/email/ |
LegacyConversionsTest.java | 75 * Test the conversion of plain ASCII (not MIME-encoded) email addresses. 78 // create plain ASCII email addresses 114 * Test the conversion of MIME-encoded non-ASCII email addresses.
|
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
Constants.java | 57 * The private IME option used to indicate that the given text field needs ASCII code points 86 * entering ASCII characters. 92 * when the default subtype is not marked as ascii capable.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
utils.py | 143 an ascii string, not numeric one (so "GMT" instead of "+0000"). This 323 fallback_charset='us-ascii'): 326 charset = value[0] or 'us-ascii'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
utils.py | 143 an ascii string, not numeric one (so "GMT" instead of "+0000"). This 323 fallback_charset='us-ascii'): 326 charset = value[0] or 'us-ascii'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_io.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_io.py | [all...] |
/bionic/libc/bionic/ |
c32rtomb.cpp | 58 // Fast path for plain ASCII characters.
|
wctype.cpp | 35 // TODO: these only work for the ASCII range; rewrite to dlsym icu4c? http://b/14499654
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
HexParser.java | 37 * comment. If a double quote is encountered, then the ASCII value
|
/dalvik/dx/src/com/android/dx/util/ |
HexParser.java | 37 * comment. If a double quote is encountered, then the ASCII value
|
/development/ndk/platforms/android-21/include/sys/ |
cdefs_elf.h | 59 /*__asm__(".section .gnu.warning." #sym "\n\t.ascii \"" msg "\"\n\t.text");*/
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
Part.java | 133 * The ASCII bytes to use as the multipart boundary. 181 * @param boundaryBytes An array of ASCII bytes. 368 * @param partBoundary The ASCII bytes to use as the part boundary. 411 * @param partBoundary The ASCII bytes to use as the part boundary.
|
/external/bison/lib/ |
mbchar.h | 31 4) fast in the case of ASCII characters, 44 returns true if mbc is the standard ASCII character sc. 70 returns true if mbc is plain ASCII. 110 assigns the standard ASCII character sc to mbc.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERIA5String.java | 9 * DER IA5String object - this is an ascii string.
|
DERNumericString.java | 9 * DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
PBEParametersGenerator.java | 98 * PKCS5 (ascii, no padding)
|
/external/ceres-solver/data/nist/ |
Lanczos1.dat | 4 File Format: ASCII
|
Lanczos2.dat | 4 File Format: ASCII
|
Lanczos3.dat | 4 File Format: ASCII
|
MGH17.dat | 4 File Format: ASCII
|
/external/ceres-solver/internal/ceres/ |
linear_least_squares_problems.cc | 569 "tmp = load('%s', '-ascii');\n", filename.c_str()); 582 "lsqp.D = load('%s', '-ascii');\n", filename.c_str()); 589 "lsqp.b = load('%s', '-ascii');\n", filename.c_str()); 596 "lsqp.x = load('%s', '-ascii');\n", filename.c_str());
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/ |
reporter.py | 84 text_msg.set_param('charset', 'ASCII')
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/term/ |
_term.py | 1 # -*- coding: ascii -*-
|
Completed in 433 milliseconds
<<31323334353637383940>>