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

1 2 3 4 5 6

  /external/webkit/JavaScriptCore/wrec/
Escapes.h 39 class Escape {
49 Escape(Type type)
68 class PatternCharacterEscape : public Escape {
70 static const PatternCharacterEscape& cast(const Escape& escape)
72 ASSERT(escape.type() == PatternCharacter);
73 return static_cast<const PatternCharacterEscape&>(escape);
77 : Escape(PatternCharacter)
82 operator Escape() const { return *this; }
87 class CharacterClassEscape : public Escape {
    [all...]
WRECParser.cpp 293 Escape escape = consumeEscape(true); local
295 switch (escape.type()) {
296 case Escape::PatternCharacter: {
297 int character = PatternCharacterEscape::cast(escape).character();
303 case Escape::CharacterClass: {
304 const CharacterClassEscape& characterClassEscape = CharacterClassEscape::cast(escape);
309 case Escape::Error:
311 case Escape::Backreference:
312 case Escape::WordBoundaryAssertion:
581 Escape escape = consumeEscape(false); local
    [all...]
  /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);
main.cpp 85 uprintf(escape(str));
93 uprintf(escape(str));
99 uprintf(escape(str));
106 uprintf(escape(str));
111 uprintf(escape(str2));
  /external/webkit/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...]
  /build/tools/droiddoc/src/
TextTagInfo.java 19 super(n, k, DroidDoc.escape(t), p);
  /external/chromium/base/json/
json_writer.h 28 // Same as above, but has an option to not escape the string, preserving its
33 bool escape,
45 void BuildJSONString(const Value* const node, int depth, bool escape);
json_writer.cc 34 bool escape,
40 writer.BuildJSONString(node, 0, escape);
53 bool escape) {
108 if (escape) {
133 BuildJSONString(value, depth, escape);
171 BuildJSONString(value, depth + 1, escape);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
octal-003.js 17 * regexp should be parsed as a single token: it is the octal escape sequence
62 escape(pattern),
63 escape(regexp.exec(pattern).input) );
68 escape(regexp.exec(pattern).toString()) );
78 escape(regexp.exec(pattern)[matches]) );
  /external/icu4c/samples/translit/answers/
main_4.cpp 83 uprintf(escape(str));
91 uprintf(escape(str));
97 uprintf(escape(str));
104 uprintf(escape(str));
109 uprintf(escape(str2));
main_3.cpp 79 uprintf(escape(str));
87 uprintf(escape(str));
93 uprintf(escape(str));
100 uprintf(escape(str));
main_2.cpp 60 uprintf(escape(str));
68 uprintf(escape(str));
74 uprintf(escape(str));
main_1.cpp 52 uprintf(escape(str));
60 uprintf(escape(str));
  /external/qemu/
qjson.c 132 char escape[7]; local
139 snprintf(escape, sizeof(escape), "\\u%04X", wchar);
140 qstring_append(str, escape);
143 char escape[7]; local
149 snprintf(escape, sizeof(escape), "\\u%04X", wchar);
150 qstring_append(str, escape);
172 char escape[7]; local
173 snprintf(escape, sizeof(escape), "\\u%04X", ptr[0])
    [all...]
  /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/iproute2/tc/
emp_ematch.l 91 <str>\\[0-7]{1,3} { /* octal escape sequence */
96 fprintf(stderr, "error: octal escape sequence" \
103 <str>\\[0-9]+ { /* catch wrong octal escape seq. */
104 fprintf(stderr, "error: invalid octale escape sequence\n");
114 fprintf(stderr, "error: hexadecimal escape " \
  /external/libxml2/include/libxml/
xmlsave.h 77 xmlCharEncodingOutputFunc escape);
80 xmlCharEncodingOutputFunc escape);
  /packages/experimental/procstatlog/
procstatreport.py 155 "filename": cgi.escape(log_filename),
156 "user": cgi.escape(os.environ.get("USER", "unknown")),
157 "date": cgi.escape(time.ctime()),
200 "id": cgi.escape("total_cpu"),
242 "id": cgi.escape("cpu_speed"),
274 "id": cgi.escape("context_switches"),
338 "id": cgi.escape("total_faults"),
369 "id": cgi.escape("binder_calls"),
421 "id": cgi.escape("net%d" % num),
424 "interface": cgi.escape(interface)
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
SerializationHandler.java 80 * @param escape true if escaping is to be set on.
82 public boolean setEscaping(boolean escape) throws SAXException;
  /build/tools/
compare_fileslist.py 86 print " <td class='fn'>%s</td>" % cgi.escape(combo)
98 print " <td class='fn'>%s</td>" % cgi.escape(row[0])
  /external/chromium/third_party/icu/source/test/intltest/
nmfmtrt.cpp 245 logln(/*value.getString(temp) +*/ " F> " + escape(s));
250 logln(escape(s) + " P> " /*+ n.getString(temp)*/);
258 logln(/*n.getString(temp) +*/ " F> " + escape(s2));
262 errln("*** STRING ERROR \"" + escape(s) + "\" != \"" + escape(s2) + "\"");
290 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
292 escape(s2));
337 NumberFormatRoundTripTest::escape(UnicodeString& s) function in class:NumberFormatRoundTripTest
  /external/icu4c/test/intltest/
nmfmtrt.cpp 245 logln(/*value.getString(temp) +*/ " F> " + escape(s));
250 logln(escape(s) + " P> " /*+ n.getString(temp)*/);
258 logln(/*n.getString(temp) +*/ " F> " + escape(s2));
262 errln("*** STRING ERROR \"" + escape(s) + "\" != \"" + escape(s2) + "\"");
290 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
292 escape(s2));
337 NumberFormatRoundTripTest::escape(UnicodeString& s) function in class:NumberFormatRoundTripTest

Completed in 447 milliseconds

1 2 3 4 5 6