Searched defs:unescaped (Results 1 - 12 of 12) sorted by relevance

/external/v8/test/mjsunit/
H A Descape.js34 var unescaped = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789@*_+-./"; variable
37 assertEquals(unescaped, escape(unescaped));
54 if (unescaped.indexOf(s, 0) == -1) {
/external/chromium/net/base/
H A Descape_unittest.cc178 // Certain URL-sensitive characters should not be unescaped unless asked.
239 // Certain URL-sensitive characters should not be unescaped unless asked.
328 L"%ED%ED"}, // Invalid UTF-8 -> kept unescaped.
332 std::string unescaped = UnescapeURLComponent(unescape_cases[i].input, local
334 EXPECT_EQ(std::string(unescape_cases[i].url_unescaped), unescaped); local
336 unescaped = UnescapeURLComponent(unescape_cases[i].input,
338 EXPECT_EQ(std::string(unescape_cases[i].query_unescaped), unescaped); local
/external/chromium/chrome/browser/net/
H A Durl_fixer_upper.cc540 std::wstring unescaped = UTF8ToWide(UnescapeURLComponent( local
544 std::string unescaped = UnescapeURLComponent(
549 if (!ValidPathForFile(unescaped, &full_path))
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url.cc487 std::string unescaped = local
491 if (base::CodepageToUTF16(unescaped, encodings[i].c_str(),
497 if (base::CodepageToUTF16(unescaped, base::kCodepageUTF8,
/external/chromium/net/http/
H A Dhttp_util.cc395 std::string unescaped; local
404 unescaped.push_back(c);
406 return unescaped;
/external/libxml2/
H A Dnanoftp.c474 char *unescaped; local
490 unescaped = xmlURIUnescapeString(URL, 0, NULL);
491 if (unescaped != NULL) {
492 xmlNanoFTPScanURL(ret, unescaped);
493 xmlFree(unescaped);
H A DxmlIO.c930 * Wrapper around xmlFileOpen_real that try it with an unescaped
937 char *unescaped; local
942 unescaped = xmlURIUnescapeString(filename, 0, NULL);
943 if (unescaped != NULL) {
944 retval = xmlFileOpen_real(unescaped);
945 xmlFree(unescaped);
1192 char *unescaped; local
1197 unescaped = xmlURIUnescapeString(filename, 0, NULL);
1198 if (unescaped != NULL) {
1199 retval = xmlGzfileOpen_real(unescaped);
1381 char *unescaped; local
2701 char *unescaped = NULL; local
[all...]
/external/webkit/Source/WebCore/platform/
H A DKURLGoogle.cpp808 url_canon::RawCanonOutputT<url_parse::UTF16Char> unescaped; local
810 url_util::DecodeURLEscapeSequences(input, inputLength, &unescaped);
812 return String(reinterpret_cast<UChar*>(unescaped.data()),
813 unescaped.length());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mksh/src/
H A Dedit.c344 /* ... to unescaped, for comparison with the matches */
2756 char *unescaped; local
2759 strndupx(unescaped, xbuf + start, olen, ATEMP);
2762 unescaped = x_glob_hlp_tilde_and_rem_qchar(unescaped, true);
2769 completed = !strncmp(words[0], unescaped, strlen(unescaped));
2771 afree(unescaped, ATEMP);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1425 milliseconds