HomeSort by relevance Sort by last modified time
    Searched full:unescape (Results 51 - 75 of 312) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libmicrohttpd/src/microhttpd/
internal.c 127 * @param val value to unescape (modified in the process)
  /external/v8/test/mjsunit/
function-names.js 127 "escape", "unescape", "decodeURI", "decodeURIComponent",
  /prebuilts/tools/common/proguard/proguard4.7/docs/
sections.html 57 document.write(unescape("%3Cscript src='"+base+"piwik.js' type='text/javascript'%3E%3C/script%3E"));
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_tokenizer.py 130 def unescape(test): function
216 test = unescape(test)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
UtilityTest.java 47 String result = Utility.unescape(input);
49 errln("FAIL: Utility.unescape() returned " + result + ", exp. " + expect);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
UtilityTest.java 43 String result = Utility.unescape(input);
45 errln("FAIL: Utility.unescape() returned " + result + ", exp. " + expect);
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
tokenizer.py 113 def unescape(self): member in class:Token
444 token = self.get().unescape()
485 token = self.get().unescape()
502 token = self.get().unescape()
514 token = self.get().unescape()
544 token = self.get().unescape()
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 470 Numpad[i] = unEscape(res);
476 FunctionKey[i] = unEscape(res);
480 FunctionKeyShift[i] = unEscape(res);
484 FunctionKeyCtrl[i] = unEscape(res);
488 FunctionKeyAlt[i] = unEscape(res);
494 PrevScn[i] = unEscape(res);
498 NextScn[i] = unEscape(res);
502 KeyEnd[i] = unEscape(res);
506 KeyHome[i] = unEscape(res);
510 Insert[i] = unEscape(res)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java 387 String s2 = Utility.unescape("\\u0441\\u0445\\u0455"); // Cyrillic "cxs"
465 String uInput = Utility.unescape(input);
466 String uExpected = Utility.unescape(expected);
486 String s = Utility.unescape("abcd\\u0301ef");
493 String s2 = Utility.unescape("abcd\\u0301\\u0302\\u0301ef");
501 String s3 = Utility.unescape("abcd\\u00e1\\u0301xyz");
635 String identifier = Utility.unescape("ABC\\U0001D7CF\\U0001D7D0\\U0001D7D1");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 383 String s2 = Utility.unescape("\\u0441\\u0445\\u0455"); // Cyrillic "cxs"
461 String uInput = Utility.unescape(input);
462 String uExpected = Utility.unescape(expected);
482 String s = Utility.unescape("abcd\\u0301ef");
489 String s2 = Utility.unescape("abcd\\u0301\\u0302\\u0301ef");
497 String s3 = Utility.unescape("abcd\\u00e1\\u0301xyz");
631 String identifier = Utility.unescape("ABC\\U0001D7CF\\U0001D7D0\\U0001D7D1");
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 573 // this unescape is slow but easy to understand
574 txt = StringExtensions.replaceAll(txt, "%0A", "\n"); // unescape \n
575 txt = StringExtensions.replaceAll(txt, "%0D", "\r"); // unescape \r
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 729 // this unescape is slow but easy to understand
730 txt = txt.Replace( "%0A", "\n" ); // unescape \n
731 txt = txt.Replace( "%0D", "\r" ); // unescape \r
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java 514 // this unescape is slow but easy to understand
515 txt = txt.replaceAll("%0A","\n"); // unescape \n
516 txt = txt.replaceAll("%0D","\r"); // unescape \r
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
LOC.py 226 token = tok.get().unescape()
232 token = tok.get().unescape()
238 token = tok.get().unescape()
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
sanitizer.py 4 from xml.sax.saxutils import escape, unescape
207 unescape(attrs[attr])).lower()
225 unescape(attrs[attr]))
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 70 return str.unescape();
357 a = a.unescape();
364 exp = exp.unescape();
376 UnicodeString exp = UnicodeString(DATA[i+2], "").unescape();
815 left=UnicodeString(cases[i][1], "").unescape();
816 right=UnicodeString(cases[i][2], "").unescape();
817 expect=UnicodeString(cases[i][3], "").unescape();
    [all...]
ucharstrietest.cpp 785 builder_->add(UnicodeString(data[index].s, -1, US_INV).unescape(),
823 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape();
859 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape();
    [all...]
  /external/v8/src/js/
uri.js 172 function Encode(uri, unescape) {
179 if (unescape(cc1)) {
373 "unescape", URIUnescapeJS,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sax.py 11 from xml.sax.saxutils import XMLGenerator, escape, unescape, quoteattr, \
131 # ===== unescape
133 self.assertEqual(unescape("Donald Duck & Co"), "Donald Duck & Co")
136 self.assertEqual(unescape("<Donald Duck & Co>"),
140 self.assertEqual(unescape("Hei på deg", {"å" : "å"}),
144 self.assertEqual(unescape("&foo;", {"&foo;": "splat"}), "&foo;")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sax.py 11 from xml.sax.saxutils import XMLGenerator, escape, unescape, quoteattr, \
131 # ===== unescape
133 self.assertEqual(unescape("Donald Duck & Co"), "Donald Duck & Co")
136 self.assertEqual(unescape("<Donald Duck & Co>"),
140 self.assertEqual(unescape("Hei på deg", {"å" : "å"}),
144 self.assertEqual(unescape("&foo;", {"&foo;": "splat"}), "&foo;")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sax.py 11 from xml.sax.saxutils import XMLGenerator, escape, unescape, quoteattr, \
131 # ===== unescape
133 self.assertEqual(unescape("Donald Duck & Co"), "Donald Duck & Co")
136 self.assertEqual(unescape("<Donald Duck & Co>"),
140 self.assertEqual(unescape("Hei på deg", {"å" : "å"}),
144 self.assertEqual(unescape("&foo;", {"&foo;": "splat"}), "&foo;")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sax.py 11 from xml.sax.saxutils import XMLGenerator, escape, unescape, quoteattr, \
131 # ===== unescape
133 self.assertEqual(unescape("Donald Duck & Co"), "Donald Duck & Co")
136 self.assertEqual(unescape("<Donald Duck & Co>"),
140 self.assertEqual(unescape("Hei på deg", {"å" : "å"}),
144 self.assertEqual(unescape("&foo;", {"&foo;": "splat"}), "&foo;")
  /build/tools/droiddoc/templates-ndk/
designpage.cs 92 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  /build/tools/droiddoc/templates-sdk/
designpage.cs 86 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  /build/tools/droiddoc/templates-sdk-dev/
designpage.cs 86 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

Completed in 1361 milliseconds

1 23 4 5 6 7 8 91011>>