Searched refs:percentDecode (Results 1 – 2 of 2) sorted by relevance
123 std::string percentDecode(llvm::StringRef Content) { in percentDecode() function185 U.Scheme = percentDecode(SchemeStr); in parse()191 U.Authority = percentDecode(Uri.substr(0, Pos)); in parse()194 U.Body = percentDecode(Uri); in parse()
101 static std::string percentDecode(StringRef content) { in percentDecode() function188 std::string uriScheme = percentDecode(schemeStr); in parseFilePathFromURI()199 uriAuthority = percentDecode(uri.substr(0, pos)); in parseFilePathFromURI()204 std::string uriBody = percentDecode(uri); in parseFilePathFromURI()