Home
last modified time | relevance | path

Searched refs:InternalUrlDecode (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Durlencode.cc56 int InternalUrlDecode(const char *source, char *dest, in InternalUrlDecode() function
95 return InternalUrlDecode(source, dest, true); in UrlDecode()
99 return InternalUrlDecode(source, dest, false); in UrlDecodeWithoutEncodingSpaceAsPlus()
158 InternalUrlDecode(encoded.c_str(), buf, encode_space_as_plus); in InternalUrlDecodeString()