HomeSort by relevance Sort by last modified time
    Searched defs:ascii (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium/base/json/
string_escape.cc 68 unsigned char ascii = static_cast<unsigned char>(*it); local
69 dst->push_back(ascii);
  /external/webkit/Source/JavaScriptCore/runtime/
Identifier.h 54 CString ascii() const { return m_string.ascii(); } function in class:JSC::Identifier
  /external/chromium/base/
file_path_unittest.cc 310 std::string ascii = WideToUTF8(leaf); local
312 std::string ascii = leaf; local
314 observed_str = root.AppendASCII(ascii);
    [all...]
string_util_unittest.cc 422 std::string ascii = WideToASCII(wchar_cases[i]); local
423 EXPECT_EQ(char_cases[i], ascii);
    [all...]
  /external/v8/test/mjsunit/
string-add.js 177 // Generate ascii and non ascii strings from length 0 to 20.
178 var ascii = 'aaaaaaaaaaaaaaaaaaaa'; variable
180 assertEquals(20, ascii.length);
185 a[i] = ascii.substring(0, i);
189 // Add ascii and non-ascii strings generating strings with length from 0 to 20.
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
ChunkHandler.java 127 char[] ascii = new char[4]; local
129 ascii[0] = (char) ((type >> 24) & 0xff);
130 ascii[1] = (char) ((type >> 16) & 0xff);
131 ascii[2] = (char) ((type >> 8) & 0xff);
132 ascii[3] = (char) (type & 0xff);
134 return new String(ascii);
  /external/grub/stage2/
serial.c 203 char ascii;
219 char ascii;
242 input_buf[0] = three_code_table[i].ascii;
259 input_buf[0] = four_code_table[i].ascii;
201 char ascii; member in struct:__anon5991
217 char ascii; member in struct:__anon5992
  /external/webkit/Source/WebCore/bridge/qt/
qt_class.cpp 134 const QByteArray ascii = name.toAscii(); local
147 if (obj->dynamicPropertyNames().indexOf(ascii) >= 0)
169 int index = m_metaObject->indexOfProperty(ascii);
182 index = obj->dynamicPropertyNames().indexOf(ascii);
184 f = new QtField(ascii);
209 if (qtinst->m_methods.contains(ascii))
216 f = new QtField(ascii);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ChunkHandler.java 136 char[] ascii = new char[4]; local
138 ascii[0] = (char) ((type >> 24) & 0xff);
139 ascii[1] = (char) ((type >> 16) & 0xff);
140 ascii[2] = (char) ((type >> 8) & 0xff);
141 ascii[3] = (char) (type & 0xff);
143 return new String(ascii);
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 63 private boolean ascii = true; field in class:AbstractSessionInputBuffer
84 this.ascii = this.charset.equalsIgnoreCase(HTTP.US_ASCII)
85 || this.charset.equalsIgnoreCase(HTTP.ASCII);
225 if (this.ascii) {
228 // This is VERY memory inefficient, BUT since non-ASCII charsets are
250 if (this.ascii) {
253 // This is VERY memory inefficient, BUT since non-ASCII charsets are
AbstractSessionOutputBuffer.java 62 private boolean ascii = true; field in class:AbstractSessionOutputBuffer
79 this.ascii = this.charset.equalsIgnoreCase(HTTP.US_ASCII)
80 || this.charset.equalsIgnoreCase(HTTP.ASCII);
151 if (this.ascii) {
167 // This is VERY memory inefficient, BUT since non-ASCII charsets are
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 30 Charset ascii = Charset.forName("US-ASCII"); local
31 CharsetEncoder e = ascii.newEncoder();
34 e.replaceWith("=".getBytes("US-ASCII"));
36 String output = ascii.decode(e.encode(CharBuffer.wrap(input))).toString();
50 assertReplacementBytesForEncoder("US-ASCII", new byte[] { (byte) '?' });
  /external/v8/test/cctest/
test-strings.cc 308 // A simple ascii string
314 // A mixed ascii and non-ascii string
366 // Generate short ascii and non-ascii external strings.
368 char* ascii = ZONE->NewArray<char>(i + 1); local
370 ascii[j] = 'a';
375 new AsciiResource(Vector<const char>(ascii, i));
399 // Add short external ascii and non-ascii strings checking the result
    [all...]
test-heap.cc 759 char* ascii = NewArray<char>(length + 1); local
761 ascii[length] = 0;
763 ascii[i] = 'a';
772 FACTORY->LookupSymbol(Vector<const char>(ascii, length));
779 FACTORY->NewStringFromUtf8(Vector<const char>(ascii, length));
783 DeleteArray(ascii);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 642 CString String::ascii() const function in class:WTF::String
644 // Printable ASCII characters 32..127 and the null character are
699 // non-ascii characters). (Alternatively, scan the buffer first for
700 // ascii characters, so we know this will be sufficient).
742 // We'll use a StringImpl as a buffer; if the source string only contains ascii this should be
753 // stringBuffer is full (the input must have been all ascii) so just return it!
  /external/icu4c/test/cintltst/
bocu1tst.c 9 * encoding: US-ASCII
58 * C0 control codes and space are encoded with their US-ASCII bytes.
62 /* initial value for "prev": middle of the ASCII range */
134 * ASCII-oriented software.
934 static const UChar ascii[]={ 0x61, 0x62, 0x20, 0x63, 0x61 }; variable
954 { ascii, LENGTHOF(ascii) },
  /external/icu4c/test/intltest/
testidna.cpp 9 * encoding: US-ASCII
240 const char *ascii; member in struct:ErrorCases
314 /* wrong ACE-prefix followed by valid ACE-encoded ASCII */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 457 char ascii = iPod_SC_keymap[keybuf[i] & 0x7f]; local
459 if (dbgout) fprintf (dbgout, "Key! %02x is %c %s", keybuf[i], ascii, (keybuf[i] & 0x80)? "up" : "down");
461 keysym.sym = keysym.unicode = ascii;
  /external/skia/samplecode/
SampleAll.cpp 394 char ascii[] = "ascii..."; local
395 size_t asciiLength = sizeof(ascii) - 1;
518 canvas->drawPosText(ascii, asciiLength, pos.begin(), paint);
519 canvas->drawPosText(ascii, asciiLength, pos2.begin(), paint);
  /external/opencv/cxcore/include/
cxcore.h 1385 const int* ascii; \/* font data and metrics *\/ member in struct:CvFont
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 4797 bool ascii = (flags & COPY_ASCII) != 0; local
    [all...]
  /prebuilt/common/http-client/
commons-codec-1.4.jar 
  /external/kernel-headers/original/linux/
fb.h 463 __u8 ascii[14]; /* ? */ member in struct:fb_monspecs
    [all...]
  /external/v8/src/
jsregexp.cc 286 // source for either ASCII or non-ASCII strings.
454 // A flat ASCII string might have a two-byte first part.
486 // being internal and external, and even between being ASCII and UC16,
811 inline bool ascii() { return ascii_; } function in class:v8::internal::RegExpCompiler
844 RegExpCompiler::RegExpCompiler(int capture_count, bool ignore_case, bool ascii)
849 ascii_(ascii),
1395 bool ascii = compiler->ascii(); local
1477 bool ascii = compiler->ascii(); local
2451 bool ascii = compiler->ascii(); local
2714 bool ascii = compiler->ascii(); local
    [all...]
objects.cc 660 // English? Returns false for non-ASCII or words that don't start with
865 bool ascii = true; local
870 ascii = false;
874 if (ascii) {
    [all...]

Completed in 450 milliseconds

1 2