Searched defs:ASCII (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
H A DIoTestCase.java32 static final String ASCII field in class:IoTestCase
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DVideoFrameChromium.h61 ASCII, enumerator in enum:WebCore::VideoFrameChromium::Format
/external/dropbear/libtommath/
H A Dbn.tex1706 \section{ASCII Conversions}
1707 \subsection{To ASCII}
1712 This still store $a$ in ``str'' as a base-``radix'' string of ASCII chars. This function appends a NUL character
1723 \subsection{From ASCII}
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java45 public static final int CR = 13; // <US-ASCII CR, carriage return (13)>
46 public static final int LF = 10; // <US-ASCII LF, linefeed (10)>
47 public static final int SP = 32; // <US-ASCII SP, space (32)>
48 public static final int HT = 9; // <US-ASCII HT, horizontal-tab (9)>
76 public static final String US_ASCII = "US-ASCII";
77 public static final String ASCII = "ASCII"; field in class:HTTP
/external/v8/src/
H A Dregexp-macro-assembler.h180 enum Mode { ASCII = 1, UC16 = 2 }; enumerator in enum:v8::internal::NativeRegExpMacroAssembler::Mode
221 // Byte map of ASCII characters with a 0xff if the character is a word
H A Dobjects.h223 // encoding is considered TWO_BYTE. It is not mentioned in the name. ASCII
506 // string actually contains ASCII data.
6238 // - a reference to code for ASCII inputs (bytecode or compiled), or a smi
6318 // Irregexp compiled code or bytecode for ASCII. If compilation
6327 // Saved instance of Irregexp compiled code or bytecode for ASCII that
6334 // Maximal number of registers used by either ASCII or UC16.
6776 // ASCII chars or two-byte UC16.
6782 // Returns true if the structure contains ASCII content.
6783 bool IsAscii() { return state_ == ASCII; }
6787 // Return the ASCII conten
6801 enum State { NON_FLAT, ASCII, TWO_BYTE }; enumerator in enum:v8::internal::String::FlatContent::State
[all...]
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DMockWebServer.java66 static final String ASCII = "US-ASCII"; field in class:MockWebServer
475 out.write((response.getStatus() + "\r\n").getBytes(ASCII));
477 out.write((header + "\r\n").getBytes(ASCII));
479 out.write(("\r\n").getBytes(ASCII));
/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java46 * if ({@link #ASCII ASCII}.{@link #matchesAllOf matchesAllOf}(s)) { ... }</pre>
94 * Determines whether a character is ASCII, meaning that its code point is less than 128.
96 public static final CharMatcher ASCII = inRange('\0', '\u007f'); field in class:CharMatcher
118 * definition}. If you only care to match ASCII digits, you can use {@code inRange('0', '9')}.
/external/webkit/Source/WebCore/loader/
H A DTextResourceDecoder.cpp75 enum Type { ASCII, JIS, EUC, SJIS, UTF16, UTF8 }; enumerator in enum:WebCore::KanjiCode::Type
143 code = ASCII;
271 if (code == ASCII) {
295 // Despite 8.5 "Text/xml with Omitted Charset" of RFC 3023, we assume UTF-8 instead of US-ASCII
601 case KanjiCode::ASCII:
/external/icu4c/common/
H A Duniset_props.cpp9 * encoding: US-ASCII
83 static const char ASCII[] = "ASCII"; // [\u0000-\u007F] variable
1170 } else if (0 == uprv_comparePropertyNames(ASCII, pname.data())) {
H A Ducnv2022.c7 * encoding: US-ASCII
119 ASCII = 0, enumerator in enum:__anon6347
170 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT),
171 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212),
172 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601)|CSM(ISO8859_1)|CSM(ISO8859_7),
173 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601)|CSM(ISO8859_1)|CSM(ISO8859_7),
174 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601)|CSM(ISO8859_1)|CSM(ISO8859_7)
712 * <ESC>(B ASCII
726 ,ASCII ,INVALID_STATE ,INVALID_STATE ,INVALID_STATE ,INVALID_STATE ,INVALID_STATE ,JISX201 ,HWKANA_7BIT ,JISX201 ,INVALID_STATE
1244 myData->currentConverter = ucnv_open("ASCII",er
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 439 milliseconds