Searched defs:EscapeQueryParamValue (Results 1 - 2 of 2) sorted by last modified time

/external/chromium/net/base/
H A Descape.cc201 std::string EscapeQueryParamValue(const std::string& text, bool use_plus) { function
H A Descape_icu.cc14 bool EscapeQueryParamValue(const string16& text, const char* codepage, function
23 escaped->assign(UTF8ToUTF16(EscapeQueryParamValue(encoded, use_plus)));

Completed in 66 milliseconds