/external/curl/tests/data/ |
test1537 | 23 libcurl URL escape/unescape tests 37 unescape == original? YES 39 [old] unescape == original? YES 41 unescape -1 length: (nil) 2017
|
/external/icu/icu4c/source/test/intltest/ |
scientificnumberformattertest.cpp | 65 UnicodeString(expected).unescape(), 80 UnicodeString(expected).unescape(), 94 UnicodeString(expected).unescape(), 113 UnicodeString(expected).unescape(), 140 UnicodeString(expected).unescape(), 167 UnicodeString(expected).unescape(), 189 UnicodeString(expected).unescape(), 211 UnicodeString(expected).unescape(),
|
numfmtspectest.cpp | 37 upattern = upattern.unescape(); 194 upattern = upattern.unescape(); 211 upattern = upattern.unescape(); 256 upattern = upattern.unescape(); 257 uexpected = uexpected.unescape();
|
numbertest_affixutils.cpp | 226 AffixUtils::unescape(UnicodeStringCharSequence(input), sb, 0, provider, status); 235 AffixUtils::unescape(UnicodeStringCharSequence(UnicodeString(u"-+%")), sb, 4, provider, status); 243 int32_t length = AffixUtils::unescape(UnicodeStringCharSequence(input), nsb, 0, defaultProvider, status); 244 assertEquals("Return value of unescape", nsb.length(), length);
|
ustrtest.h | 78 * Test the unescape() function.
|
/external/v8/src/ |
uri.h | 41 // ES6 section B.2.1.2 unescape (string) 42 static MaybeHandle<String> Unescape(Isolate* isolate, Handle<String> string);
|
/external/valgrind/coregrind/m_demangle/ |
rust-demangle.c | 112 static int unescape (const char **in, char **out, const char *seq, char value); 275 if (!(unescape (&in, &out, "$C$", ',') 276 || unescape (&in, &out, "$SP$", '@') 277 || unescape (&in, &out, "$BP$", '*') 278 || unescape (&in, &out, "$RF$", '&') 279 || unescape (&in, &out, "$LT$", '<') 280 || unescape (&in, &out, "$GT$", '>') 281 || unescape (&in, &out, "$LP$", '(') 282 || unescape (&in, &out, "$RP$", ')') 283 || unescape (&in, &out, "$u20$", ' ' 350 unescape (const char **in, char **out, const char *seq, char value) function [all...] |
/external/curl/tests/libtest/ |
lib1537.c | 59 printf("unescape == original? %s\n", 72 printf("[old] unescape == original? %s\n", 86 printf("unescape -1 length: %s %d\n", ptr, outlen);
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
WebPlatformUrlTestData.java | 95 element.input = unescape(parts[i++]); 100 : unescape(base); 106 element.set(nameAndValue[0], unescape(nameAndValue[1])); 114 private static String unescape(String s) throws EOFException {
|
/external/libmojo/mojo/public/js/ |
unicode.js | 29 var utf8String = unescape(encodeURIComponent(str)); 42 var utf8String = unescape(encodeURIComponent(str));
|
/external/icu/icu4c/source/i18n/ |
number_affixutils.h | 103 * (one that would be returned by {@link #unescape}), assuming that all interpolated symbols 126 * Executes the unescape state machine. Replaces the unquoted characters "-", "+", "%", "?", and 138 unescape(const CharSequence &affixPattern, NumberStringBuilder &output, int32_t position, 142 * Sames as {@link #unescape}, but only calculates the code point count. More efficient than {@link #unescape} 147 * @return The same return value as if you called {@link #unescape}.
|
regexst.h | 48 UnicodeSet fUnescapeCharSet; // Set of chars handled by unescape when
|
/external/clang/tools/scan-build-py/libscanbuild/ |
shell.py | 58 def unescape(arg): function in function:decode 66 return [unescape(arg) for arg in shlex.split(string)]
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
StringEscapeUtils.java | 61 * <p>This method will do a simplistic generic unescape for each parameter in the list. It 73 // doing a simplistic generic unescape here: \<char> is replaced with <char>; note that
|
/compatibility/cdd/source/ |
android-cdd-footer.html | 11 for (var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
|
/external/curl/lib/ |
escape.h | 24 /* Escape and unescape URL encoding in strings. The functions return a new
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
AffixUtilsTest.java | 212 AffixUtils.unescape(input, sb, 0, provider); 219 AffixUtils.unescape("-+%", sb, 4, provider); 225 int length = AffixUtils.unescape(input, nsb, 0, DEFAULT_SYMBOL_PROVIDER); 226 assertEquals("Return value of unescape", nsb.length(), length);
|
/external/icu/icu4c/source/tools/genrb/ |
read.h | 43 U_CFUNC UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
AffixUtilsTest.java | 209 AffixUtils.unescape(input, sb, 0, provider); 216 AffixUtils.unescape("-+%", sb, 4, provider); 222 int length = AffixUtils.unescape(input, nsb, 0, DEFAULT_SYMBOL_PROVIDER); 223 assertEquals("Return value of unescape", nsb.length(), length);
|
/external/libmojo/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 » <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(';')));
|
Cookie.java | 91 n = unescape(x.nextTo("=;")); 99 v = unescape(x.nextTo(';')); 150 public static String unescape(String s) { method in class:Cookie
|
/external/eigen/doc/ |
eigendoxy_footer.html.in | 23 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
/external/python/cpython3/Doc/library/ |
html.entities.rst | 24 See also :func:`html.unescape`.
|
html.rst | 24 .. function:: unescape(s)
|