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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
escape.js 29 * @fileoverview Check that the global escape and unescape functions work
36 // Check the unescape chars are not escaped
61 // Check all chars up to 1000 in groups of 10 using unescape as a check
64 assertEquals(s, unescape(escape(s)));
74 assertEquals(example, unescape(escape(example)));
77 // Check unescape can cope with upper and lower case
78 assertEquals(unescape("%41%4A%4a"), "AJJ");
81 assertEquals("%U1234", unescape("%U1234"));
84 assertEquals("%", unescape("%"));
85 assertEquals("%4", unescape("%4"))
    [all...]
  /external/chromium_org/url/
url_canon_path.cc 17 // table below more clear when neither ESCAPE or UNESCAPE is set.
34 UNESCAPE = 4,
49 // IsDot. Therefore, we don't need the "escape" flag, and even the "unescape"
57 ESCAPE, PASS, ESCAPE, ESCAPE, PASS, ESCAPE, PASS, PASS, PASS, PASS, PASS, PASS, PASS, UNESCAPE,SPECIAL, PASS,
59 UNESCAPE,UNESCAPE,UNESCAPE,UNESCAPE,UNESCAPE,UNESCAPE,UNESCAPE,UNESCAPE,UNESCAPE,UNESCAPE,PASS, PASS, ESCAPE, PASS, ESCAPE, ESCAPE
    [all...]
  /external/chromium_org/net/tools/dump_cache/
url_utilities_unittest.cc 66 TEST(UrlUtilitiesTest, Unescape) {
69 UrlUtilities::Unescape("http://www.foo.com"));
71 UrlUtilities::Unescape("www.foo.com:80/news?q=hello"));
75 UrlUtilities::Unescape("%7E%60%21%40%23%24%25%5E%26%2A%28%29%5F%2D"
81 EXPECT_EQ(unescaped_char, UrlUtilities::Unescape(escaped_char))
84 EXPECT_EQ(unescaped_char, UrlUtilities::Unescape(escaped_char))
90 UrlUtilities::Unescape("~`!@#$^&*()_-+={[}]|\\:;\"'<,>.?/"));
94 EXPECT_EQ(just_char, UrlUtilities::Unescape(just_char));
98 // Some examples to unescape.
99 EXPECT_EQ("Hello, world!", UrlUtilities::Unescape("Hello%2C world%21"))
    [all...]
