/external/icu/icu4c/source/test/intltest/ |
ucharstrietest.cpp | 788 builder_->add(UnicodeString(data[index].s, -1, US_INV).unescape(), 826 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); 862 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); [all...] |
textfile.cpp | 109 line = str.unescape();
|
ssearch.cpp | 222 text = text.unescape(); 229 text = text.unescape(); 238 text = text.unescape(); 247 text = text.unescape(); 735 UnicodeString lpUnescaped = lp.unescape(); 736 UnicodeString spUnescaped = sp.unescape(); 753 UnicodeString target = targets[t].unescape(); [all...] |
uts46test.cpp | 150 expected=UNICODE_STRING_SIMPLE("xn--bcher\\uFFFDde-65a").unescape(); 221 UnicodeString input=UNICODE_STRING_SIMPLE("\\u0000A_2+2=4\\u000A.e\\u00DFen.net").unescape(); 225 UNICODE_STRING_SIMPLE("\\u0000a_2+2=4\\u000A.essen.net").unescape() || 239 input=UNICODE_STRING_SIMPLE("a\\u2260b\\u226Ec\\u226Fd").unescape(); [all...] |
tmsgfmt.cpp | 694 MessageFormat* msgFmt1 = internalCreate(t1.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t1"); 707 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1"); 716 MessageFormat* msgFmt2 = internalCreate(t2.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t2"); 729 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2"); 761 MessageFormat* msgFmt4 = internalCreate(t4.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t4"); 774 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4"); 783 MessageFormat* msgFmt5 = internalCreate(t5.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t5"); 799 internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t5"); [all...] |
/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;")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_htmlparser.py | 342 self.assertEqual(parser.unescape('&#bad;'),'&#bad;')
343 self.assertEqual(parser.unescape('&'),'&')
|
/external/icu/icu4c/source/i18n/ |
number_patternmodifier.cpp | 204 int length = AffixUtils::unescape(*this, sb, position, *this, status); 211 int length = AffixUtils::unescape(*this, sb, position, *this, status);
|
/build/make/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"));
|
/external/curl/lib/ |
curl_path.c | 139 /* Search for terminating quote, unescape some chars */
|
gopher.c | 108 /* ... and finally unescape */
|
/external/doclava/res/assets/templates-sdk/ |
designpage.cs | 86 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
TestDeprecatedNormalizerAPI.java | 35 String s=Utility.unescape("a\u0308\uac00\\U0002f800");
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
TestDeprecatedNormalizerAPI.java | 32 String s=Utility.unescape("a\u0308\uac00\\U0002f800");
|
/external/protobuf/python/google/protobuf/ |
text_encoding.py | 88 """Unescape a text string with C-style escape sequences to UTF-8 bytes."""
|
/external/python/cpython3/Lib/test/ |
test_htmlparser.py | 566 # Maybe HTMLParser should use self.unescape for these 577 from html import unescape 581 self.assertEqual(p.unescape(s), unescape(s))
|
test_sax.py | 12 from xml.sax.saxutils import XMLGenerator, escape, unescape, quoteattr, \ 264 # ===== unescape 266 self.assertEqual(unescape("Donald Duck & Co"), "Donald Duck & Co") 269 self.assertEqual(unescape("<Donald Duck & Co>"), 273 self.assertEqual(unescape("Hei på deg", {"å" : "å"}), 277 self.assertEqual(unescape("&foo;", {"&foo;": "splat"}), "&foo;") [all...] |
/external/toybox/toys/posix/ |
printf.c | 54 if (!(result = unescape(*ptr))) result = '\\';
|
/frameworks/base/core/java/android/net/ |
UrlQuerySanitizer.java | 772 String unescapedParameter = unescape(parameter); 779 String unescapedValue = unescape(value); 829 * Unescape an escaped string. 840 public String unescape(String string) { method in class:UrlQuerySanitizer
|
/external/python/cpython2/Lib/test/ |
test_sax.py | 11 from xml.sax.saxutils import XMLGenerator, escape, unescape, quoteattr, \ 237 # ===== unescape 239 self.assertEqual(unescape("Donald Duck & Co"), "Donald Duck & Co") 242 self.assertEqual(unescape("<Donald Duck & Co>"), 246 self.assertEqual(unescape("Hei på deg", {"å" : "å"}), 250 self.assertEqual(unescape("&foo;", {"&foo;": "splat"}), "&foo;") [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
HTMLParser.py | 252 attrvalue = self.unescape(attrvalue)
365 def unescape(self, s):
member in class:HTMLParser
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
MutablePatternModifier.java | 298 int length = AffixUtils.unescape(this, sb, position, this); 305 int length = AffixUtils.unescape(this, sb, position, this);
|