HomeSort by relevance Sort by last modified time
    Searched full:escape (Results 1 - 25 of 1511) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/googleurl/src/
url_canon_path.cc 43 // table below more clear when neither ESCAPE or UNESCAPE is set.
53 // for this is triggered. Not valid with PASS or ESCAPE
55 ESCAPE = ESCAPE_BIT | SPECIAL,
58 // ESCAPE or PASS. We DON'T set the SPECIAL flag since if we encounter these
75 // IsDot. Therefore, we don't need the "escape" flag, and even the "unescape"
79 INVALID, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE
    [all...]
  /external/webkit/LayoutTests/fast/encoding/
percent-escaping-expected.txt 1 Test for bug 6452 - KURL::appendEscapingBadChars() should never escape percent characters.
latin1-winlatin.html 12 <script>document.write('<p>(escaped): ' + escape(document.getElementById('entities').innerHTML) + '</p>');</script><p>Inline: <span id='inline'>?????</span></p>
13 <script>document.write('<p>(escaped): ' + escape(document.getElementById('inline').innerHTML) + '</p>');</script><p>document.write of unicode escapes: <script>document.write('<span id="write">\x80\x81\u0083\u0086\u0087</span>');</script></p><script>document.write('<p>(escaped): ' + escape(document.getElementById('write').innerHTML) + '</p>');</script><p>innerHTML assignment of unicode escapes: <span id='inner'></span></p><script>document.getElementById('inner').innerHTML = '\x80\x81\u0083\u0086\u0087';</script><script>document.write('<p>(escaped): ' + escape(document.getElementById('inner').innerHTML) + '</p>');</script>
  /external/webkit/Tools/RebaselineQueueServer/templates/