url_utilities.h 28 // Unescape a url, converting all %XX to the the actual char 0xXX.
30 static std::string Unescape(const std::string& escaped_url);
url_utilities.cc 63 // Parsing states for UrlUtilities::Unescape
72 std::string UrlUtilities::Unescape(const std::string& escaped_url) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
background.js 6 var args = JSON.parse(unescape(json_args));
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
parse_url.js 21 value = unescape(value);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
utilities.mak 30 # $(call unescape-nl...)
34 # unescape-nl
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
58 # shell-unescape-nl
60 # Usage: $(shell some-command | $(call shell-unescape-nl[,escape]))
62 # Use this to unescape newlines from within a shell call;
74 define shell-unescape-nl
128 "$$(echo $(call escape-nl,$(shell-sq),$(2)) | $(call shell-unescape-nl,$(2)))"
144 lookup = $(call unescape-nl,$(shell sh -c $(_l-sh))
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.h 41 U_CFUNC UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
  /external/icu/icu4c/source/tools/genrb/
read.h 41 U_CFUNC UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
  /external/chromium_org/mojo/public/js/bindings/
unicode.js 29 var utf8String = unescape(encodeURIComponent(str));
42 var utf8String = unescape(encodeURIComponent(str));
  /external/chromium_org/third_party/icu/source/test/intltest/
strcase.cpp 77 expectedResult = UnicodeString("i\\u0307stanbul, not constantinople!", "").unescape();
192 deseretInput=UnicodeString("\\U0001043C\\U00010414", "").unescape(),
193 deseretLower=UnicodeString("\\U0001043C\\U0001043C", "").unescape(),
194 deseretUpper=UnicodeString("\\U00010414\\U00010414", "").unescape();
210 ljInput=UnicodeString("ab'cD \\uFB00i\\u0131I\\u0130 \\u01C7\\u01C8\\u01C9 \\U0001043C\\U00010414", "").unescape(),
211 ljLower=UnicodeString("ab'cd \\uFB00i\\u0131ii\\u0307 \\u01C9\\u01C9\\u01C9 \\U0001043C\\U0001043C", "").unescape(),
212 ljUpper=UnicodeString("AB'CD FFIII\\u0130 \\u01C7\\u01C7\\u01C7 \\U00010414\\U00010414", "").unescape();
232 sigmas=UnicodeString("i\\u0307\\u03a3\\u0308j \\u0307\\u03a3\\u0308j i\\u00ad\\u03a3\\u0308 \\u0307\\u03a3\\u0308 ", "").unescape(),
233 sigmasLower=UnicodeString("i\\u0307\\u03c3\\u0308j \\u0307\\u03c3\\u0308j i\\u00ad\\u03c2\\u0308 \\u0307\\u03c3\\u0308 ", "").unescape(),
234 sigmasUpper=UnicodeString("I\\u0307\\u03a3\\u0308J \\u0307\\u03a3\\u0308J I\\u00ad\\u03a3\\u0308 \\u0307\\u03a3\\u0308 ", "").unescape();
    [all...]
itspoof.cpp 156 UnicodeString s2 = UnicodeString("\\u0441\\u0445\\u0455").unescape(); // Cyrillic "cxs"
254 UnicodeString uInput = UnicodeString(input).unescape();
255 UnicodeString uExpected = UnicodeString(expected).unescape();
287 UnicodeString s = UnicodeString("abcd\\u0301ef").unescape();
293 UnicodeString s2 = UnicodeString("abcd\\u0301\\u0302\\u0301ef").unescape();
301 UnicodeString s3 = UnicodeString("abcd\\u00e1\\u0301xyz").unescape();
310 UnicodeString s = UnicodeString("B\\u00c1\\u0301").unescape();
520 testString = testString.unescape();
531 UnicodeSet numerics(UnicodeString(test.fNumerics).unescape(), status);
582 UnicodeString testString = UnicodeString(test.fTestString).unescape();
    [all...]
ustrtest.h 75 * Test the unescape() function.
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 77 expectedResult = UnicodeString("i\\u0307stanbul, not constantinople!", "").unescape();
192 deseretInput=UnicodeString("\\U0001043C\\U00010414", "").unescape(),
193 deseretLower=UnicodeString("\\U0001043C\\U0001043C", "").unescape(),
194 deseretUpper=UnicodeString("\\U00010414\\U00010414", "").unescape();
210 ljInput=UnicodeString("ab'cD \\uFB00i\\u0131I\\u0130 \\u01C7\\u01C8\\u01C9 \\U0001043C\\U00010414", "").unescape(),
211 ljLower=UnicodeString("ab'cd \\uFB00i\\u0131ii\\u0307 \\u01C9\\u01C9\\u01C9 \\U0001043C\\U0001043C", "").unescape(),
212 ljUpper=UnicodeString("AB'CD FFIII\\u0130 \\u01C7\\u01C7\\u01C7 \\U00010414\\U00010414", "").unescape();
232 sigmas=UnicodeString("i\\u0307\\u03a3\\u0308j \\u0307\\u03a3\\u0308j i\\u00ad\\u03a3\\u0308 \\u0307\\u03a3\\u0308 ", "").unescape(),
233 sigmasLower=UnicodeString("i\\u0307\\u03c3\\u0308j \\u0307\\u03c3\\u0308j i\\u00ad\\u03c2\\u0308 \\u0307\\u03c3\\u0308 ", "").unescape(),
234 sigmasUpper=UnicodeString("I\\u0307\\u03a3\\u0308J \\u0307\\u03a3\\u0308J I\\u00ad\\u03a3\\u0308 \\u0307\\u03a3\\u0308 ", "").unescape();
    [all...]
itspoof.cpp 156 UnicodeString s2 = UnicodeString("\\u0441\\u0445\\u0455").unescape(); // Cyrillic "cxs"
254 UnicodeString uInput = UnicodeString(input).unescape();
255 UnicodeString uExpected = UnicodeString(expected).unescape();
287 UnicodeString s = UnicodeString("abcd\\u0301ef").unescape();
293 UnicodeString s2 = UnicodeString("abcd\\u0301\\u0302\\u0301ef").unescape();
301 UnicodeString s3 = UnicodeString("abcd\\u00e1\\u0301xyz").unescape();
310 UnicodeString s = UnicodeString("B\\u00c1\\u0301").unescape();
520 testString = testString.unescape();
531 UnicodeSet numerics(UnicodeString(test.fNumerics).unescape(), status);
582 UnicodeString testString = UnicodeString(test.fTestString).unescape();
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
GlobalObject-expected.txt 34 PASS unescape(escape(h)) is h
35 PASS unescape(escape(u)) is u
36 PASS unescape(escape(z)) is z
GlobalObject.js 34 shouldBe("unescape(escape(h))", "h");
35 shouldBe("unescape(escape(u))", "u");
36 shouldBe("unescape(escape(z))", "z");
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
UNCOVERED 46 unescape
  /external/chromium_org/third_party/icu/source/i18n/
regexst.h 46 UnicodeSet fUnescapeCharSet; // Set of chars handled by unescape when
  /external/icu/icu4c/source/i18n/
regexst.h 46 UnicodeSet fUnescapeCharSet; // Set of chars handled by unescape when
  /external/chromium_org/net/base/
escape.cc 64 // we don't want to unescape them sometimes. In many case we won't want to
65 // unescape spaces, but that is controlled by parameters to Unescape*.
67 // The basic rule is that we can't unescape anything that would changing parsing
68 // like # or ?. We also can't unescape &, =, or + since that could be part of a
70 // unescape \ since src/url/ will convert it to a /.
72 // Lastly, we can't unescape anything that doesn't have a canonical
100 // Attempts to unescape the sequence at |index| within |escaped_text|. If
135 // Do not unescape anything, return the |escaped_text| text.
202 if (first_byte >= 0x80 || // Unescape all high-bit characters
    [all...]
  /external/chromium_org/third_party/markupsafe/
__init__.py 123 def unescape(self): member in class:Markup
124 r"""Unescape markup again into an text_type string. This also resolves
127 >>> Markup("Main &raquo; <em>About</em>").unescape()
146 r"""Unescape markup into an text_type string and strip all tags. This
154 return Markup(stripped).unescape()
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
CookieList.java 53 String name = Cookie.unescape(x.nextTo('='));
55 o.put(name, Cookie.unescape(x.nextTo(';')));
  /external/chromium_org/chrome/browser/dom_distiller/
tab_utils_android.cc 44 // Note that we can't unescape spaces here, because if the user copies this

Completed in 1370 milliseconds

1 2 3 4 5 6 7 8 91011>>