Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Durlencode.cc37 static int InternalUrlDecode(const char *source, char *dest, in InternalUrlDecode() function
86 return InternalUrlDecode(source, dest, true); in UrlDecode()
90 return InternalUrlDecode(source, dest, false); in UrlDecodeWithoutEncodingSpaceAsPlus()
141 InternalUrlDecode(encoded.c_str(), buf, encode_space_as_plus); in InternalUrlDecodeString()