builder-queue-list.html 4 <title>{{ builder_name|escape }} Queue</title>
9 <h1>Queue: {{ builder_name|escape }}</h1>
14 {{ entry.test|escape }}
21 <a href="/builder/{{ builder_name|escape }}/queue/edit">Edit queue</a>
home.html 18 <a href="/builder/{{ builder_name|escape }}/queue">{{ builder_name|escape }}</a>
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_CheckVLCEscapeMode.c 13 * Contains module for VLC escape mode check
27 * Performs escape mode decision based on the run, run+, level, level+ and
49 * Returns an Escape mode which can take values from 0 to 3
50 * 0 --> no escape mode, 1 --> escape type 1,
51 * 1 --> escape type 2, 3 --> escape type 3, check section 7.4.1.3
67 OMX_U8 escape = 0, fMode = 0, entries; local
84 escape = 1;
89 escape = 1
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.4.js 25 escape( string )
28 The escape function computes a new version of a string value in which
29 certain characters have been replaced by a hexadecimal escape sequence.
34 escape sequence of the form %xx is used in accordance with RFC1738.
36 digit escape sequence of the form %uxxxx is used.
38 When the escape function is called with one argument string, the
72 var TITLE = "escape(string)";
84 array[item++] = new TestCase( SECTION, "escape.length", 1, escape.length );
85 array[item++] = new TestCase( SECTION, "escape.length = null; escape.length", 1, eval("escape.length = null; escape.length") )
    [all...]
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/
createHTMLDocument-title-expected.txt 1 Test for a bug 30982: createHTMLDocument doesn't escape ampersand and less-than in title.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoringTest.java 24 assertEquals("&lt;", escape("<")); //$NON-NLS-1$ //$NON-NLS-2$
25 assertEquals("&amp;", escape("&")); //$NON-NLS-1$ //$NON-NLS-2$
29 assertEquals("\\'", escape("'")); //$NON-NLS-1$ //$NON-NLS-2$
30 assertEquals("\\\"", escape("\"")); //$NON-NLS-1$ //$NON-NLS-2$
31 assertEquals("\" ' \"", escape(" ' ")); //$NON-NLS-1$ //$NON-NLS-2$
35 assertEquals("\"at end \"", escape("at end ")); //$NON-NLS-1$ //$NON-NLS-2$
36 assertEquals("\" at begin\"", escape(" at begin")); //$NON-NLS-1$ //$NON-NLS-2$
41 assertEquals("\\@text", escape("@text")); //$NON-NLS-1$ //$NON-NLS-2$
42 assertEquals("a@text", escape("a@text")); //$NON-NLS-1$ //$NON-NLS-2$
43 assertEquals("\\?text", escape("?text")); //$NON-NLS-1$ //$NON-NLS-2
54 private static String escape(String unescaped) { method in class:ExtractStringRefactoringTest
    [all...]
  /external/clang/test/Lexer/
wchar.c 4 (void)L"\U00010000"; // expected-warning {{character unicode escape sequence too long for its type}}
6 (void)L'\U00010000'; // expected-warning {{character unicode escape sequence too long for its type}}
char-escapes.c 9 int test['\e' == 27 ? 1 : -1]; // expected-warning {{non-standard escape}}
10 int test['\E' == 27 ? 1 : -1]; // expected-warning {{non-standard escape}}
18 int test['\(' == 40 ? 1 : -1]; // expected-warning {{non-standard escape}}
19 int test['\{' == 123 ? 1 : -1]; // expected-warning {{non-standard escape}}
20 int test['\[' == 91 ? 1 : -1]; // expected-warning {{non-standard escape}}
21 int test['\%' == 37 ? 1 : -1]; // expected-warning {{non-standard escape}}
22 const char *format = "abc \m def"; // expected-warning{{unknown escape sequence '\m'}}
  /external/icu4c/tools/genrb/
rle.h 45 * A character represents itself, unless it is the ESCAPE character. Then
47 * ESCAPE ESCAPE ESCAPE literal
48 * ESCAPE n c n instances of character c
50 * more characters. Thus we have n > 0 and n != ESCAPE and n <= 0xFFFF.
51 * If we encounter a run where n == ESCAPE, we represent this as:
52 * c ESCAPE n-1 c
53 * The ESCAPE value is chosen so as not to collide with commonly
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TEscape.java 12 super.setText("escape");
17 super.setText("escape");
  /external/v8/test/mjsunit/
escape.js 29 * @fileoverview Check that the global escape and unescape functions work
37 assertEquals(unescaped, escape(unescaped));
39 assertEquals("%20/%20", escape(" / "));
41 assertEquals("%000", escape("\0" + "0"));
42 // Check a unicode escape
43 assertEquals("A%20B%u1234%00%20C", escape(String.fromCharCode(0x41, 0x20, 0x42, 0x1234, 0, 0x20, 0x43)));
45 assertEquals("%u0123", escape(String.fromCharCode(0x123)));
47 assertEquals("%uABCD", escape(String.fromCharCode(0xabcd)));
48 assertEquals("%AB", escape(String.fromCharCode(0xab)));
49 assertEquals("%0A", escape("\n"))
    [all...]
  /external/chromium/net/base/
escape_icu.cc 7 #include "net/base/escape.h"
12 // This file exists to avoid having escape.cc depend on ICU.
  /external/icu4c/i18n/
esctrn.h 22 * A transliterator that converts Unicode characters to an escape
23 * form. Examples of escape forms are "U+4E01" and "&#x10FFFF;".
24 * Escape forms have a prefix and suffix, either of which may be
28 * 16-bit code units. Most escape forms handle 32-bit code points,
32 * <p>Some escape forms actually have two different patterns, one for
49 * The prefix of the escape form; may be empty, but usually isn't.
54 * The prefix of the escape form; often empty.
94 * Constructs an escape transliterator with the given ID and
  /external/icu4c/samples/uresb/
en.txt 24 "Illegal escape sequence",
25 "Unsupported escape sequence"
  /external/llvm/test/Assembler/
named-metadata.ll 13 ; \31 is the digit '1'. On emission, we escape the first character (to avoid
21 ; \x doesn't mean anything, so we parse it literally but escape the \ into \5C
  /external/icu4c/samples/datefmt/
util.h 13 UnicodeString escape(const UnicodeString &source);
  /external/icu4c/samples/msgfmt/
util.h 13 UnicodeString escape(const UnicodeString &source);
  /external/icu4c/samples/numfmt/
util.h 14 UnicodeString escape(const UnicodeString &source);
  /external/icu4c/samples/translit/
util.h 13 UnicodeString escape(const UnicodeString &source);
  /external/llvm/test/CodeGen/Blackfin/
2009-08-15-SetCC-Undef.ll 3 ; An undef argument causes a setugt node to escape instruction selection.
  /external/oprofile/daemon/
opd_interface.h 28 /* Code 9 is now considered an unknown escape code */
40 /* Code 12 is now considered an unknown escape code */
43 /* AMD's Instruction-Based Sampling (IBS) escape code */
  /external/qemu/
qjson.c 146 char escape[7]; local
153 snprintf(escape, sizeof(escape), "\\u%04X", wchar);
154 qstring_append(str, escape);
157 char escape[7]; local
163 snprintf(escape, sizeof(escape), "\\u%04X", wchar);
164 qstring_append(str, escape);
189 char escape[7]; local
190 snprintf(escape, sizeof(escape), "\\u%04X", ptr[0])
    [all...]

Completed in 334 milliseconds

1 2 3 4 5 6 7 8 91011>>